[Pkg-varnish-devel] Bug#698577: varnish: diff for NMU version 3.0.2-2.1

Julien Cristau jcristau at debian.org
Sun Jan 27 18:03:01 UTC 2013


On Sun, Jan 27, 2013 at 18:54:12 +0100, Jérémy Lal wrote:

> diff -Nru varnish-3.0.2/debian/varnish.postinst varnish-3.0.2/debian/varnish.postinst
> --- varnish-3.0.2/debian/varnish.postinst	2012-05-01 16:22:42.000000000 +0200
> +++ varnish-3.0.2/debian/varnish.postinst	2013-01-27 18:12:45.000000000 +0100
> @@ -52,7 +52,12 @@
>  # varnish version 2.1.3-1 and older started varnishd at boot, we keep
>  # this default for upgrading clients
>  upgrade_enable_varnishd() {
> -    sed -i '/^START=/s/no/yes/g' /etc/default/varnish
> +    tmpFile=$(tempfile)
> +    sed '/^START=/s/no/yes/g' /etc/default/varnish > "${tmpFile}"
> +    if which ucf >/dev/null; then
> +        ucf --debconf-ok "${tmpFile}" /etc/default/varnish
> +    fi
> +    rm -f "${tmpFile}"
>  }
>  
>  case ${1:-} in

That's horrible. varnish doesn't use ucf so far, there should be a better way
to go about that.

Cheers,
Julien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-varnish-devel/attachments/20130127/8fc6d527/attachment.pgp>


More information about the Pkg-varnish-devel mailing list