source: trunk/debathena/config/dns-config/debian/rules @ 25672

Revision 25672, 276 bytes checked in by jdreed, 12 years ago (diff)
In dns-config: * Switch to dnsmasq instead of bind9 (Trac: #1131) * Don't add a mit.edu suffix if it's already there * Use IFACE.PROG format for the resolvconf profile * Bump Standards-Version * Make initscript LSB-compliant
  • Property svn:executable set to *
Line 
1#!/usr/bin/make -f
2
3# We used to divert /etc/bind/named.conf
4DEB_DIVERT_EXTENSION = .debathena
5DEB_UNDIVERT_FILES_debathena-dns-config += \
6        /etc/bind/named.conf.options.debathena
7
8include /usr/share/cdbs/1/rules/debhelper.mk
9include /usr/share/cdbs/1/rules/config-package.mk
Note: See TracBrowser for help on using the repository browser.