lsb-base: Move information from NEWS.Debian to README.Debian.
authorDidier Raboud <odyx@debian.org>
Tue, 17 Apr 2012 09:43:58 +0000 (11:43 +0200)
committerDidier Raboud <odyx@debian.org>
Tue, 17 Apr 2012 09:57:41 +0000 (11:57 +0200)
Signed-off-by: Didier Raboud <odyx@debian.org>
debian/lsb-base.NEWS
debian/lsb-base.README.Debian

index 4929bee026904f17c4d6496d10f94d090e677758..bc77d7d6445369832e039742894883bb6b76b670 100644 (file)
@@ -1,6 +1,6 @@
-lsb (4.1+Debian0+fancy0) experimental; urgency=low
+lsb (4.1+Debian0+) unstable; urgency=low
 
-  This version implements a new "fancy" output in the form of "[....] "
+  This version implements a new "Fancy output" in the form of "[....] "
   blocks prepended to the daemon status messages:
 
   Before:
@@ -11,37 +11,7 @@ lsb (4.1+Debian0+fancy0) experimental; urgency=low
   This block will become either a green [ ok ], a yellow [warn]
   or a red [FAIL] depending on the daemon exit status.
 
-  == How do I disable this? ==
+  The "Fancy output" can be disabled by setting the FANCYTTY variable to 0
+  in the /etc/lsb-base-logging.sh configuration file.
 
-  This is currently implemented in /lib/lsb/init-functions as _pre and
-  _post functions. As such, they are overridable as function definitions
-  in the /etc/lsb-base-logging.sh configuration file; for example:
-
-    log_daemon_msg_pre () { :; }
-
-  It is also possible to completely disable the "Fancy output" by setting
-  the FANCYTTY variable to 0 in the same file.
-
-  == Known bugs and plan for inclusion in unstable ==
-
-  * Daemons writing too much information on the screen (hence getting
-    their output spawned on multiple lines) won't get their [....]
-    replaced by [ ok ] as the replacement will happen on the last input
-    line.
-  * The above has the side-effect of hiding 7 characters of potentially
-    useful output.
-  * init.d scripts not using the /lib/lsb/init-functions provided
-    functions will (obviously) not get the fancy output.
-
-  Feedback, ideas and help are welcome as bugs on the lsb-base package.
-
-  Before including this change to unstable, the following changes will
-  most probably happen:
-
-  * The implementation will move from _pre/_post functions to the
-    functions themselves. This is safe-guarded by the FANCYTTY global
-    variable anyway.
-  * The information from this NEWS file will get moved to README.Debian
-    (hence avoiding the gory details to stable-upgrading users).
-
- -- Didier Raboud <odyx@debian.org>  Sat, 31 Mar 2012 18:49:23 +0200
+ -- Didier Raboud <odyx@debian.org>  Tue, 17 Apr 2012 11:30:05 +0200
index 1f8b358b58470f40908a677cffcf86d71e00f6c3..ad7339334a0fe98d6b4249f6a34c45bcdb25b081 100644 (file)
@@ -186,5 +186,16 @@ Each function receives all of the arguments sent to the parent
 function; the "pre" functions operate before any output, while the
 "post" functions operate after the output is produced.
 
+FANCY OUTPUT, KNOWN BUGS
+
+  * Daemons writing too much information on the screen (hence getting
+    their output spawned on multiple lines) won't get their [....]
+    replaced by [ ok ] as the replacement will happen on the last input
+    line.
+  * The above has the side-effect of hiding 7 characters of potentially
+    useful output.
+  * init.d scripts not using the /lib/lsb/init-functions provided
+    functions will (obviously) not get the fancy output.
+
  -- Chris Lawrence <lawrencc@debian.org>, Sat, 18 Sep 2010 17:09:57 -0500
- -- Didier Raboud <odyx@debian.org>  Sat, 31 Mar 2012 17:03:10 +0200
+ -- Didier Raboud <odyx@debian.org>  Tue, 17 Apr 2012 11:42:28 +0200