On Thu, Jun 25, 2009 at 15:48:04 +0200, Mehdi Dogguy wrote:

> diff --git a/debian/mldonkey-server.postinst b/debian/mldonkey-server.postinst
> index 90e9a2c..dfe2a53 100644
> --- a/debian/mldonkey-server.postinst
> +++ b/debian/mldonkey-server.postinst
> @@ -224,7 +224,7 @@ LAUNCH_AT_STARTUP=$launch_at_startup
>  MLDONKEY_NICENESS=$mldonkey_niceness
>  EOF
>  
> -        ucf "$CONF_NEW" "$CONF"
> +        ucf --debconf-ok "$CONF_NEW" "$CONF"
>  
>          $DEBUG && echo "done."
>          ;;

If DEBUG is ever expected to be set, and there's some debconf
interaction going on here, this is broken (not related to your fix,
but still).  stdout is reserved for debconf.

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to