From: Roy Marples Date: Thu, 17 Apr 2008 18:38:59 +0000 (+0000) Subject: Quiet OpenRC scripts. X-Git-Tag: v4.0.2~474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bce34c740b9cb1e9caa02b2a0ccc19d98df87c64;p=thirdparty%2Fdhcpcd.git Quiet OpenRC scripts. --- diff --git a/hook-samples/ntp b/hook-samples/ntp index c63bd981..c0a6a7b0 100644 --- a/hook-samples/ntp +++ b/hook-samples/ntp @@ -4,7 +4,7 @@ # Detect OpenRC or BSD rc # Distributions may want to just have their command here instead of this if type rc-service >/dev/null 2>&1 && rc-service --exists ntpd; then - ntpd_restart_cmd="rc-service -- ntpd --ifstarted restart" + ntpd_restart_cmd="rc-service -- ntpd --ifstarted --quiet restart" elif [ -x /etc/rc.d/ntpd ]; then ntpd_restart_cmd="/etc/rc.d/ntpd restart" elif [ -x /usr/local/etc/rc.d/ntpd ]; then