--- elwix/build_fs.sh 2012/05/29 14:24:05 1.3.2.7 +++ elwix/build_fs.sh 2012/10/09 12:19:20 1.3.2.8 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_fs.sh,v 1.3.2.7 2012/05/29 14:24:05 misho Exp $ +# $Id: build_fs.sh,v 1.3.2.8 2012/10/09 12:19:20 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -60,11 +60,11 @@ 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 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 -o 80 -g 80 altroot/var/run/lighttpd; 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;