case $1 in 'start') echo "starting httpsd " /var/https/httpsd ;; 'stop') kill -TERM `ps -e | grep httpsd | awk '{ print $1 }'` > /dev/null 2>&1 ;; *) echo "usage: /etc/rc2.d/S90http {start|stop}" ;; esac