debian/cubicweb-ctl.cubicweb.init
branchstable
changeset 6803 691dac4c6a05
parent 3001 74e842e4871a
child 6917 e080e7465ac4
--- a/debian/cubicweb-ctl.cubicweb.init	Tue Jan 11 12:24:49 2011 +0100
+++ b/debian/cubicweb-ctl.cubicweb.init	Tue Jan 11 12:45:30 2011 +0100
@@ -24,12 +24,12 @@
 
 case $1 in
     force-reload)
-        /usr/bin/cubicweb-ctl reload --force
+        python -W ignore /usr/bin/cubicweb-ctl reload --force
         ;;
     status)
-        /usr/bin/cubicweb-ctl status
+        python -W ignore /usr/bin/cubicweb-ctl status
         ;;
     *)
-        /usr/bin/cubicweb-ctl $1 --force
+        python -W ignore /usr/bin/cubicweb-ctl $1 --force
         ;;
 esac