[25983] in Source-Commits
Re: /svn/athena r25331 - trunk/debathena/config/auto-update/debian
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Sat Jul 30 21:15:16 2011
Date: Sat, 30 Jul 2011 21:15:08 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Geoffrey Thomas <geofft@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201107302013.p6UKDhnT018765@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1107302115040.7526@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
ACK.
-Ben
On Sat, 30 Jul 2011, Geoffrey Thomas wrote:
> 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
>
>