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

version 1.6, 2017/02/13 16:52:47 version 1.6.2.3, 2017/06/19 13:14:03
Line 33  boot() Line 33  boot()
         cd /elwix/altroot          cd /elwix/altroot
         pax -rw -pe var /          pax -rw -pe var /
         chmod 1777 /var/tmp          chmod 1777 /var/tmp
        mount -tunionfs -onoatime /var/db /elwix/etc#        mount -tunionfs -onoatime /var/db/etc /elwix/etc
         mount -ttmpfs tmpfs /var/db/pkg
         cd /          cd /
 }  }
   
 restore_uboot()  restore_uboot()
 {  {
         echo "Restore configz from NAND ..."          echo "Restore configz from NAND ..."
        /etc/rc.cfg load /etc        cfexec /etc/rc.cfg load /etc
 }  }
   
 options()  options()
Line 52  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.6  
changed lines
  Added in v.1.6.2.3


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