sunndd has been renamed to ndbootd.
This commit is contained in:
parent
ee3099f75d
commit
b934309492
@ -1,4 +1,4 @@
|
||||
# $NetBSD: rc.conf,v 1.15 2001/05/17 23:19:06 fredette Exp $
|
||||
# $NetBSD: rc.conf,v 1.16 2001/05/22 14:51:37 fredette Exp $
|
||||
#
|
||||
# /etc/defaults/rc.conf --
|
||||
# default configuration of /etc/rc.conf
|
||||
@ -153,7 +153,7 @@ dhcpd=NO dhcpd_flags="-q"
|
||||
dhcrelay=NO dhcrelay_flags=""
|
||||
rbootd=NO rbootd_flags=""
|
||||
mopd=NO mopd_flags="-a"
|
||||
sunndd=NO sunndd_flags="-s /tftpboot /tftpboot/bootyy"
|
||||
ndbootd=NO ndbootd_flags="-s /tftpboot /tftpboot/bootyy"
|
||||
rtadvd=NO rtadvd_flags=""
|
||||
|
||||
# X11 daemons.
|
||||
|
6
etc/rc.d/sunndd → etc/rc.d/ndbootd
Normal file → Executable file
6
etc/rc.d/sunndd → etc/rc.d/ndbootd
Normal file → Executable file
@ -1,14 +1,14 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: sunndd,v 1.1 2001/05/17 23:19:06 fredette Exp $
|
||||
# $NetBSD: ndbootd,v 1.1 2001/05/22 14:51:37 fredette Exp $
|
||||
#
|
||||
|
||||
# PROVIDE: sunndd
|
||||
# PROVIDE: ndbootd
|
||||
# REQUIRE: DAEMON
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="sunndd"
|
||||
name="ndbootd"
|
||||
rcvar=$name
|
||||
command="/usr/sbin/${name}"
|
||||
pidfile="/var/run/${name}.pid"
|
Loading…
Reference in New Issue
Block a user