[Pkg-ocaml-maint-commits] [SCM] approx upstream and debian packaging branch, master, updated. debian/4.0-3-15-gb41a8ce

Eric Cooper ecc at cmu.edu
Tue Sep 8 11:40:16 UTC 2009


The following commit has been merged in the master branch:
commit a69b392c823be80caa821b1c06605a629dde0dd0
Author: Eric Cooper <ecc at cmu.edu>
Date:   Tue Sep 8 07:33:48 2009 -0400

    fix update-inetd call in postrm script

diff --git a/debian/approx.postrm b/debian/approx.postrm
index 23a4d14..f329175 100644
--- a/debian/approx.postrm
+++ b/debian/approx.postrm
@@ -2,7 +2,7 @@
 
 remove_inetd() {
     if [ -x "$(command -v update-inetd)" ]; then
-        update-inetd --remove /usr/sbin/approx
+        update-inetd --remove "^.*approx"
     fi
 }
 

-- 
approx upstream and debian packaging



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