Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/etc/rc.d Pull up revision 1.8 (requested by lukem in ti...
details: https://anonhg.NetBSD.org/src/rev/4d3bc2166f61
branches: netbsd-1-6
changeset: 527969:4d3bc2166f61
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Jun 18 14:23:25 2002 +0000
description:
Pull up revision 1.8 (requested by lukem in ticket #294):
ntpd_chrootdir needs /dev/clockctl as well
diffstat:
etc/rc.d/ntpd | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r d0312c049835 -r 4d3bc2166f61 etc/rc.d/ntpd
--- a/etc/rc.d/ntpd Tue Jun 18 14:23:17 2002 +0000
+++ b/etc/rc.d/ntpd Tue Jun 18 14:23:25 2002 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: ntpd,v 1.6.2.1 2002/06/15 02:13:47 lukem Exp $
+# $NetBSD: ntpd,v 1.6.2.2 2002/06/18 14:23:25 lukem Exp $
#
# PROVIDE: ntpd
@@ -31,7 +31,9 @@
# exists and ntpd isn't running at this point (unless forcestart
# is used).
#
- # This requires "pseudo-device clockctl" compiled in to kernel.
+ # Before enabling ntpd_chrootdir, ensure that:
+ # - The kernel has "pseudo-device clockctl" compiled in
+ # - /dev/clockctl is present
#
if [ ! -c "${ntpd_chrootdir}/dev/clockctl" ]; then
rm -f "${ntpd_chrootdir}/dev/clockctl"
Home |
Main Index |
Thread Index |
Old Index