--- elwix/build_fs.sh 2012/10/10 14:21:26 1.3.2.12 +++ elwix/build_fs.sh 2012/10/10 14:35:16 1.3.2.13 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_fs.sh,v 1.3.2.12 2012/10/10 14:21:26 misho Exp $ +# $Id: build_fs.sh,v 1.3.2.13 2012/10/10 14:35:16 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -60,11 +60,10 @@ build_fsdir() install -d altroot/var/db; install -d -m 0555 altroot/var/empty; install -d altroot/var/log; -# install -d -o 80 -g 80 altroot/var/log/lighttpd; install -d -o 101 -g 101 altroot/var/log/quagga; install -d altroot/var/named; install -d altroot/var/run; -# install -d -o 80 -g 80 altroot/var/run/lighttpd; + 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; install -d altroot/var/spool;