Diff for /elwix/build_base.sh between versions 1.4.2.15 and 1.4.2.16

version 1.4.2.15, 2020/06/11 00:56:31 version 1.4.2.16, 2020/08/31 15:46:03
Line 95  build_basefs() Line 95  build_basefs()
         ln -fs /elwix/local usr/local;          ln -fs /elwix/local usr/local;
         ln -fs /elwix/pkg usr/pkg;          ln -fs /elwix/pkg usr/pkg;
         install -d usr/sbin;          install -d usr/sbin;
           ln -fs /usr/pkg/sbin/mini_sendmail usr/sbin/sendmail
         install -d usr/share;          install -d usr/share;
         install -d usr/share/misc;          install -d usr/share/misc;
         install -d usr/share/skel;          install -d usr/share/skel;

Removed from v.1.4.2.15  
changed lines
  Added in v.1.4.2.16


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