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
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: it.archive. ubuntu. com hardy/main Packages dpkg/status
===========
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://
100 /var/lib/
===========
TiA
ZioNemo