r69088 - in /trunk/w3c-linkchecker/debian: README.Debian postinst postrm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Feb 19 14:19:45 UTC 2011


Author: periapt-guest
Date: Sat Feb 19 14:19:22 2011
New Revision: 69088

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69088
Log:
giving up for now

Removed:
    trunk/w3c-linkchecker/debian/postrm
Modified:
    trunk/w3c-linkchecker/debian/README.Debian
    trunk/w3c-linkchecker/debian/postinst

Modified: trunk/w3c-linkchecker/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/w3c-linkchecker/debian/README.Debian?rev=69088&op=diff
==============================================================================
--- trunk/w3c-linkchecker/debian/README.Debian (original)
+++ trunk/w3c-linkchecker/debian/README.Debian Sat Feb 19 14:19:22 2011
@@ -9,3 +9,6 @@
 The package currently only provides support for Apache. If you want to do the
 work to integrate w3c-linkchecker with other web servers we will be happy
 to incorporate it.
+
+The apache server will need to be bounced to pick up the installation or any 
+configuration changes.

Modified: trunk/w3c-linkchecker/debian/postinst
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/w3c-linkchecker/debian/postinst?rev=69088&op=diff
==============================================================================
--- trunk/w3c-linkchecker/debian/postinst (original)
+++ trunk/w3c-linkchecker/debian/postinst Sat Feb 19 14:19:22 2011
@@ -24,7 +24,6 @@
     configure)
 
         CFG_FILE=/etc/w3c/checklink.conf
-        OLD_VERSION=$2
 
         db_get w3c-linkchecker/hostname
         if [ "$RET" ]
@@ -41,11 +40,6 @@
                 VALUE=0
             fi
             sed -i -e "s|^\(# \)\?Allow_Private_IPs = [01]$|Allow_Private_IPs = $VALUE|" $CFG_FILE
-        fi
-
-        if [ -z "${OLD_VERSION}" ]
-        then
-            invoke-rc.d apache2 reload
         fi
 
     ;;




More information about the Pkg-perl-cvs-commits mailing list