[Pkg-ocaml-maint-commits] [SCM] approx upstream and debian packaging branch, master, updated. debian/4.4-1-6-g37edd60

Eric Cooper ecc at cmu.edu
Wed Aug 18 19:42:15 UTC 2010


The following commit has been merged in the master branch:
commit a8d83edf9b30a1215a52c2bf48082e55f45dc0b1
Author: Eric Cooper <ecc at cmu.edu>
Date:   Fri Jul 23 19:49:31 2010 -0400

    correct inetd.conf entry
    
    closes: #589937

diff --git a/debian/approx.postinst b/debian/approx.postinst
index 300e460..7a0c106 100644
--- a/debian/approx.postinst
+++ b/debian/approx.postinst
@@ -16,7 +16,7 @@ update-inetd --remove '^(\d|\w)+\s.*\bapprox\b'
 # add entry to /etc/inetd.conf
 db_get approx/port
 port="$RET"
-update-inetd --add "$port\t\tstream\ttcp\tnowait\tapprox\t/usr/sbin/approx"
+update-inetd --add "$port\t\tstream\ttcp\tnowait\tapprox\t/usr/sbin/approx /usr/sbin/approx"
 
 if dpkg --compare-versions "$2" lt "4.0"; then
     if [ -f /etc/default/approx ]; then

-- 
approx upstream and debian packaging



More information about the Pkg-ocaml-maint-commits mailing list