From e6060b71f01b973fa3a0f3382de536f8ce866f3f Mon Sep 17 00:00:00 2001 From: opensides Date: Tue, 8 Dec 2009 08:45:14 +0000 Subject: [PATCH] - Corrected error about testing status of GOsa-si client - (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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-si/debian/gosa-si-common.init b/gosa-si/debian/gosa-si-common.init index d134eb3e7..68c59fc65 100755 --- a/gosa-si/debian/gosa-si-common.init +++ b/gosa-si/debian/gosa-si-common.init @@ -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 -- 2.30.2