Public bug reported:
Binary package hint: dnsmasq
Correction:
case "$?" in
- 0) log_warning_msg "running" ; log_msg_end 0; exit 0 ;;
+ 0) log_warning_msg "running" ; log_end_msg 0; exit 0 ;;
- 1) log_warning_msg "dead, pid file exists" ; log_msg_end 1;
exit 1 ;;
+ 1) log_warning_msg "dead, pid file exists" ; log_end_msg 1;
exit 1 ;;
- 3) log_warning_msg "not running" ; log_msg_end 3; exit 3 ;;
+ 3) log_warning_msg "not running" ; log_end_msg 3; exit 3 ;;
- *) log_warning_msg "unknown" ; log_msg_end 4; exit 4 ;;
+ *) log_warning_msg "unknown" ; log_end_msg 4; exit 4 ;;
esac
** Affects: dnsmasq (Ubuntu)
Importance: Undecided
Assignee: Soren Hansen (soren)
Status: New
--
dnsmasq 2.41-2ubuntu1 init script typo: log_msg_end
https://bugs.launchpad.net/bugs/235868
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