From 79245d099e6e64b99b4e78b21a17f790f063c226 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 14 Aug 2002 00:52:44 +0000 Subject: fix status-all (#71375) --- service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service') 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 | \ -- cgit