Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Side by Side Diff: experimental/webtry/setup/sys/webtry_init

Issue 644513003: webtry: Simply move sys/ directory into setup/. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « experimental/webtry/DESIGN.md ('k') | experimental/webtry/setup/sys/webtry_monit » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 ### BEGIN INIT INFO 2 ### BEGIN INIT INFO
3 # Provides: webtry 3 # Provides: webtry
4 # Required-Start: $remote_fs $syslog 4 # Required-Start: $remote_fs $syslog
5 # Required-Stop: $remote_fs $syslog 5 # Required-Stop: $remote_fs $syslog
6 # Default-Start: 2 3 4 5 6 # Default-Start: 2 3 4 5
7 # Default-Stop: 0 1 6 7 # Default-Stop: 0 1 6
8 # Short-Description: Start webtry. 8 # Short-Description: Start webtry.
9 # Description: Web server for trying Skia C++ code. 9 # Description: Web server for trying Skia C++ code.
10 ### END INIT INFO 10 ### END INIT INFO
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 esac 150 esac
151 ;; 151 ;;
152 *) 152 *)
153 #echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2 153 #echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2
154 echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 154 echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2
155 exit 3 155 exit 3
156 ;; 156 ;;
157 esac 157 esac
158 158
159 : 159 :
OLDNEW
« no previous file with comments | « experimental/webtry/DESIGN.md ('k') | experimental/webtry/setup/sys/webtry_monit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698