Closes 453371 debian-sid/2.3.14-5
authorPierre Habouzit <madcoder@debian.org>
Thu, 29 Nov 2007 08:30:16 +0000 (09:30 +0100)
committerPierre Habouzit <madcoder@debian.org>
Thu, 29 Nov 2007 08:30:16 +0000 (09:30 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
debian/changelog
debian/xinetd.postinst

index ba9f1ad..15f9f77 100644 (file)
@@ -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 <madcoder@debian.org>  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
index ac9fa57..70a2033 100644 (file)
@@ -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