[BACK]Return to cgdroot.rc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / common

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

Diff for /src/distrib/common/cgdroot.rc between version 1.1 and 1.2

version 1.1, 2013/07/15 00:25:38 version 1.2, 2018/12/29 00:52:11
Line 36  export EDITOR
Line 36  export EDITOR
   
 umask 022  umask 022
   
 mount -o ro /dev/wd0a /etc/cgd  mounted=
 if [ $? -ne 0 ]; then  for dev in NAME=cgd.conf ROOT.a ; do
           if mount -o ro $dev /etc/cgd 2>/dev/null ; then
                   mounted=$dev
           fi
   done
   if [ -z "$mounted" ]; then
         echo "Could not mount the boot partition" 1>&2          echo "Could not mount the boot partition" 1>&2
         exit 2          exit 2
 fi  fi

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>