~ubuntu-branches/ubuntu/karmic/resolvconf/karmic

« back to all changes in this revision

Viewing changes to debian/init

  • Committer: Bazaar Package Importer
  • Author(s): Nick Ellery
  • Date: 2008-12-07 15:12:34 UTC
  • mfrom: (1.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081207151234-7bgqj0fy56zsw96y
Tags: 1.43ubuntu1
* Merge from debian unstable, remaining changes (LP: #306092):
  - bin/resolvconf: 
    + fail with non-zero exit code when /etc/resolv.conf is not a symlink.
  - debian/postinst:
    + use default /var/run.
  - debian/rules:
    + don't install the init script in runlevels 0 and 6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# Required-Start:    $local_fs
6
6
# Required-Stop:     $local_fs
7
7
# X-Start-Before:    networking ifupdown
8
 
# Should-Stop:       networking ifupdown
9
8
# Default-Start:     S
10
9
# Default-Stop:      0 6
11
10
# Short-Description: Nameserver information manager
13
12
#                    used by the libc resolver and name service caches
14
13
### END INIT INFO
15
14
#
 
15
# We really need "X-Stop-Before: networking ifupdown" too because
 
16
# terminal ifdowns shouldn't update resolv.conf;
 
17
# however no "X-Stop-Before" dependency has been defined.
 
18
#
16
19
# This script is part of the resolvconf package
17
20
# See /usr/share/doc/resolvconf/copyright
18
21