~mathiaz/ubuntu/karmic/avahi/k-eucalyptus-conf-support

« back to all changes in this revision

Viewing changes to debian/avahi-dnsconfd.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-01-17 23:34:07 UTC
  • mfrom: (4.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090117233407-rmfkh6brblp1pyei
Tags: 0.6.23-4ubuntu1
* Merge from debian unstable, remaining changes: LP: #308856
  - debian/patches/01_avahi-daemon.conf.patch: Disable IPv6. According to
    upstream it is not ready yet and causes hiccups.
  - debian/rules: Create an up to date PO template during build.
  - debian/control: Build against libcap-dev instead of libcap2-dev
  - debian/patches/80_CVE-2008-5081.patch: verify port is > 0 in server.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
# update init script symlinks for new runlevels and priorities for upgrades
7
7
# from older versions
8
 
if [ "$1" = configure ] && dpkg --compare-versions "$2" lt-nl 0.6.22-4; then
 
8
if [ "$1" = configure ] && dpkg --compare-versions "$2" lt-nl 0.6.22-4 && \
 
9
   [ -e /etc/rc2.d/S??avahi-dnsconfd ]; then
9
10
  echo "Reinstalling init script for new runlevels and priorities ..." >&2
10
11
  # remove old init script symlinks; dh_installinit adds the proper
11
12
  # update-rc.d snippet later on