diff options
author | Soren Hansen <soren@canonical.com> | 2009-08-26 01:18:43 +0200 |
---|---|---|
committer | Soren Hansen <soren@canonical.com> | 2009-08-26 01:18:43 +0200 |
commit | 08bb4a53db4b58e5c8911201f0982d5b5975444a (patch) | |
tree | 09fabf874b6725160bc466d7fb554ae02da4e091 /ec2-init | |
parent | 5dfb04f0d8628cee0eb1f8f72636417f81282c3f (diff) | |
download | vyos-cloud-init-08bb4a53db4b58e5c8911201f0982d5b5975444a.tar.gz vyos-cloud-init-08bb4a53db4b58e5c8911201f0982d5b5975444a.zip |
Don't advertise a force-stop option to the init script that we don't actually offer.
Diffstat (limited to 'ec2-init')
-rwxr-xr-x | ec2-init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ case "$1" in ;; *) N=/etc/init.d/$NAME - echo "Usage: $N {start|stop|force-stop|restart|force-reload|status}" >&2 + echo "Usage: $N {start|stop|restart|force-reload|status}" >&2 exit 1 ;; esac |