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

Side by Side Diff: remoting/host/installer/linux/debian/chrome-remote-desktop.init

Issue 10917125: Fix debian compatibility issues in the chrome-remote-desktop dpk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | Annotate | Revision Log
OLDNEW
1 #!/bin/sh 1 #!/bin/bash
2 2
3 ### BEGIN INIT INFO 3 ### BEGIN INIT INFO
4 # Provides: chrome-remote-desktop 4 # Provides: chrome-remote-desktop
5 # Required-Start: $remote_fs $syslog 5 # Required-Start: $remote_fs $syslog
6 # Required-Stop: $remote_fs $syslog 6 # Required-Stop: $remote_fs $syslog
7 # Default-Start: 2 3 4 5 7 # Default-Start: 2 3 4 5
8 # Default-Stop: 0 1 6 8 # Default-Stop: 0 1 6
9 # Short-Description: Chrome Remote Desktop service 9 # Short-Description: Chrome Remote Desktop service
10 ### END INIT INFO 10 ### END INIT INFO
11 11
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 for_each_user do_restart 95 for_each_user do_restart
96 ;; 96 ;;
97 97
98 *) 98 *)
99 log_success_msg "Usage: /etc/init.d/chrome-remote-desktop" \ 99 log_success_msg "Usage: /etc/init.d/chrome-remote-desktop" \
100 "{start|stop|reload|force-reload|restart}" 100 "{start|stop|reload|force-reload|restart}"
101 exit 1 101 exit 1
102 esac 102 esac
103 103
104 exit 0 104 exit 0
OLDNEW
« no previous file with comments | « no previous file | remoting/host/installer/linux/debian/control » ('j') | remoting/host/installer/linux/debian/control » ('J')

Powered by Google App Engine
This is Rietveld 408576698