Comment 17 for bug 252686

Revision history for this message
Tim Utschig (tim-tetro) wrote :

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.