Comment 0 for bug 282638

Revision history for this message
mc5686 (mc5686) wrote :

Binary package hint: lsb-base

The functions in /etc/lsb-base-logging.sh override all the corresponding functions in /lib/lsb/init-functions.
In particular it override log_progress_msg with the following code:
===========
...
 log_progress_msg () {
    :
}
...
===========

There is really little surprise in the fact no output is given.
Is this behavior intended?
If so: why?
fixing this is rather trivial, bu I would like to understand the "why" before touching anything

If that's relevant:
===========
mauro@heimdall:~$ lsb_release -rd
Description: Ubuntu 8.04.1
Release: 8.04
mauro@heimdall:~$ apt-cache policy lsb-base
lsb-base:
  Installato: 3.2-4ubuntu1
  Candidato: 3.2-4ubuntu1
  Tabella versione:
 *** 3.2-4ubuntu1 0
        500 http://it.archive.ubuntu.com hardy/main Packages
        100 /var/lib/dpkg/status
===========

TiA
ZioNemo