[SVN] r620 - in /trunk/cyrus-imapd-2.2.13/debian: changelog cyrus-common-2.2.cyrus2.2.init

Sven Mueller sven at incase.de
Tue Sep 19 13:05:42 UTC 2006


debian at incase.de schrieb:
> Author: astronut
> Date: Tue Sep 19 04:36:04 2006
> New Revision: 620
> 
> URL: https://mail.incase.de/viewcvs?rev=620&root=cyrus22&view=rev
> Log:
> Uhmm, will we have to fix this in a postinst script?

> +  * Fix mistake in init script, ! check_status instead of !check_status.
> +    Thanks to Farzad FARID  

> --- trunk/cyrus-imapd-2.2.13/debian/cyrus-common-2.2.cyrus2.2.init (original)
> +++ trunk/cyrus-imapd-2.2.13/debian/cyrus-common-2.2.cyrus2.2.init Tue Sep 19 04:36:04 2006
> @@ -165,7 +165,7 @@
>  	if start-stop-daemon ${START} >/dev/null 2>&1 ; then
>  		echo "$NAME."
>  	else
> -		if !check_status ; then
> +		if ! check_status ; then
>  			echo "(failed)."
>  			exit 1
>  		fi

No, just updating the init script works OK. If the user didn't modify
the init script itself, it will be updated on package upgrade.

Cu,
Sven



More information about the Pkg-Cyrus-imapd-Debian-devel mailing list