diff options
| author | Ross Burton <ross.burton@intel.com> | 2013-06-19 11:57:05 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-25 17:44:54 +0100 |
| commit | fb6f0d4d8100d7419f8a2ac5a5eba5a3edce0825 (patch) | |
| tree | fc29308372faa6d7e4cb1ae8d6bc254f83ce05bc /meta/recipes-graphics/wayland/weston-init | |
| parent | 6d5d49e7a1ec90e8468cd1e08cc68d03aedbbf0e (diff) | |
| download | poky-fb6f0d4d8100d7419f8a2ac5a5eba5a3edce0825.tar.gz | |
weston-init: fix a typo in a user-visible message
This is the weston init script, not X.
(From OE-Core rev: 8d30f9c1fe27795c4a1a3e64229cd1cc243e50be)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init')
| -rw-r--r-- | meta/recipes-graphics/wayland/weston-init/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/init b/meta/recipes-graphics/wayland/weston-init/init index 3c73e7c655..daa7f2300f 100644 --- a/meta/recipes-graphics/wayland/weston-init/init +++ b/meta/recipes-graphics/wayland/weston-init/init | |||
| @@ -38,7 +38,7 @@ case "$1" in | |||
| 38 | ;; | 38 | ;; |
| 39 | 39 | ||
| 40 | stop) | 40 | stop) |
| 41 | echo "Stopping XServer" | 41 | echo "Stopping Weston" |
| 42 | killproc weston | 42 | killproc weston |
| 43 | ;; | 43 | ;; |
| 44 | 44 | ||
