--- elwix/build_fs.sh 2013/07/31 13:17:53 1.7.2.4 +++ elwix/build_fs.sh 2013/07/31 13:50:00 1.7.2.5 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_fs.sh,v 1.7.2.4 2013/07/31 13:17:53 misho Exp $ +# $Id: build_fs.sh,v 1.7.2.5 2013/07/31 13:50:00 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -65,7 +65,6 @@ build_vardir() install -d -o 883 -g 883 altroot/var/mqtt; install -d altroot/var/named; install -d altroot/var/run; - install -d -m 1777 altroot/var/tmp; install -d altroot/var/sys; install -d -o 53 -g 53 altroot/var/run/named; install -d -o 101 -g 101 altroot/var/run/quagga;