Code

- Corrected error about testing status of GOsa-si client
authoropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 Dec 2009 08:45:14 +0000 (08:45 +0000)
committeropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 Dec 2009 08:45:14 +0000 (08:45 +0000)
- (Closes: #806)

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14878 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/debian/gosa-si-common.init

index d134eb3e7a0035ee434849759b7003700b0c26c3..68c59fc65e6a6fbaa190453c9a19f94bb25bb8b3 100755 (executable)
@@ -115,8 +115,8 @@ status)
 
         if [ "$START_CLIENT" = "1" -a -x ${DAEMON_CLIENT} ]; then
                status=0
-               pidofproc -p "${PIDFILE_SERVER}" "${DAEMON_SERVER}" >/dev/null || status="$?"
-               log_daemon_msg "Status of GOsa-si server" "${NAME}"
+               pidofproc -p "${PIDFILE_CLIENT}" "${DAEMON_CLIENT}" >/dev/null || status="$?"
+               log_daemon_msg "Status of GOsa-si client" "${NAME}"
                if [ "$status" = 0 ]; then
                                log_progress_msg "is running"
                                log_end_msg 0