diff options
author | jlam <jlam@pkgsrc.org> | 2000-07-27 12:49:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-07-27 12:49:22 +0000 |
commit | 099a8cda10d9aa423b8a976bbc76c8bb4e11b337 (patch) | |
tree | 41709906a38a381c586407518ac1c43b3387435c /www/thttpd | |
parent | 3a4e0c9434979a4ad0da9e2287fad726fcddbbe7 (diff) | |
download | pkgsrc-099a8cda10d9aa423b8a976bbc76c8bb4e11b337.tar.gz |
Find default document root in ${PREFIX}/share/thttpd, not
${PREFIX}/share/www.
Diffstat (limited to 'www/thttpd')
-rw-r--r-- | www/thttpd/files/thttpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/thttpd/files/thttpd.conf b/www/thttpd/files/thttpd.conf index 8af3fcad8ad..18cf2926db1 100644 --- a/www/thttpd/files/thttpd.conf +++ b/www/thttpd/files/thttpd.conf @@ -1,8 +1,8 @@ -# $NetBSD: thttpd.conf,v 1.1 2000/07/27 12:42:08 jlam Exp $ +# $NetBSD: thttpd.conf,v 1.2 2000/07/27 12:49:22 jlam Exp $ # # thttpd configuration file # -dir=@PREFIX@/share/www # root directory of the web site +dir=@PREFIX@/share/thttpd # root directory of the web site cgipat=*.cgi logfile=/var/log/thttpd.log #pidfile=/var/run/thttpd.pid |