Package: pppconfig
Version: 2.3.14
Tags:    patch

The LSB header for dns-clean is inaccurate and slightly incorrect.  It
currently look like this:

  ### BEGIN INIT INFO
  # Provides:          dns-clean
  # Required-Start:    $local_fs
  # Required-Stop:     $local_fs
  # Default-Start:     S 1 2 3 4 5
  # Default-Stop:      0 6
  # Short-Decription: Cleans up any mess left by 0dns-up
  # Description: 0dns-up often leaves behind some cruft. This Script is meant
  #              to clean up any such mess.
  ### END INIT INFO

It should only start in runlevel S, and not stop in runlevel 0, 1 and
6.  Please change it to look like this:

  ### BEGIN INIT INFO
  # Provides:          dns-clean
  # Required-Start:    $local_fs
  # Required-Stop:     $local_fs
  # Default-Start:     S
  # Default-Stop:
  # Short-Decription: Cleans up any mess left by 0dns-up
  # Description: 0dns-up often leaves behind some cruft. This Script is meant
  #              to clean up any such mess.
  ### END INIT INFO

Friendly,
--
Petter Reinholdtsen


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

Reply via email to