ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/thttpd/scripts/thttpd.sh
Revision: 1.1
Committed: Mon Jun 18 21:11:58 2001 UTC (25 years, 3 months ago) by root
Content type: application/x-sh
Branch: MAIN
CVS Tags: mp_j, dp_j, cp_j, HEAD
Branch point for: connpatch, dirpatch, mmapppatch
Log Message:
*** empty log message ***

File Contents

# Content
1 #!/bin/sh
2 #
3 # thttpd.sh - startup script for thttpd on FreeBSD 3.x
4 #
5 # This goes in /usr/local/etc/rc.d and gets run at boot-time.
6
7 if [ -x /usr/local/sbin/thttpd_wrapper ] ; then
8 echo -n " thttpd"
9 /usr/local/sbin/thttpd_wrapper &
10 fi