[BACK]Return to root 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/root between version 1.1 and 1.2

version 1.1, 2000/03/10 11:53:24 version 1.2, 2000/05/13 08:45:09
Line 7 
Line 7 
 # REQUIRE: fsck  # REQUIRE: fsck
   
 . /etc/rc.subr  . /etc/rc.subr
 . /etc/rc.conf  
   
 name="root"  name="root"
 start_cmd="root_start"  start_cmd="root_start"
Line 20  root_start()
Line 19  root_start()
         rm -f /fastboot          rm -f /fastboot
 }  }
   
   load_rc_config $name
 run_rc_command "$1"  run_rc_command "$1"

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

CVSweb <webmaster@jp.NetBSD.org>