Browse Source

ntpd doesn't really support reload, so don't allow it in the rc script.

ok ajacoutot robert
OPENBSD_5_1
william 12 years ago
parent
commit
4df0422656
1 changed files with 2 additions and 1 deletions
  1. +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

Loading…
Cancel
Save