From: Didier Raboud Date: Thu, 19 Apr 2012 09:30:43 +0000 (+0200) Subject: lsb 4.1+Debian1 Debian release. X-Git-Tag: archive/raspbian/10.2018112800+rpi1^2~151 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8bca4b16097cf9915036e5693ba017165808dbbd;p=lsb.git lsb 4.1+Debian1 Debian release. Signed-off-by: Didier Raboud --- diff --git a/debian/changelog b/debian/changelog index 5674095..540130f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +lsb (4.1+Debian1) unstable; urgency=low + + * lsb-base: Upload the new "Fancy output" to unstable: + - Move information from NEWS.Debian to README.Debian, enhance it. + + * pidofproc(): Make sure to try /bin/pidof when no pidfile is + specified. (Closes: #668958) + * In killproc(), make sure to exit 0 when the program is not running + and when no signal was specified. (Closes: #668416) + + -- Didier Raboud Thu, 19 Apr 2012 11:25:01 +0200 + lsb (4.1+Debian0+fancy1) experimental; urgency=low * Fancy output: prepend [info] blocks to log_action_msg calls. diff --git a/debian/lsb-base.NEWS b/debian/lsb-base.NEWS index bc77d7d..476ddc6 100644 --- a/debian/lsb-base.NEWS +++ b/debian/lsb-base.NEWS @@ -1,4 +1,4 @@ -lsb (4.1+Debian0+) unstable; urgency=low +lsb (4.1+Debian1) unstable; urgency=low This version implements a new "Fancy output" in the form of "[....] " blocks prepended to the daemon status messages: @@ -14,4 +14,4 @@ lsb (4.1+Debian0+) unstable; urgency=low The "Fancy output" can be disabled by setting the FANCYTTY variable to 0 in the /etc/lsb-base-logging.sh configuration file. - -- Didier Raboud Tue, 17 Apr 2012 11:30:05 +0200 + -- Didier Raboud Thu, 19 Apr 2012 11:25:01 +0200 diff --git a/debian/lsb-base.README.Debian b/debian/lsb-base.README.Debian index 75b8e05..6be48f9 100644 --- a/debian/lsb-base.README.Debian +++ b/debian/lsb-base.README.Debian @@ -175,12 +175,12 @@ logging functions: log_daemon_msg_pre log_daemon_msg_post -log_begin_msg_pre (since 4.1+Debian0+fancy0) -log_begin_msg_post (since 4.1+Debian0+fancy0) -log_action_msg_pre (since 4.1+Debian0+fancy1) -log_action_msg_post (since 4.1+Debian0+fancy1) -log_action_begin_msg_pre (since 4.1+Debian0+fancy0) -log_action_begin_msg_post (since 4.1+Debian0+fancy0) +log_begin_msg_pre (since 4.1+Debian1) +log_begin_msg_post (since 4.1+Debian1) +log_action_msg_pre (since 4.1+Debian1) +log_action_msg_post (since 4.1+Debian1) +log_action_begin_msg_pre (since 4.1+Debian1) +log_action_begin_msg_post (since 4.1+Debian1) log_end_msg_pre log_end_msg_post log_action_end_msg_post