Diff for /elwix/build_fs.sh between versions 1.3.2.15 and 1.3.2.16

version 1.3.2.15, 2012/10/11 13:47:00 version 1.3.2.16, 2012/10/11 13:51:22
Line 61  build_fsdir() Line 61  build_fsdir()
         install -d -m 0555 altroot/var/empty;          install -d -m 0555 altroot/var/empty;
         install -d altroot/var/log;          install -d altroot/var/log;
         install -d -o 101 -g 101 altroot/var/log/quagga;          install -d -o 101 -g 101 altroot/var/log/quagga;
           install -d -o 883 -g 883 altroot/var/mqtt;
         install -d altroot/var/named;          install -d altroot/var/named;
         install -d altroot/var/run;          install -d altroot/var/run;
         install -d altroot/var/sys;          install -d altroot/var/sys;
Line 77  build_fsdir() Line 78  build_fsdir()
         install -d cf;          install -d cf;
 # etc  # etc
         install -d etc;          install -d etc;
           install -d -o 883 -g 883 etc/mqtt;
 # exports  # exports
         install -d exports;          install -d exports;
 # home  # home

Removed from v.1.3.2.15  
changed lines
  Added in v.1.3.2.16


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>