[Martin Pitt]
> thanks for that, but this was already fixed at the time you wrote
> the bug:

Great to hear.  I see this header in the current script:

  ### BEGIN INIT INFO
  # Provides:          sysfsconf
  # Required-Start:    mountkernfs
  # Required-Stop:
  # Default-Start:     2 3 4 5
  # Default-Stop:      S 0 1 6
  # Short-Description: Set sysfs variables from /etc/sysfs.conf
  # Description:       Similarly to /etc/init.d/procps.sh, you can configure
  #                    values for sysfs variables (such as power management
  #                    defaults) and /sys file permissions in /etc/sysfs.conf.
  ### END INIT INFO

The default-stop header is wrong.  As far as I can see, the script
should not run at all during shutdown, and no script should stop in
the 'S' "runlevel", so it would be better to use an empty
default-stop:

  ### BEGIN INIT INFO
  # Provides:          sysfsconf
  # Required-Start:    mountkernfs
  # Required-Stop:
  # Default-Start:     2 3 4 5
  # Default-Stop:
  # Short-Description: Set sysfs variables from /etc/sysfs.conf
  # Description:       Similarly to /etc/init.d/procps.sh, you can configure
  #                    values for sysfs variables (such as power management
  #                    defaults) and /sys file permissions in /etc/sysfs.conf.
  ### END INIT INFO

Happy hacking,
-- 
Petter Reinholdtsen



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

Reply via email to