Package: insserv
Version: 1.10.0-1
Severity: important

I discovered this when upgrading hotkey-setup from version 0.1-17.1 to
version 0.1-17.2, as this upgrade was supposed to remove the stop
symlinks from runlevel 0 and 6.  It didn't.  The calls in question
look like this

  update-rc.d -f hotkey-setup remove
  update-rc.d hotkey-setup start 20 2 3 4 5 . stop 20 1 .

And the LSB header look like this:

  ### BEGIN INIT INFO
  # Provides:          hotkey-setup
  # Required-Start:    $remote_fs $syslog
  # Required-Stop:     $remote_fs $syslog
  # Default-Start:     2 3 4 5
  # Default-Stop:      1
  ### END INIT INFO

The remove operation seem to only remove the symlinks in runlevels
listed in default-start and default-stop.  It need to remove symlinks
in all rc*.d/ directories.

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to