This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
ntpd doesn't really support reload, so don't allow it in the rc script.
ok ajacoutot robert
OPENBSD_5_1
william
13 years ago
parent
8fe165f391
commit
4df0422656
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/etc/rc.d/ntpd
+ 2
- 1
src/etc/rc.d/ntpd
View File
@ -1,11 +1,12 @@
#!/bin/sh
#
# $OpenBSD: ntpd,v 1.
1 2011/07/06 18:55:36 robert
Exp $
# $OpenBSD: ntpd,v 1.
2 2011/09/14 02:36:09 william
Exp $
daemon="/usr/sbin/ntpd"
. /etc/rc.d/rc.subr
pexp="ntpd: \[priv\]"
rc_reload=NO
rc_cmd $1
Write
Preview
Loading…
Cancel
Save