From f370f52cb0071b98ab85f706ef6f98c93da75bfc Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 2 Jul 2005 21:05:56 +0000 Subject: [PATCH] Change ntp.conf to ntpd.conf and add dntpd.conf. --- sbin/newbtconf/newbtconf.8 | 8 +++++--- sbin/newbtconf/newbtconf.sh | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/sbin/newbtconf/newbtconf.8 b/sbin/newbtconf/newbtconf.8 index 0dd51c8e17..f902ced514 100644 --- a/sbin/newbtconf/newbtconf.8 +++ b/sbin/newbtconf/newbtconf.8 @@ -1,5 +1,5 @@ .\" $NetBSD: newbtconf.8,v 1.18 2004/08/31 17:08:06 uwe Exp $ -.\" $DragonFly: src/sbin/newbtconf/newbtconf.8,v 1.2 2005/07/02 20:50:02 swildner Exp $ +.\" $DragonFly: src/sbin/newbtconf/newbtconf.8,v 1.3 2005/07/02 21:05:56 swildner Exp $ .\" .\" Copyright (c) 1999 Darren Reed. All rights reserved. .\" @@ -101,6 +101,7 @@ pointing to .Pa /etc/etc.current/\*[Lt]filename\*[Gt] : .Bd -literal -offset indent /etc/defaultdomain +/etc/dntpd.conf /etc/fstab /etc/ifconfig.* /etc/inetd.conf @@ -109,7 +110,7 @@ pointing to /etc/myname /etc/netstart /etc/nsswitch.conf -/etc/ntp.conf +/etc/ntpd.conf /etc/rc.conf /etc/rc.conf.d /etc/resolv.conf @@ -226,6 +227,7 @@ Symbolic link to default config directory. .Pp .It Pa /etc/defaultdomain These files all become symbolic links. +.It Pa /etc/dntpd.conf .It Pa /etc/fstab .It Pa /etc/ifconfig.* .It Pa /etc/inetd.conf @@ -234,7 +236,7 @@ These files all become symbolic links. .It Pa /etc/myname .It Pa /etc/netstart .It Pa /etc/nsswitch.conf -.It Pa /etc/ntp.conf +.It Pa /etc/ntpd.conf .It Pa /etc/rc.conf .It Pa /etc/rc.conf.d .It Pa /etc/resolv.conf diff --git a/sbin/newbtconf/newbtconf.sh b/sbin/newbtconf/newbtconf.sh index 7c5f8c78c7..8eac386eb9 100644 --- a/sbin/newbtconf/newbtconf.sh +++ b/sbin/newbtconf/newbtconf.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $DragonFly: src/sbin/newbtconf/newbtconf.sh,v 1.1 2005/05/16 20:57:31 rob Exp $ +# $DragonFly: src/sbin/newbtconf/newbtconf.sh,v 1.2 2005/07/02 21:05:56 swildner Exp $ # Setup a new config directory # if [ $# -lt 1 ] ; then @@ -11,8 +11,8 @@ if [ $# -lt 1 ] ; then fi dir=$1 -FILES="defaultdomain fstab ifconfig.* inetd.conf mrouted.conf \ - mygate myname netstart nsswitch.conf ntp.conf \ +FILES="defaultdomain dntpd.conf fstab ifconfig.* inetd.conf mrouted.conf \ + mygate myname netstart nsswitch.conf ntpd.conf \ rc.conf rc.conf.d resolv.conf" if [ $dir = init ] ; then -- 2.41.0