Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/rc.d Out with the old, in with the new.
details: https://anonhg.NetBSD.org/src/rev/af6493acae3f
branches: trunk
changeset: 485644:af6493acae3f
user: simonb <simonb%NetBSD.org@localhost>
date: Tue May 02 12:19:20 2000 +0000
description:
Out with the old, in with the new.
diffstat:
etc/rc.d/ntpd | 17 +++++++++++++++++
etc/rc.d/xntpd | 17 -----------------
2 files changed, 17 insertions(+), 17 deletions(-)
diffs (42 lines):
diff -r 5be6da184d0a -r af6493acae3f etc/rc.d/ntpd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/rc.d/ntpd Tue May 02 12:19:20 2000 +0000
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# $NetBSD: ntpd,v 1.1 2000/05/02 12:19:20 simonb Exp $
+#
+
+# PROVIDE: ntpd
+# REQUIRE: DAEMON
+
+. /etc/rc.subr
+. /etc/rc.conf
+
+name="ntpd"
+command="/usr/sbin/${name}"
+pidfile="/var/run/${name}.pid"
+required_files="/etc/ntp.conf"
+
+run_rc_command "$1"
diff -r 5be6da184d0a -r af6493acae3f etc/rc.d/xntpd
--- a/etc/rc.d/xntpd Tue May 02 12:17:28 2000 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: xntpd,v 1.2 2000/03/13 04:04:11 lukem Exp $
-#
-
-# PROVIDE: xntpd
-# REQUIRE: DAEMON
-
-. /etc/rc.subr
-. /etc/rc.conf
-
-name="xntpd"
-command="/usr/sbin/${name}"
-pidfile="/var/run/${name}.pid"
-required_files="/etc/ntp.conf"
-
-run_rc_command "$1"
Home |
Main Index |
Thread Index |
Old Index