]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Don't write to /etc/default.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Sep 2008 21:54:34 +0000 (21:54 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Sep 2008 21:54:34 +0000 (21:54 +0000)
lfs/aufs

index 6ff2bba2588d27aa93d4fe0ff0d05c0cc4ee06b6..deb6a641e9b1144edc514389da0832ef4b26a7dd 100644 (file)
--- a/lfs/aufs
+++ b/lfs/aufs
@@ -56,7 +56,6 @@ $(TARGET) :
        cd $(DIR_APP) && sed -e "s/\$$(shell uname -r)/$(KVER)/g" -i local.mk
        cd $(DIR_APP) && make -f local.mk $(PARALLELISMFLAGS)
        cd $(DIR_APP) && install -m 755 -p mount.aufs umount.aufs auplink aulchown /sbin
-       echo FLUSH=ALL > /etc/default/auplink
        cd $(DIR_APP) && cp -fv aufs.ko /lib/modules/$(KVER)/extra/
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)