Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/rc.d Rename NETWORK to NETWORKING, to allow rc.d to be o...
details: https://anonhg.NetBSD.org/src/rev/2ccf3ccdfd0b
branches: trunk
changeset: 521448:2ccf3ccdfd0b
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Jan 31 01:26:05 2002 +0000
description:
Rename NETWORK to NETWORKING, to allow rc.d to be on a case insensitive
file system (prevents conflict with 'network'). PROVIDE both NETWORKING
and NETWORK (the latter for compatibility with 3rd party scripts).
diffstat:
etc/rc.d/DAEMON | 4 ++--
etc/rc.d/Makefile | 4 ++--
etc/rc.d/NETWORK | 10 ----------
etc/rc.d/NETWORKING | 10 ++++++++++
etc/rc.d/isdnd | 4 ++--
etc/rc.d/kdc | 4 ++--
etc/rc.d/mountcritremote | 4 ++--
etc/rc.d/mountd | 4 ++--
etc/rc.d/ntpdate | 4 ++--
etc/rc.d/rpcbind | 4 ++--
10 files changed, 26 insertions(+), 26 deletions(-)
diffs (156 lines):
diff -r 79bbffa8e139 -r 2ccf3ccdfd0b etc/rc.d/DAEMON
--- a/etc/rc.d/DAEMON Thu Jan 31 01:07:44 2002 +0000
+++ b/etc/rc.d/DAEMON Thu Jan 31 01:26:05 2002 +0000
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $NetBSD: DAEMON,v 1.6 2001/04/19 16:18:27 lukem Exp $
+# $NetBSD: DAEMON,v 1.7 2002/01/31 01:26:05 lukem Exp $
#
# PROVIDE: DAEMON
-# REQUIRE: NETWORK SERVERS
+# REQUIRE: NETWORKING SERVERS
# REQUIRE: accounting aftermountlkm amd cleartmp dmesg ipmon
# REQUIRE: ipnat ipsec ldconfig named nonlocalswap nfslocking
# REQUIRE: pwcheck quota savecore securelevel sysctl sysdb virecover ypbind
diff -r 79bbffa8e139 -r 2ccf3ccdfd0b etc/rc.d/Makefile
--- a/etc/rc.d/Makefile Thu Jan 31 01:07:44 2002 +0000
+++ b/etc/rc.d/Makefile Thu Jan 31 01:26:05 2002 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.25 2001/12/12 12:19:09 lukem Exp $
+# $NetBSD: Makefile,v 1.26 2002/01/31 01:26:05 lukem Exp $
NOPROG= noprog
.include <bsd.own.mk>
-FILES= DAEMON LOGIN NETWORK SERVERS \
+FILES= DAEMON LOGIN NETWORKING SERVERS \
accounting altqd amd apmd \
bootparams bootconf.sh ccd cleartmp cron \
dhclient dhcpd dhcrelay dmesg downinterfaces fsck \
diff -r 79bbffa8e139 -r 2ccf3ccdfd0b etc/rc.d/NETWORK
--- a/etc/rc.d/NETWORK Thu Jan 31 01:07:44 2002 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: NETWORK,v 1.3 2001/04/19 15:56:32 lukem Exp $
-#
-
-# PROVIDE: NETWORK
-# REQUIRE: network dhclient altqd
-
-# This is a dummy dependency, for services which require networking
-# to be operational before starting.
diff -r 79bbffa8e139 -r 2ccf3ccdfd0b etc/rc.d/NETWORKING
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/rc.d/NETWORKING Thu Jan 31 01:26:05 2002 +0000
@@ -0,0 +1,10 @@
+#!/bin/sh
+#
+# $NetBSD: NETWORKING,v 1.1 2002/01/31 01:26:05 lukem Exp $
+#
+
+# PROVIDE: NETWORKING NETWORK
+# REQUIRE: network dhclient altqd
+
+# This is a dummy dependency, for services which require networking
+# to be operational before starting.
diff -r 79bbffa8e139 -r 2ccf3ccdfd0b etc/rc.d/isdnd
--- a/etc/rc.d/isdnd Thu Jan 31 01:07:44 2002 +0000
+++ b/etc/rc.d/isdnd Thu Jan 31 01:26:05 2002 +0000
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $NetBSD: isdnd,v 1.4 2001/04/26 03:54:38 lukem Exp $
+# $NetBSD: isdnd,v 1.5 2002/01/31 01:26:05 lukem Exp $
#
# PROVIDE: isdnd
-# REQUIRE: NETWORK syslogd mountcritremote
+# REQUIRE: NETWORKING syslogd mountcritremote
#
# Note that this means that syslogd will not be listening on
# any isdn addresses. This is considered a feature.
diff -r 79bbffa8e139 -r 2ccf3ccdfd0b etc/rc.d/kdc
--- a/etc/rc.d/kdc Thu Jan 31 01:07:44 2002 +0000
+++ b/etc/rc.d/kdc Thu Jan 31 01:26:05 2002 +0000
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $NetBSD: kdc,v 1.3 2001/01/18 02:00:02 thorpej Exp $
+# $NetBSD: kdc,v 1.4 2002/01/31 01:26:05 lukem Exp $
#
# PROVIDE: kdc
-# REQUIRE: NETWORK
+# REQUIRE: NETWORKING
. /etc/rc.subr
diff -r 79bbffa8e139 -r 2ccf3ccdfd0b etc/rc.d/mountcritremote
--- a/etc/rc.d/mountcritremote Thu Jan 31 01:07:44 2002 +0000
+++ b/etc/rc.d/mountcritremote Thu Jan 31 01:26:05 2002 +0000
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $NetBSD: mountcritremote,v 1.4 2001/02/28 17:19:42 lukem Exp $
+# $NetBSD: mountcritremote,v 1.5 2002/01/31 01:26:06 lukem Exp $
#
# PROVIDE: mountcritremote
-# REQUIRE: NETWORK root mountcritlocal
+# REQUIRE: NETWORKING root mountcritlocal
. /etc/rc.subr
diff -r 79bbffa8e139 -r 2ccf3ccdfd0b etc/rc.d/mountd
--- a/etc/rc.d/mountd Thu Jan 31 01:07:44 2002 +0000
+++ b/etc/rc.d/mountd Thu Jan 31 01:26:05 2002 +0000
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $NetBSD: mountd,v 1.10 2001/06/16 06:13:10 lukem Exp $
+# $NetBSD: mountd,v 1.11 2002/01/31 01:26:06 lukem Exp $
#
# PROVIDE: mountd
-# REQUIRE: NETWORK mountall beforemountlkm rpcbind quota
+# REQUIRE: NETWORKING mountall beforemountlkm rpcbind quota
. /etc/rc.subr
diff -r 79bbffa8e139 -r 2ccf3ccdfd0b etc/rc.d/ntpdate
--- a/etc/rc.d/ntpdate Thu Jan 31 01:07:44 2002 +0000
+++ b/etc/rc.d/ntpdate Thu Jan 31 01:26:05 2002 +0000
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $NetBSD: ntpdate,v 1.6 2000/09/19 13:04:39 lukem Exp $
+# $NetBSD: ntpdate,v 1.7 2002/01/31 01:26:06 lukem Exp $
#
# PROVIDE: ntpdate
-# REQUIRE: NETWORK syslogd
+# REQUIRE: NETWORKING syslogd
. /etc/rc.subr
diff -r 79bbffa8e139 -r 2ccf3ccdfd0b etc/rc.d/rpcbind
--- a/etc/rc.d/rpcbind Thu Jan 31 01:07:44 2002 +0000
+++ b/etc/rc.d/rpcbind Thu Jan 31 01:26:05 2002 +0000
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $NetBSD: rpcbind,v 1.5 2000/09/19 13:04:39 lukem Exp $
+# $NetBSD: rpcbind,v 1.6 2002/01/31 01:26:06 lukem Exp $
#
# PROVIDE: rpcbind
-# REQUIRE: NETWORK ntpdate syslogd named ppp
+# REQUIRE: NETWORKING ntpdate syslogd named ppp
. /etc/rc.subr
Home |
Main Index |
Thread Index |
Old Index