From fcba739697c9a35a1b4873133d1291ca97998b07 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Thu, 29 Nov 2007 09:30:16 +0100 Subject: [PATCH] Closes 453371 Signed-off-by: Pierre Habouzit --- debian/changelog | 7 +++++++ debian/xinetd.postinst | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.20.1