aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-01-30 17:10:14 +0000
committerBill Nottingham <notting@redhat.com>2001-01-30 17:10:14 +0000
commite185b9a4f875a1d7d2d74202c4e9a24f69c8462f (patch)
tree223b209276241492ad428526304005478f1487ef
parent68219d8bf6d82f9a2a4c909f9214fdf5a2bf0f95 (diff)
downloadinitscripts-e185b9a4f875a1d7d2d74202c4e9a24f69c8462f.tar
initscripts-e185b9a4f875a1d7d2d74202c4e9a24f69c8462f.tar.gz
initscripts-e185b9a4f875a1d7d2d74202c4e9a24f69c8462f.tar.bz2
initscripts-e185b9a4f875a1d7d2d74202c4e9a24f69c8462f.tar.xz
initscripts-e185b9a4f875a1d7d2d74202c4e9a24f69c8462f.zip
tweak usage messages (#24085)
-rwxr-xr-xrc.d/init.d/netfs2
-rwxr-xr-xrc.d/init.d/network2
-rwxr-xr-xrc.d/init.d/random2
-rwxr-xr-xrc.d/init.d/rawdevices2
4 files changed, 4 insertions, 4 deletions
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs
index 1994ca17..82e2547e 100755
--- a/rc.d/init.d/netfs
+++ b/rc.d/init.d/netfs
@@ -105,7 +105,7 @@ case "$1" in
$0 start
;;
*)
- echo $"Usage: netfs {start|stop|restart|reload|status}"
+ echo $"Usage: $0 {start|stop|restart|reload|status}"
exit 1
esac
diff --git a/rc.d/init.d/network b/rc.d/init.d/network
index 0a5eee57..4579af02 100755
--- a/rc.d/init.d/network
+++ b/rc.d/init.d/network
@@ -219,7 +219,7 @@ case "$1" in
fi
;;
*)
- echo $"Usage: network {start|stop|restart|reload|status|probe}"
+ echo $"Usage: $0 {start|stop|restart|reload|status|probe}"
exit 1
esac
diff --git a/rc.d/init.d/random b/rc.d/init.d/random
index d5c6370a..94176f81 100755
--- a/rc.d/init.d/random
+++ b/rc.d/init.d/random
@@ -53,7 +53,7 @@ case "$1" in
*)
# do not advertise unreasonable commands that there is no reason
# to use with this device
- echo $"Usage: random {start|stop|status|restart|reload}"
+ echo $"Usage: $0 {start|stop|status|restart|reload}"
exit 1
esac
diff --git a/rc.d/init.d/rawdevices b/rc.d/init.d/rawdevices
index 8984fa9f..1bde3233 100755
--- a/rc.d/init.d/rawdevices
+++ b/rc.d/init.d/rawdevices
@@ -74,7 +74,7 @@ case "$1" in
;;
*)
- echo $"Usage: rawdevice {start|stop|status|restart}"
+ echo $"Usage: $0 {start|stop|status|restart}"
exit 1
esac