[23140] in Source-Commits
/svn/athena r22801 - trunk/debathena/config/autofs-config/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Thu Mar 27 02:37:09 2008
Date: Thu, 27 Mar 2008 02:36:37 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200803270636.CAA01727@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2008-03-27 02:36:36 -0400 (Thu, 27 Mar 2008)
New Revision: 22801
Added:
trunk/debathena/config/autofs-config/debian/debathena-autofs-config.init
Modified:
trunk/debathena/config/autofs-config/debian/changelog
trunk/debathena/config/autofs-config/debian/control
trunk/debathena/config/autofs-config/debian/rules
Log:
Make sure autofs stops before openafs stops.
Modified: trunk/debathena/config/autofs-config/debian/changelog
===================================================================
--- trunk/debathena/config/autofs-config/debian/changelog 2008-03-22 19:48:19 UTC (rev 22800)
+++ trunk/debathena/config/autofs-config/debian/changelog 2008-03-27 06:36:36 UTC (rev 22801)
@@ -1,3 +1,15 @@
+debathena-autofs-config (1.3) unstable; urgency=low
+
+ * Don't run our the stop command in our init script on package removal.
+
+ -- Tim Abbott <tabbott@mit.edu> Mon, 24 Mar 2008 16:52:41 -0400
+
+debathena-autofs-config (1.2) unstable; urgency=low
+
+ * Add an init script to stop autofs before openafs stops.
+
+ -- Tim Abbott <tabbott@mit.edu> Mon, 24 Mar 2008 16:52:39 -0400
+
debathena-autofs-config (1.1debathena3) unstable; urgency=low
* Rebuild against debathena-config-build-common 3.4.
Modified: trunk/debathena/config/autofs-config/debian/control
===================================================================
--- trunk/debathena/config/autofs-config/debian/control 2008-03-22 19:48:19 UTC (rev 22800)
+++ trunk/debathena/config/autofs-config/debian/control 2008-03-27 06:36:36 UTC (rev 22801)
@@ -2,7 +2,7 @@
Section: debathena-config/net
Priority: extra
Maintainer: Debian-Athena Project <debathena@mit.edu>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), debathena-config-build-common
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), debathena-config-build-common (>= 3.7~)
Standards-Version: 3.7.2
Package: debathena-autofs-config
Added: trunk/debathena/config/autofs-config/debian/debathena-autofs-config.init
Property changes on: trunk/debathena/config/autofs-config/debian/debathena-autofs-config.init
___________________________________________________________________
Name: svn:executable
+ *
Modified: trunk/debathena/config/autofs-config/debian/rules
===================================================================
--- trunk/debathena/config/autofs-config/debian/rules 2008-03-22 19:48:19 UTC (rev 22800)
+++ trunk/debathena/config/autofs-config/debian/rules 2008-03-27 06:36:36 UTC (rev 22801)
@@ -5,3 +5,5 @@
/etc/auto.master.debathena
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/debathena-divert.mk
+DEB_UPDATE_RCD_PARAMS = "defaults 26 17"
+DEB_DH_INSTALLINIT_ARGS = "--no-start"