Diff for /elwix/build_romfs.sh between versions 1.9.2.4 and 1.10

version 1.9.2.4, 2017/06/15 22:34:29 version 1.10, 2021/03/11 13:59:50
Line 59  build_romfs() Line 59  build_romfs()
         install -d share/skel;          install -d share/skel;
         install -d share/zoneinfo;          install -d share/zoneinfo;
   
         ln -s /elwix/pkg pkg;  
         ln -s /elwix/local local;          ln -s /elwix/local local;
           ln -s /elwix/pkg pkg;
   
           # special patch to ensuring properly working of passwd!!!
           ln -s /sbin/pwd_mkdb sbin;
           # special patch to ensuring properly working of atrun!!!
           ln -s /usr/pkg/sbin/mini_sendmail sbin/sendmail;
   
         chown -hR root:wheel .          chown -hR root:wheel .
         cd -          cd -

Removed from v.1.9.2.4  
changed lines
  Added in v.1.10


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