#!/bin/sh #---------------------------------------------------------------------------- # /etc/rc0.d/rc495.services - terminate running services # # Last Update: $Id$ #---------------------------------------------------------------------------- service_stop_timeout=30 begin_script SERVICES "Stopping services (waiting max. $service_stop_timeout seconds) ..." mom_broadcast_message_and_receive_reply stop_service_message stop_service_reply_message $service_stop_timeout >/dev/null SCRIPT_RESULT=$? end_script