Public bug reported:
Binary package hint: lsb-base
Paket Name: lsb-base
Release: Ubuntu 8.10 intrepid
Version: 3.2-14ubuntu1
Affects: console-setup
---8<--- /lib/lsb/init-functions
# Hooks for /etc/lsb-base-logging.sh
log_daemon_msg_pre () { :; }
log_daemon_msg_post () { :; }
log_end_msg_pre () { :; }
log_end_msg_post () { :; }
log_action_end_msg_post () { :; }
log_action_end_msg_post () { :; }
---8<---
should be:
---8<---
# Hooks for /etc/lsb-base-logging.sh
log_daemon_msg_pre () { :; }
log_daemon_msg_post () { :; }
log_end_msg_pre () { :; }
log_end_msg_post () { :; }
log_action_end_msg_pre () { :; }
log_action_end_msg_post () { :; }
diff:
361c361
< log_action_end_msg_pre () { :; }
---
> log_action_end_msg_post () { :; }
post-install of console setup fails with "missing function
log_action_end_msg_pre in /lib/lsb/init-functions"
** Affects: lsb (Ubuntu)
Importance: Undecided
Status: New
--
missing log_action_end_msg_pre in file /lib/lsb/init-functions from package
lsb-base
https://bugs.launchpad.net/bugs/262680
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs