#!/bin/shcase$1in
stop)if ! [ -f /var/run/tclhttd.pid ];thenecho tclhttd does not seem to be running
exit1fiecho"Not sure if `cat /var/run/tclhttd.pid` \ (from /var/run/tclhttd.pid) is what you wish killed."exit2;;
start|"")
COMMAND_LINE &test -n "$!"&&echo$! > /var/run/tclhttd.pid
;;esac