/[pkg-ruby-extras]/trunk/thin/debian/patches/fix-init-script
ViewVC logotype

Contents of /trunk/thin/debian/patches/fix-init-script

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3168 - (show annotations) (download)
Tue Dec 23 06:45:00 2008 UTC (4 years, 5 months ago) by ryan52-guest
Original Path: packages-wip/thin/trunk/debian/patches/fix-init-script
File size: 543 byte(s)
[svn-inject] Applying Debian modifications to trunk
1 # (better) lsb compliance
2
3 --- a/lib/thin/controllers/service.sh.erb
4 +++ b/lib/thin/controllers/service.sh.erb
5 @@ -4,7 +4,7 @@
6 # Required-Start: $local_fs $remote_fs
7 # Required-Stop: $local_fs $remote_fs
8 # Default-Start: 2 3 4 5
9 -# Default-Stop: S 0 1 6
10 +# Default-Stop: 0 1 6
11 # Short-Description: thin initscript
12 # Description: thin
13 ### END INIT INFO
14 @@ -27,7 +27,7 @@
15 stop)
16 $DAEMON stop --all $CONFIG_PATH
17 ;;
18 - restart)
19 + restart|force-reload|reload)
20 $DAEMON restart --all $CONFIG_PATH
21 ;;
22 *)

  ViewVC Help
Powered by ViewVC 1.1.5