From: Pierre Habouzit Date: Thu, 29 Nov 2007 08:30:16 +0000 (+0100) Subject: Closes 453371 X-Git-Tag: debian-sid/2.3.14-5 X-Git-Url: http://git.madism.org/?a=commitdiff_plain;h=refs%2Ftags%2Fdebian-sid%2F2.3.14-5;p=packages%2Fxinetd.git Closes 453371 Signed-off-by: Pierre Habouzit --- diff --git a/debian/changelog b/debian/changelog index ba9f1ad..15f9f77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xinetd (1:2.3.14-5) unstable; urgency=medium + + * woops fix wrong ordering of the sed arguments, thanks to madduck. + (Closes: 453371). + + -- Pierre Habouzit Thu, 29 Nov 2007 09:29:55 +0100 + xinetd (1:2.3.14-4) unstable; urgency=low * Add Disable-services-with-a-duplicated-id.patch: if a service has the same diff --git a/debian/xinetd.postinst b/debian/xinetd.postinst index ac9fa57..70a2033 100644 --- a/debian/xinetd.postinst +++ b/debian/xinetd.postinst @@ -2,7 +2,7 @@ if test "$1" = "configure"; then if dpkg --compare-versions "$2" lt-nl 1:2.3.14-3; then - sed -e -i "s/INETD_COMPAT=Yes/INETD_COMPAT=No/" /etc/default/xinetd + sed -i -e "s/INETD_COMPAT=Yes/INETD_COMPAT=No/" /etc/default/xinetd fi fi