diff options
author | tv <tv@also> | 2011-05-28 14:59:49 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-05-28 14:59:49 +0200 |
commit | 384b0ad8d9afdd97b0384dc49d4b58d8aaa8b0db (patch) | |
tree | 1f10d856e6732329a7813bb1cffcc1cdf69253d4 | |
parent | 937099fb6d2360129ab3fa5d698bd5c70d14e6d5 (diff) |
infest//make-patch: diff once @fstab
-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 |