heh, avoid lintian false warning.
authorPierre Habouzit <madcoder@debian.org>
Mon, 26 Nov 2007 21:35:25 +0000 (22:35 +0100)
committerPierre Habouzit <madcoder@debian.org>
Mon, 26 Nov 2007 21:35:25 +0000 (22:35 +0100)
debian/xinetd.preinst

index e41eca3..1ef9362 100644 (file)
@@ -4,8 +4,8 @@ if test "$1" = "upgrade"; then
     # version 1:2.3.14-3 is the first one to provide inet-superserver
     if dpkg --compare-versions "$2" lt-nl 1:2.3.14-3; then
         rm -f /etc/init.d/inetd
-        dpkg-divert --package xinetd --remove --rename --divert \
-            /etc/init.d/inetd.real /etc/init.d/inetd
+        dpkg-divert --package xinetd --remove --rename \
+            --divert /etc/init.d/inetd.real /etc/init.d/inetd
     fi
 fi