Control: severity -1 normal On Wed, 08 Oct 2014 13:22:29 -0300 Felipe Sateler <[email protected]> wrote: > Source: gnustep-base-runtime > Version: 1.24.6-2 > Severity: important > > This results in an init error when the package is removed but not > purged.
This was a bit too terse. When the package is uninstalled but not purged, the init script will error because the daemon no longer exists. To prevent this error, it should (at the begining) check for the existence of the daemon. Something like this should suffice: [ -x "$DAEMON" ] || exit 0 -- Saludos, Felipe Sateler -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

