Diff for /elwix/config/etc/default/rc.init between versions 1.4.2.1 and 1.6.2.3

version 1.4.2.1, 2014/07/14 22:42:37 version 1.6.2.3, 2017/06/19 13:14:03
Line 29  umask 022 Line 29  umask 022
   
 boot()  boot()
 {  {
        echo "Check and mount filesystems ..."        echo "Loading ELWIX configz ..."
        fsck -y 1>/dev/null 2>&1 && mount -a || fsck -f -y 
 
        echo "Loading elwix firmware variables ..." 
         cd /elwix/altroot          cd /elwix/altroot
         pax -rw -pe var /          pax -rw -pe var /
         chmod 1777 /var/tmp          chmod 1777 /var/tmp
        mount /elwix/etc#        mount -tunionfs -onoatime /var/db/etc /elwix/etc
         mount -ttmpfs tmpfs /var/db/pkg
         cd /          cd /
 }  }
   
 restore_uboot()  restore_uboot()
 {  {
        echo "Load configz from NAND ..."        echo "Restore configz from NAND ..."
        /etc/rc.cfg load /etc        cfexec /etc/rc.cfg load /etc
 }  }
   
 options()  options()
Line 55  options() Line 53  options()
 passwd()  passwd()
 {  {
         echo "Syncing password database ..." | tee -a $BOOTLOG          echo "Syncing password database ..." | tee -a $BOOTLOG
        pwd_mkdb /etc/master.passwd | tee -a $BOOTLOG 1>/dev/null 2>&1        cfexec pwd_mkdb /etc/master.passwd | tee -a $BOOTLOG 1>/dev/null 2>&1
         rm -f /etc/nologin          rm -f /etc/nologin
 }  }
   

Removed from v.1.4.2.1  
changed lines
  Added in v.1.6.2.3


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