/[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 3896 - (hide annotations) (download)
Sat Aug 8 14:50:00 2009 UTC (3 years, 9 months ago) by lucas
File size: 543 byte(s)
SVN reorganization (second part, rest of packages/)
1 ryan52-guest 3168 # (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