diff options
Diffstat (limited to 'modules/infest/bin/make-patch')
-rwxr-xr-x | modules/infest/bin/make-patch | 4 |
1 files changed, 0 insertions, 4 deletions
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 |