Bug#605507: your mail

Julien Cristau jcristau at debian.org
Fri Dec 17 15:35:33 UTC 2010


On Mon, Dec  6, 2010 at 19:06:59 +0900, d+deb at vdr.jp wrote:

> tags 605507 + patch
> thanks
> 
> Hi,
> 
> Here is third try.
> Would you please try it?
> 
> diff -u icecast2-2.3.2/debian/icecast2.init icecast2-2.3.2/debian/icecast2.init
> --- icecast2-2.3.2/debian/icecast2.init	2010-12-06 18:48:19.000000000 +0900
> +++ icecast2-2.3.2/debian/icecast2.init	2010-12-06 18:38:24.000000000 +0900
> @@ -51,7 +51,8 @@
>  	;;
>    stop)
>  	echo -n "Stopping $DESC: "
> -	start-stop-daemon --stop --oknodo --quiet --exec $DAEMON
> +	# Send TERM after 5 seconds, wait at most 30 seconds.
> +	start-stop-daemon --stop --oknodo --retry TERM/5/0/30 --quiet --exec $DAEMON
>  	echo "$NAME."
>  	;;
>    reload|force-reload)
> diff -u icecast2-2.3.2/debian/icecast2.postinst icecast2-2.3.2/debian/icecast2.postinst
> --- icecast2-2.3.2/debian/icecast2.postinst	2010-12-06 18:48:19.000000000 +0900
> +++ icecast2-2.3.2/debian/icecast2.postinst	2010-12-06 18:52:07.000000000 +0900
> @@ -45,6 +45,9 @@
>  # Tightened permissions for the config file
>  chmod -R ug=rw,o=,ug+X /etc/icecast2/icecast.xml
>  
> +# avoid to fail on invoke-rc.d icecast2 start when upgrading see Bug#605507
> +sleep 3
> +

What is this supposed to achieve?

>  #DEBHELPER#
>  
>  exit 0
> 
Cheers,
Julien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20101217/cab09d57/attachment.pgp>


More information about the pkg-multimedia-maintainers mailing list