Author: osallou-guest
Date: 2012-01-16 11:02:51 +0000 (Mon, 16 Jan 2012)
New Revision: 9299

Modified:
   trunk/packages/mobyle/mobyle/trunk/debian/changelog
   trunk/packages/mobyle/mobyle/trunk/debian/postinst
Log:
fix 656078, use invoke-rc.d to restart service

Modified: trunk/packages/mobyle/mobyle/trunk/debian/changelog
===================================================================
--- trunk/packages/mobyle/mobyle/trunk/debian/changelog 2012-01-16 11:00:01 UTC 
(rev 9298)
+++ trunk/packages/mobyle/mobyle/trunk/debian/changelog 2012-01-16 11:02:51 UTC 
(rev 9299)
@@ -1,3 +1,10 @@
+mobyle (1.0.4~dfsg-3) UNRELEASED; urgency=low
+
+  * Use invoke-rc.d instead of service command to restart
+    apache as per Debian policy (Closes: #656078)
+
+ -- Olivier Sallou <[email protected]>  Mon, 16 Jan 2012 11:43:31 +0100
+
 mobyle (1.0.4~dfsg-2) unstable; urgency=low
 
   * Add missing dep on python-pygraphviz for workflows

Modified: trunk/packages/mobyle/mobyle/trunk/debian/postinst
===================================================================
--- trunk/packages/mobyle/mobyle/trunk/debian/postinst  2012-01-16 11:00:01 UTC 
(rev 9298)
+++ trunk/packages/mobyle/mobyle/trunk/debian/postinst  2012-01-16 11:02:51 UTC 
(rev 9299)
@@ -21,7 +21,7 @@
        chown -R www-data:www-data /var/lib/mobyle
        a2enmod rewrite
        a2enmod headers
-       service apache2 restart
+       invoke-rc.d apache2 restart
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to