diff options
author | 2011-09-14 02:36:09 +0000 | |
---|---|---|
committer | 2011-09-14 02:36:09 +0000 | |
commit | 9d910e41ae9048388616fa9c0c438b52f9639231 (patch) | |
tree | 59b1611c9e3c174a3c03b39b29ae676e4f4f4196 | |
parent | For threads in PS_FDR_WAIT state, check SA_RESTART before marking it as (diff) | |
download | wireguard-openbsd-9d910e41ae9048388616fa9c0c438b52f9639231.tar.xz wireguard-openbsd-9d910e41ae9048388616fa9c0c438b52f9639231.zip |
ntpd doesn't really support reload, so don't allow it in the rc script.
ok ajacoutot robert
-rw-r--r-- | etc/rc.d/ntpd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/ntpd b/etc/rc.d/ntpd index 22dd81379ae..b706a605bc6 100644 --- a/etc/rc.d/ntpd +++ b/etc/rc.d/ntpd @@ -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 |