diff options
author | william <william@cvs.openbsd.org> | 2011-09-14 02:36:10 +0000 |
---|---|---|
committer | william <william@cvs.openbsd.org> | 2011-09-14 02:36:10 +0000 |
commit | 141c424a9640398369524b63e7975530e95256fc (patch) | |
tree | 34c06befa2851ca0c3f0df08ec48f06f2b540326 | |
parent | 9136ab167d57506eb11885c544dccd857ee96726 (diff) |
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 |