summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5e213be)
raw | patch | inline | side by side (parent: 5e213be)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 3 Jun 2008 14:52:17 +0000 (14:52 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 3 Jun 2008 14:52:17 +0000 (14:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11179 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/debian/gosa-si-common.default | patch | blob | history | |
gosa-si/debian/gosa-si-common.init | patch | blob | history |
index 74a48930b72dbcd3a444259bed2274ae6c8495ac..cc697bd461d7d1055cdeb966c6ca2868bcf30e8f 100644 (file)
# /etc/default/gosa-si - configure the init script
-START_BUS=0
START_CLIENT=1
index d105802afbe4ea975053867378038dbe0f03c5f0..7c6101ed6b2e4033a6984f0fb072a0d57a19b2d5 100755 (executable)
stop_client
fi
if [ -x /usr/sbin/gosa-si-server ]; then
- if [ "$START_BUS" == "1" ]; then
- stop_server
- start_server
- else
- stop_server
- start_server
- fi
+ stop_server
+ start_server
fi
if [ "$START_CLIENT" == "1" -a -x /usr/sbin/gosa-si-client ]; then
start_client