Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/defaults commented out entry for ntpd_chrootdir



details:   https://anonhg.NetBSD.org/src/rev/986077301101
branches:  trunk
changeset: 520833:986077301101
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jan 18 10:53:29 2002 +0000

description:
commented out entry for ntpd_chrootdir

diffstat:

 etc/defaults/rc.conf |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 0548b1ab0e95 -r 986077301101 etc/defaults/rc.conf
--- a/etc/defaults/rc.conf      Fri Jan 18 10:52:24 2002 +0000
+++ b/etc/defaults/rc.conf      Fri Jan 18 10:53:29 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.25 2001/12/10 16:53:06 martin Exp $
+#      $NetBSD: rc.conf,v 1.26 2002/01/18 10:53:29 lukem Exp $
 #
 # /etc/defaults/rc.conf --
 #      default configuration of /etc/rc.conf
@@ -140,7 +140,7 @@
 cron=YES
 named=NO               named_flags=""          # see below for named_chrootdir
 timed=NO               timed_flags=""
-ntpd=NO                        ntpd_flags=""
+ntpd=NO                        ntpd_flags=""           # see below for ntpd_chrootdir
 sendmail=NO            sendmail_flags="-bd -q30m"
 postfix=NO
 lpd=NO                 lpd_flags="-s"          # -s "secure" unix domain only
@@ -152,6 +152,11 @@
 #
 #named_chrootdir="/var/chroot/named"
 
+# To run the ntpd(8) NTP server as an unprivileged user under a
+# chroot(2) cage, uncomment the following.
+#
+#ntpd_chrootdir="/var/chroot/ntpd"
+
 # Routing daemons.
 #
 routed=NO              routed_flags="-q"



Home | Main Index | Thread Index | Old Index