diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-29 21:12:42 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-29 21:12:42 +0000 |
commit | a8e8b7874c6a9bfc1dc484340379fc9bccf20eb4 (patch) | |
tree | 53a0ac5630ec22a426a81df2a5f1f3bd8d505a6b | |
parent | dba0d45d706598c158541e5168d94bddfc1f26ac (diff) | |
download | chromium_src-a8e8b7874c6a9bfc1dc484340379fc9bccf20eb4.zip chromium_src-a8e8b7874c6a9bfc1dc484340379fc9bccf20eb4.tar.gz chromium_src-a8e8b7874c6a9bfc1dc484340379fc9bccf20eb4.tar.bz2 |
Change stop levels for chrome-remode-desktop init script to 0 1 6.
This is necessary to avoid the warning shown by update-rc.d when installing
the the dpk. Also updated Provides field in the script header.
BUG=145395
Review URL: https://chromiumcodereview.appspot.com/10897028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153974 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | remoting/host/installer/linux/debian/chrome-remote-desktop.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/installer/linux/debian/chrome-remote-desktop.init b/remoting/host/installer/linux/debian/chrome-remote-desktop.init index ed18a0f..b211b9c 100755 --- a/remoting/host/installer/linux/debian/chrome-remote-desktop.init +++ b/remoting/host/installer/linux/debian/chrome-remote-desktop.init @@ -1,11 +1,11 @@ #!/bin/sh ### BEGIN INIT INFO -# Provides: chrome-remoting +# Provides: chrome-remote-desktop # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 -# Default-Stop: 1 +# Default-Stop: 0 1 6 # Short-Description: Chrome Remote Desktop service ### END INIT INFO |