--- /etc/rc.d/init.d/IIim Thu Aug 10 12:00:00 2000 +++ /usr/local/etc/rc.d/IIim.sh Wed Dec 31 15:18:30 2003 @@ -5,17 +5,21 @@ # #ident "@(#)IIim 1.9 99/08/30 SMI" -. /etc/rc.d/init.d/functions +###. /etc/rc.d/init.d/functions case "$1" in -'start') +start) +### if [ -x /usr/lib/im/htt ]; then +### /usr/lib/im/htt -port 9010 -syslog -message_locale C >/dev/null 2>&1 & if [ -x /usr/lib/im/htt ]; then /usr/lib/im/htt -port 9010 -syslog -message_locale C >/dev/null 2>&1 & + echo -n "htt" fi ;; -'stop') - killproc /usr/lib/im/htt >/dev/null 2>&1 +stop) +### killproc /usr/lib/im/htt >/dev/null 2>&1 + killall htt >/dev/null 2>&1 ;; *)