[med-svn] r9313 - trunk/packages/biomaj-watcher/trunk/debian
olivier sallou
osallou-guest at alioth.debian.org
Mon Jan 16 13:31:12 UTC 2012
Author: osallou-guest
Date: 2012-01-16 13:31:12 +0000 (Mon, 16 Jan 2012)
New Revision: 9313
Modified:
trunk/packages/biomaj-watcher/trunk/debian/postinst
Log:
use invoke-rc.d instead of service as per Debian policy
Modified: trunk/packages/biomaj-watcher/trunk/debian/postinst
===================================================================
--- trunk/packages/biomaj-watcher/trunk/debian/postinst 2012-01-16 13:30:32 UTC (rev 9312)
+++ trunk/packages/biomaj-watcher/trunk/debian/postinst 2012-01-16 13:31:12 UTC (rev 9313)
@@ -65,7 +65,7 @@
ln -s /etc/biomaj-watcher/BmajWatcher.xml /etc/tomcat6/Catalina/localhost/BmajWatcher.xml
ln -s /etc/biomaj-watcher/BmajWatcher#logs.xml /etc/tomcat6/Catalina/localhost/BmajWatcher#logs.xml
- service tomcat6 restart
+ invoke-rc.d tomcat6 restart
;;
More information about the debian-med-commit
mailing list