summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6d64a12)
raw | patch | inline | side by side (parent: 6d64a12)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 4 Jun 2008 08:53:11 +0000 (08:53 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 4 Jun 2008 08:53:11 +0000 (08:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11200 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/debian/gosa-si-common.init | patch | blob | history |
index 7c6101ed6b2e4033a6984f0fb072a0d57a19b2d5..42f648753314b199f580b1ef156bf8c4fae2e7c5 100755 (executable)
stop_client() {
start-stop-daemon --stop --retry 5 --quiet --pidfile /var/run/gosa-si-client.pid --name gosa-si-client
kill `ps -C gosa-si-client -o pid=` &> /dev/null
+ ps -C gosa-si-client -o pid= &> /dev/null
}
stop_server() {
start-stop-daemon --stop --retry 5 --quiet --pidfile /var/run/gosa-si-server.pid --name gosa-si-server
kill `ps -C gosa-si-server -o pid=` &> /dev/null
+ ps -C gosa-si-server -o pid= &> /dev/null
}