summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-include-usage-in-usage-message.patch
diff options
context:
space:
mode:
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.patch25
1 files changed, 0 insertions, 25 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
deleted file mode 100644
index 1c8a565a2..000000000
--- a/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-include-usage-in-usage-message.patch
+++ /dev/null
@@ -1,25 +0,0 @@
1autofs-5.0.7 - include usage in usage message
2
3From: Ian Kent <ikent@redhat.com>
4
5Since usage is a case entry we should also nclude it in the usage
6message.
7---
8
9 redhat/autofs.init.in | 2 +-
10 1 files changed, 1 insertions(+), 1 deletions(-)
11
12
13diff --git a/redhat/autofs.init.in b/redhat/autofs.init.in
14index 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