diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 45f83d3de7bb..4acfa5c55318 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -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. diff --git a/etc/rc.d/sunndd b/etc/rc.d/ndbootd old mode 100644 new mode 100755 similarity index 67% rename from etc/rc.d/sunndd rename to etc/rc.d/ndbootd index 6734b838c259..69794130a482 --- a/etc/rc.d/sunndd +++ b/etc/rc.d/ndbootd @@ -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"