diff options
author | Bill Nottingham <notting@redhat.com> | 2002-08-14 00:52:44 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-08-14 00:52:44 +0000 |
commit | 79245d099e6e64b99b4e78b21a17f790f063c226 (patch) | |
tree | 1c6a88de39ea093291735854b8f4bd37003192ae | |
parent | da466e8794f4fc497b892cb2a977ff789baed481 (diff) | |
download | initscripts-79245d099e6e64b99b4e78b21a17f790f063c226.tar initscripts-79245d099e6e64b99b4e78b21a17f790f063c226.tar.gz initscripts-79245d099e6e64b99b4e78b21a17f790f063c226.tar.bz2 initscripts-79245d099e6e64b99b4e78b21a17f790f063c226.tar.xz initscripts-79245d099e6e64b99b4e78b21a17f790f063c226.zip |
fix status-all (#71375)
-rwxr-xr-x | service | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | \ |