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

« back to all changes in this revision

Viewing changes to debian/config

  • 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:
1
 
#!/bin/bash
2
 
# Bash required because /usr/share/debconf/confmodule uses "local" (#252094)
 
1
#!/bin/sh
3
2
 
4
3
set -e
5
4