r67995 - /trunk/w3c-linkchecker/debian/postinst

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Jan 28 22:20:55 UTC 2011


Author: periapt-guest
Date: Fri Jan 28 22:20:50 2011
New Revision: 67995

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67995
Log:
using invoke-rc.d

Modified:
    trunk/w3c-linkchecker/debian/postinst

Modified: trunk/w3c-linkchecker/debian/postinst
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/w3c-linkchecker/debian/postinst?rev=67995&op=diff
==============================================================================
--- trunk/w3c-linkchecker/debian/postinst (original)
+++ trunk/w3c-linkchecker/debian/postinst Fri Jan 28 22:20:50 2011
@@ -42,7 +42,7 @@
             sed -i -e "s|^\(# \)\?Allow_Private_IPs = [01]$|Allow_Private_IPs = $VALUE|" $CFG_FILE
         fi
 
-        /etc/init.d/apache2 restart
+        invoke-rc.d apache2 restart
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)




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