[25979] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25331 - trunk/debathena/config/auto-update/debian

daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Sat Jul 30 16:13:49 2011

Date: Sat, 30 Jul 2011 16:13:43 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <201107302013.p6UKDhnT018765@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: geofft
Date: 2011-07-30 16:13:43 -0400 (Sat, 30 Jul 2011)
New Revision: 25331

Modified:
   trunk/debathena/config/auto-update/debian/changelog
   trunk/debathena/config/auto-update/debian/rules
Log:
In auto-update:
  * Call dh_installinit with --no-start, since the debathena-auto-update
    initscript has no hope of working from inside a postinst


Modified: trunk/debathena/config/auto-update/debian/changelog
===================================================================
--- trunk/debathena/config/auto-update/debian/changelog	2011-07-30 16:35:50 UTC (rev 25330)
+++ trunk/debathena/config/auto-update/debian/changelog	2011-07-30 20:13:43 UTC (rev 25331)
@@ -1,3 +1,10 @@
+debathena-auto-update (1.27) UNRELEASED; urgency=low
+
+  * Call dh_installinit with --no-start, since the debathena-auto-update
+    initscript has no hope of working from inside a postinst
+
+ -- Geoffrey Thomas <geofft@mit.edu>  Sat, 30 Jul 2011 16:05:22 -0400
+
 debathena-auto-update (1.26) unstable; urgency=low
 
   * Add some debugging and options to athena-auto-upgrade

Modified: trunk/debathena/config/auto-update/debian/rules
===================================================================
--- trunk/debathena/config/auto-update/debian/rules	2011-07-30 16:35:50 UTC (rev 25330)
+++ trunk/debathena/config/auto-update/debian/rules	2011-07-30 20:13:43 UTC (rev 25331)
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_UPDATE_RCD_PARAMS="defaults 98 02"
+DEB_DH_INSTALLINIT_ARGS_debathena-auto-update="--no-start"
+DEB_UPDATE_RCD_PARAMS_debathena-auto-update="defaults 98 02"
 
 include /usr/share/cdbs/1/rules/debhelper.mk


home help back first fref pref prev next nref lref last post