[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#671730: /etc/lsb-base is there. Do mv /etc/lsb-base-logging.sh /etc/lsb-base/logging.sh



Package:  lsb-base
Version:  4.1+Debian2
Severity: wishlist
Tags:     patch
File:     /lib/lsb/init-functions

  I think it is more obvious, and less cluttering /etc:

--- a/init-functions    2012-04-24 22:23:11.000000000 +0300
+++ b/init-functions    2012-05-06 15:51:43.000000000 +0300
@@ -395,7 +395,7 @@ log_action_end_msg () {
     log_action_end_msg_post "$@"
 }

-# Hooks for /etc/lsb-base-logging.sh
+# Hooks for /etc/lsb-base/logging.sh
 log_daemon_msg_pre () {
     if log_use_fancy_output; then
         /bin/echo -n "[....] "
@@ -446,4 +446,4 @@ log_action_end_msg_pre () {
 log_action_end_msg_post () { :; }

 FANCYTTY=
-[ -e /etc/lsb-base-logging.sh ] && . /etc/lsb-base-logging.sh || true
+[ -e /etc/lsb-base/logging.sh ] && . /etc/lsb-base/logging.sh || true



Reply to: