]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Quiet OpenRC scripts.
authorRoy Marples <roy@marples.name>
Thu, 17 Apr 2008 18:38:59 +0000 (18:38 +0000)
committerRoy Marples <roy@marples.name>
Thu, 17 Apr 2008 18:38:59 +0000 (18:38 +0000)
hook-samples/ntp

index c63bd981ac18988f276d7e0636584602e20c89e3..c0a6a7b0272a13924e4db6c15798aff286ae50a2 100644 (file)
@@ -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