projects
/
packages
/
xinetd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7909e6
)
heh, avoid lintian false warning.
author
Pierre Habouzit
<madcoder@debian.org>
Mon, 26 Nov 2007 21:35:25 +0000
(22:35 +0100)
committer
Pierre Habouzit
<madcoder@debian.org>
Mon, 26 Nov 2007 21:35:25 +0000
(22:35 +0100)
debian/xinetd.preinst
patch
|
blob
|
history
diff --git
a/debian/xinetd.preinst
b/debian/xinetd.preinst
index
e41eca3
..
1ef9362
100644
(file)
--- a/
debian/xinetd.preinst
+++ b/
debian/xinetd.preinst
@@
-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