summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ntpd
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2002-08-14 05:44:32 +0000
committergordon <gordon@FreeBSD.org>2002-08-14 05:44:32 +0000
commit008b9b25ad2ce5dc5898051a4b7473c537da8d1b (patch)
tree74908b5b57031bedcbdeb25a3f0895ecc0a0e4b5 /etc/rc.d/ntpd
parent2f904c0a96257516a43311cdac6551876ee3c559 (diff)
downloadFreeBSD-src-008b9b25ad2ce5dc5898051a4b7473c537da8d1b.zip
FreeBSD-src-008b9b25ad2ce5dc5898051a4b7473c537da8d1b.tar.gz
Clean up the scripts to use the new variables:
xntpd_* -> ntpd_* portmap_* -> rpcbind_* Also change single_mountd_enable -> mountd_enable Changing the mountd flags brings us closer to NetBSD. All of the old variable names are shimmed so you can continue to use the old variable name. Finally make /etc/rc.d/mountd no longer dependent on nfs as there are (apparently) other consumers of mountd. Submitted by: Mike Makonnen <makonnen@pacbell.net>
Diffstat (limited to 'etc/rc.d/ntpd')
-rwxr-xr-xetc/rc.d/ntpd15
1 files changed, 6 insertions, 9 deletions
diff --git a/etc/rc.d/ntpd b/etc/rc.d/ntpd
index 81671a1..fa1726e 100755
--- a/etc/rc.d/ntpd
+++ b/etc/rc.d/ntpd
@@ -11,21 +11,18 @@
. /etc/rc.subr
+name=ntpd
+rcvar=`set_rcvar`
+command="/usr/sbin/${name}"
+pidfile="/var/run/${name}.pid"
+required_files="/etc/ntp.conf"
+
case `${CMD_OSTYPE}` in
-FreeBSD)
- name="xntpd"
- ;;
NetBSD)
- name="ntpd"
start_precmd="ntpd_precmd"
;;
esac
-rcvar=`set_rcvar`
-command="/usr/sbin/ntpd"
-pidfile="/var/run/ntpd.pid"
-required_files="/etc/ntp.conf"
-
ntpd_precmd()
{
if [ -z "$ntpd_chrootdir" ]; then
OpenPOWER on IntegriCloud