[23115] in Source-Commits
/svn/athena r22778 - trunk/debathena/config/zephyr-config/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Tue Mar 4 19:17:26 2008
Date: Tue, 4 Mar 2008 19:16:32 -0500 (EST)
From: tabbott@MIT.EDU
Message-Id: <200803050016.TAA06236@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2008-03-04 19:16:31 -0500 (Tue, 04 Mar 2008)
New Revision: 22778
Added:
trunk/debathena/config/zephyr-config/debian/debathena-zephyr-config.if-up
Modified:
trunk/debathena/config/zephyr-config/debian/changelog
trunk/debathena/config/zephyr-config/debian/rules
Log:
Start zhm when NetworkManager sets a new IP address.
Modified: trunk/debathena/config/zephyr-config/debian/changelog
===================================================================
--- trunk/debathena/config/zephyr-config/debian/changelog 2008-03-04 23:04:57 UTC (rev 22777)
+++ trunk/debathena/config/zephyr-config/debian/changelog 2008-03-05 00:16:31 UTC (rev 22778)
@@ -1,3 +1,9 @@
+debathena-zephyr-config (1.2debathena1) unstable; urgency=low
+
+ * Start zhm from /etc/network/if-up.d.
+
+ -- Anders Kaseorg <andersk@mit.edu> Fri, 25 Jan 2008 00:19:51 -0500
+
debathena-zephyr-config (1.1debathena3) unstable; urgency=low
* Stop zhm before restarting it, to work around Debian #448459.
Added: trunk/debathena/config/zephyr-config/debian/debathena-zephyr-config.if-up
Property changes on: trunk/debathena/config/zephyr-config/debian/debathena-zephyr-config.if-up
___________________________________________________________________
Name: svn:executable
+ *
Modified: trunk/debathena/config/zephyr-config/debian/rules
===================================================================
--- trunk/debathena/config/zephyr-config/debian/rules 2008-03-04 23:04:57 UTC (rev 22777)
+++ trunk/debathena/config/zephyr-config/debian/rules 2008-03-05 00:16:31 UTC (rev 22778)
@@ -6,3 +6,11 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/debathena-divert.mk
include /usr/share/cdbs/1/rules/debathena-debconf-hack.mk
+
+common-install-indep::
+ if hash dh_installifupdown; then \
+ dh_installifupdown; \
+ else \
+ dh_installdirs etc/network/if-up.d; \
+ install -p debian/debathena-zephyr-config.if-up $(DEB_DESTDIR)/etc/network/if-up.d/debathena-zephyr-config; \
+ fi