summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@also>2011-05-28 14:59:49 +0200
committertv <tv@also>2011-05-28 14:59:49 +0200
commit384b0ad8d9afdd97b0384dc49d4b58d8aaa8b0db (patch)
tree1f10d856e6732329a7813bb1cffcc1cdf69253d4
parent937099fb6d2360129ab3fa5d698bd5c70d14e6d5 (diff)
infest//make-patch: diff once @fstab
-rwxr-xr-xmodules/infest/bin/make-patch4
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