[BACK]Return to ypserv 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/ypserv between version 1.5.6.1 and 1.6

version 1.5.6.1, 2005/05/09 22:42:13 version 1.6, 2004/08/13 18:08:03
Line 6 
Line 6 
 # PROVIDE: ypserv  # PROVIDE: ypserv
 # REQUIRE: rpcbind  # REQUIRE: rpcbind
   
 . /etc/rc.subr  $_rc_subr_loaded . /etc/rc.subr
   
 name="ypserv"  name="ypserv"
 rcvar=$name  rcvar=$name
Line 29  ypserv_precmd()
Line 29  ypserv_precmd()
 }  }
   
 load_rc_config $name  load_rc_config $name
 load_rc_config_var rpcbind rpcbind  
 run_rc_command "$1"  run_rc_command "$1"

Legend:
Removed from v.1.5.6.1  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>