Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc sunndd has been renamed to ndbootd.
details: https://anonhg.NetBSD.org/src/rev/f73a6bad4385
branches: trunk
changeset: 510197:f73a6bad4385
user: fredette <fredette%NetBSD.org@localhost>
date: Tue May 22 14:51:37 2001 +0000
description:
sunndd has been renamed to ndbootd.
diffstat:
etc/defaults/rc.conf | 4 ++--
etc/rc.d/ndbootd | 18 ++++++++++++++++++
etc/rc.d/sunndd | 18 ------------------
3 files changed, 20 insertions(+), 20 deletions(-)
diffs (62 lines):
diff -r 9ad2b4fb4c09 -r f73a6bad4385 etc/defaults/rc.conf
--- a/etc/defaults/rc.conf Tue May 22 14:50:31 2001 +0000
+++ b/etc/defaults/rc.conf Tue May 22 14:51:37 2001 +0000
@@ -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 @@
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 -r 9ad2b4fb4c09 -r f73a6bad4385 etc/rc.d/ndbootd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/rc.d/ndbootd Tue May 22 14:51:37 2001 +0000
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# $NetBSD: ndbootd,v 1.1 2001/05/22 14:51:37 fredette Exp $
+#
+
+# PROVIDE: ndbootd
+# REQUIRE: DAEMON
+
+. /etc/rc.subr
+
+name="ndbootd"
+rcvar=$name
+command="/usr/sbin/${name}"
+pidfile="/var/run/${name}.pid"
+required_files="/etc/ethers"
+
+load_rc_config $name
+run_rc_command "$1"
diff -r 9ad2b4fb4c09 -r f73a6bad4385 etc/rc.d/sunndd
--- a/etc/rc.d/sunndd Tue May 22 14:50:31 2001 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: sunndd,v 1.1 2001/05/17 23:19:06 fredette Exp $
-#
-
-# PROVIDE: sunndd
-# REQUIRE: DAEMON
-
-. /etc/rc.subr
-
-name="sunndd"
-rcvar=$name
-command="/usr/sbin/${name}"
-pidfile="/var/run/${name}.pid"
-required_files="/etc/ethers"
-
-load_rc_config $name
-run_rc_command "$1"
Home |
Main Index |
Thread Index |
Old Index