aboutsummaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-08-14 00:52:44 +0000
committerBill Nottingham <notting@redhat.com>2002-08-14 00:52:44 +0000
commit79245d099e6e64b99b4e78b21a17f790f063c226 (patch)
tree1c6a88de39ea093291735854b8f4bd37003192ae /service
parentda466e8794f4fc497b892cb2a977ff789baed481 (diff)
downloadinitscripts-79245d099e6e64b99b4e78b21a17f790f063c226.tar
initscripts-79245d099e6e64b99b4e78b21a17f790f063c226.tar.gz
initscripts-79245d099e6e64b99b4e78b21a17f790f063c226.tar.bz2
initscripts-79245d099e6e64b99b4e78b21a17f790f063c226.tar.xz
initscripts-79245d099e6e64b99b4e78b21a17f790f063c226.zip
fix status-all (#71375)
Diffstat (limited to 'service')
-rwxr-xr-xservice2
1 files changed, 1 insertions, 1 deletions
diff --git a/service b/service
index d9144ebb..f3aa49d1 100755
--- a/service
+++ b/service
@@ -28,7 +28,7 @@ while [ $# -gt 0 ]; do
;;
*)
if [ -z "${SERVICE}" -a $# -eq 1 -a "${1}" = "--status-all" ]; then
- cd /
+ cd ${SERVICEDIR}
for SERVICE in * ; do
case "${SERVICE}" in
functions | halt | killall | single| linuxconf| kudzu | \