Diff for /elwix/config/etc/uboot/rc.init between versions 1.1.2.2 and 1.1.2.4

version 1.1.2.2, 2014/01/23 10:18:53 version 1.1.2.4, 2014/01/24 00:49:37
Line 36  boot() Line 36  boot()
         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
         cd /          cd /
 }  }
   
Line 48  options() Line 49  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#        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.1.2.2  
changed lines
  Added in v.1.1.2.4


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