X-Git-Url: http://git.madism.org/?p=packages%2Fxinetd.git;a=blobdiff_plain;f=debian%2Fxinetd.postinst;fp=debian%2Fxinetd.postinst;h=70a2033d48c063a44c144ddaeebf0eabb4983cb9;hp=ac9fa57c764751e16345f773ba2569398f74ee9d;hb=fcba739697c9a35a1b4873133d1291ca97998b07;hpb=ee83c388b1b18ba3c5ac306f823778bde58c9c2c 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