Package: ppp
Version: 2.4.4rel-2

At the moment, the dependency information for the pppd-dns init.d
script look like this.

  ### BEGIN INIT INFO
  # Required-Start:    $local_fs
  # Default-Start:     S
  # Short-Description: Restore resolv.conf if the system crashed.
  ### END INIT INFO

This is missing the 'Provides' header, and it make some of the script
processing this header harder.  Please add 'Provides: pppd-dns' to it,
making it look like this:

  ### BEGIN INIT INFO
  # Provides:          pppd-dns
  # Required-Start:    $local_fs
  # Default-Start:     S
  # Short-Description: Restore resolv.conf if the system crashed.
  ### 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