summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e7f9851)
raw | patch | inline | side by side (parent: e7f9851)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 Dec 2009 08:45:14 +0000 (08:45 +0000) | ||
committer | opensides <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14878 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/debian/gosa-si-common.init | patch | blob | history |
index d134eb3e7a0035ee434849759b7003700b0c26c3..68c59fc65e6a6fbaa190453c9a19f94bb25bb8b3 100755 (executable)
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