From bce34c740b9cb1e9caa02b2a0ccc19d98df87c64 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 17 Apr 2008 18:38:59 +0000 Subject: [PATCH] Quiet OpenRC scripts. --- hook-samples/ntp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3