Is the fix discussed in #228460 going to make it into hardy? Specifically this change to /lib/lsb/init-functions:
- if [ -n "$sig" -o "$sig" = 15 -o "$sig" = TERM ]; then + if [ -z "$sig" -o "$sig" = 15 -o "$sig" = TERM ]; then I'm encountering this bug when "/etc/init.d/freeradius reload" ends up sending SIGTERM rather than SIGHUP. I can see that it is marked as WONTFIX for hardy. I suppose it is not a severe bug, but it is confusing when first encountered and annoying thereafter. -- Reload action on init script kills daemon https://bugs.launchpad.net/bugs/252686 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
