[BACK]Return to bootconf.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc / rc.d

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/rc.d/bootconf.sh between version 1.13 and 1.14

version 1.13, 2009/09/12 17:40:01 version 1.14, 2010/11/01 14:42:08
Line 50  bootconf_start()
Line 50  bootconf_start()
                 esac                  esac
         done          done
         echo          echo
         master=$$  
         _DUMMY=/etc/passwd          _DUMMY=/etc/passwd
         conf=${_DUMMY}          conf=${_DUMMY}
         while [ ! -d /etc/etc.$conf/. ]; do          while [ ! -d /etc/etc.$conf/. ]; do
                 trap "conf=$default; echo; echo Using default of $default" ALRM                  trap "conf=$default; echo; echo Using default of $default" ALRM
                 echo -n "Which configuration [$default] ? "                  echo -n "Which configuration [$default] ? "
                 (sleep 30 && kill -ALRM $master) >/dev/null 2>&1 &                  (sleep 30 && kill -ALRM $RC_PID) >/dev/null 2>&1 &
                 read conf                  read conf
                 trap : ALRM                  trap : ALRM
                 if [ -z $conf ] ; then                  if [ -z $conf ] ; then

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb <webmaster@jp.NetBSD.org>