diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-01-05 19:53:10 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2013-01-08 09:31:33 -0800 |
commit | 4c735f36f64476320c130ffe14a5c831f65b9c42 (patch) | |
tree | 19838881494864f938aed0610a86f314c5ed6830 /meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-include-usage-in-usage-message.patch | |
parent | eca536954a392daf481c13faf3615ae489b0b552 (diff) | |
download | meta-openembedded-4c735f36f64476320c130ffe14a5c831f65b9c42.tar.gz |
autofs: Add recipes for 5.0.7
Forward port from OE classic
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-include-usage-in-usage-message.patch')
-rw-r--r-- | meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-include-usage-in-usage-message.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-include-usage-in-usage-message.patch b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-include-usage-in-usage-message.patch new file mode 100644 index 0000000000..1c8a565a29 --- /dev/null +++ b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-include-usage-in-usage-message.patch | |||
@@ -0,0 +1,25 @@ | |||
1 | autofs-5.0.7 - include usage in usage message | ||
2 | |||
3 | From: Ian Kent <ikent@redhat.com> | ||
4 | |||
5 | Since usage is a case entry we should also nclude it in the usage | ||
6 | message. | ||
7 | --- | ||
8 | |||
9 | redhat/autofs.init.in | 2 +- | ||
10 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
11 | |||
12 | |||
13 | diff --git a/redhat/autofs.init.in b/redhat/autofs.init.in | ||
14 | index 8e355da..ec6d5d6 100644 | ||
15 | --- a/redhat/autofs.init.in | ||
16 | +++ b/redhat/autofs.init.in | ||
17 | @@ -155,7 +155,7 @@ function reload() { | ||
18 | } | ||
19 | |||
20 | function usage_message() { | ||
21 | - echo $"Usage: $0 {start|forcestart|stop|status|restart|force-reload|forcerestart|reload|condrestart|try-restart}" | ||
22 | + echo $"Usage: $0 {start|forcestart|stop|status|restart|force-reload|forcerestart|reload|condrestart|try-restart|usage}" | ||
23 | } | ||
24 | |||
25 | RETVAL=0 | ||