9 test x
"${axhttpd:-NO}" = x
"NO" && exit 0
10 test x
"$axhttpd" = x
"DAEMON" && test -x /bin
/mksh
&& exec mksh
-T- $0 start
14 if [ ! -d /srv
/www
-a ! -h /srv
/www
]; then
15 echo "axhttpd not started. create /srv/www first"
18 /usr
/sbin
/axhttpd
>>/var
/log
/axhttpd.access
21 kill $
(pgrep
-f axhttpd
)
28 echo "Usage: $0 {start | stop | restart}"