[Debian-l10n-commits] r2830 - /pootle/trunk/debian/pootle.init

themill-guest at users.alioth.debian.org themill-guest at users.alioth.debian.org
Wed Jan 11 18:25:26 UTC 2012


Author: themill-guest
Date: Wed Jan 11 18:25:26 2012
New Revision: 2830

URL: http://svn.debian.org/wsvn/?sc=1&rev=2830
Log:
Fix restart target in init script

Modified:
    pootle/trunk/debian/pootle.init

Modified: pootle/trunk/debian/pootle.init
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/pootle.init?rev=2830&op=diff
==============================================================================
--- pootle/trunk/debian/pootle.init (original)
+++ pootle/trunk/debian/pootle.init Wed Jan 11 18:25:26 2012
@@ -72,9 +72,9 @@
 		log_end_msg $?
 		;;
 	restart|force-reload)
-		stop
+		$0 stop
 		sleep 1
-		start
+		$0 start
 		;;
 	status)
 		status_of_proc $DAEMON "$DESC"




More information about the Debian-l10n-commits mailing list