summaryrefslogtreecommitdiff
path: root/openntpd/ntpd
diff options
context:
space:
mode:
authorSimon Gloßner <viper@hometux.de>2008-06-18 02:27:51 +0200
committerSimon Gloßner <viper@hometux.de>2008-06-18 02:27:51 +0200
commit7cb63bc48dbade36c60ef71f31d24b2708b06d79 (patch)
treeef736cf6acc68e1b832a7eb2258df33a94c3628d /openntpd/ntpd
parent10203346e34dd250efe98450d3ef7b5acf840803 (diff)
downloadopt-7cb63bc48dbade36c60ef71f31d24b2708b06d79.tar.gz
opt-7cb63bc48dbade36c60ef71f31d24b2708b06d79.tar.xz
[notify] openntpd: new user/group
The default user and group is 'ntp'. Please rename the old user and group (_ntp). Adopted the port from Brett.
Diffstat (limited to 'openntpd/ntpd')
-rw-r--r--openntpd/ntpd7
1 files changed, 2 insertions, 5 deletions
diff --git a/openntpd/ntpd b/openntpd/ntpd
index 4c9a95c18..9061d2696 100644
--- a/openntpd/ntpd
+++ b/openntpd/ntpd
@@ -1,14 +1,11 @@
#!/bin/sh
#
-# /etc/rc.d/ntpd: start/stop ntp daemon
+# /etc/rc.d/ntpd: start/stop ntpd daemon
#
-# comment or clear $NTPD_OPTS to disable initial clock set on startup
-NTPD_OPTS="-s"
-
case $1 in
start)
- /usr/sbin/ntpd $NTPD_OPTS
+ /usr/sbin/ntpd -s
;;
stop)
killall -q /usr/sbin/ntpd

Generated by cgit