Source: procps Source-Version: 3.3.11-3 Severity: wishlist Tags: patch Hi!
The attached patch fixes the LSB init script to have more consistent output. Thanks, Guillem
From 7a56d41bffcabd55a691ef977df02ff9da63895c Mon Sep 17 00:00:00 2001 From: Guillem Jover <[email protected]> Date: Sat, 30 Apr 2016 15:57:01 +0200 Subject: [PATCH] procps: Fix LSB init output --- debian/procps.init.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/procps.init.linux b/debian/procps.init.linux index ae68500..b175710 100644 --- a/debian/procps.init.linux +++ b/debian/procps.init.linux @@ -36,7 +36,7 @@ set -e case "$1" in start|restart|force-reload|reload) - log_action_begin_msg "Setting kernel variables " + log_action_begin_msg "Setting kernel variables" STATUS=0 $SYSCTL $QUIET_SYSCTL --system || STATUS=$? log_action_end_msg $STATUS -- 2.8.1

