summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 153b851)
raw | patch | inline | side by side (parent: 153b851)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 4 Sep 2009 23:28:11 +0000 (23:28 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 4 Sep 2009 23:28:11 +0000 (23:28 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14219 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/debian/gosa-si-common.init | patch | blob | history |
index 8ce729a385b0b4003efca464db13ebcc9bb3ad1d..2f0dae5708a2e4f62c8bbc3364f7b80bb3ef93e4 100755 (executable)
log_progress_msg "done"
log_end_msg $?
;;
-*) log_action_msg "Usage: /etc/init.d/gosa-si {start|stop|restart|reload|force-reload}"
+restart-client) log_daemon_msg "Restarting GOsa support infrastructure client"
+ if [ "$START_CLIENT" = "1" -a -x /usr/sbin/gosa-si-client ]; then
+ stop_client
+ fi
+ if [ "$START_CLIENT" = "1" -a -x /usr/sbin/gosa-si-client ]; then
+ start_client
+ fi
+ log_progress_msg "done"
+ log_end_msg $?
+ ;;
+*) log_action_msg "Usage: /etc/init.d/gosa-si {start|stop|restart|restart-client|reload|force-reload}"
exit 2
;;
esac