From 384b0ad8d9afdd97b0384dc49d4b58d8aaa8b0db Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 28 May 2011 14:59:49 +0200 Subject: infest//make-patch: diff once @fstab --- modules/infest/bin/make-patch | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/infest') diff --git a/modules/infest/bin/make-patch b/modules/infest/bin/make-patch index 2d0b11ef..5c5253e2 100755 --- a/modules/infest/bin/make-patch +++ b/modules/infest/bin/make-patch @@ -29,10 +29,6 @@ cat $f >$t if ! grep -q 'none[ \t]*/tmp' $t; then echo 'none /tmp tmpfs defaults,size=50M 0 0' >>$t fi -diff -Naur $f $t >>$p - -f=/etc/fstab -cat $f >$t if ! grep -q 'none[ \t]*/var/log' $t; then echo 'none /var/log tmpfs defaults,size=50M 0 0' >>$t fi -- cgit v1.2.3