diff options
author | jlam <jlam@pkgsrc.org> | 2000-07-27 12:54:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-07-27 12:54:15 +0000 |
commit | 2de66ffdb23254c5c6632317273dddc0c6bcf29f (patch) | |
tree | 28d35143ff4a6b20ede50d4bc535b45708a15f77 /www/thttpd/files | |
parent | 099a8cda10d9aa423b8a976bbc76c8bb4e11b337 (diff) | |
download | pkgsrc-2de66ffdb23254c5c6632317273dddc0c6bcf29f.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'www/thttpd/files')
-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 18cf2926db1..43cbe0e8a7f 100644 --- a/www/thttpd/files/thttpd.conf +++ b/www/thttpd/files/thttpd.conf @@ -1,8 +1,8 @@ -# $NetBSD: thttpd.conf,v 1.2 2000/07/27 12:49:22 jlam Exp $ +# $NetBSD: thttpd.conf,v 1.3 2000/07/27 12:54:15 jlam Exp $ # # thttpd configuration file # dir=@PREFIX@/share/thttpd # root directory of the web site -cgipat=*.cgi +cgipat=*.cgi logfile=/var/log/thttpd.log #pidfile=/var/run/thttpd.pid |