summaryrefslogtreecommitdiff
path: root/www/thttpd
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-26 07:30:44 +0000
committerjlam <jlam>2001-11-26 07:30:44 +0000
commit3268be98b93e31abc0e83b7651012ccc7e69b256 (patch)
treece964d0907326e2bc74bee9012da993ab49a30bf /www/thttpd
parent8b39a72c1fba17e89f234c889c5aaeaf9c7f568c (diff)
downloadpkgsrc-3268be98b93e31abc0e83b7651012ccc7e69b256.tar.gz
Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.
Diffstat (limited to 'www/thttpd')
-rw-r--r--www/thttpd/files/thttpd.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/thttpd/files/thttpd.sh b/www/thttpd/files/thttpd.sh
index 61af6bf0f4a..cb2a13f612f 100644
--- a/www/thttpd/files/thttpd.sh
+++ b/www/thttpd/files/thttpd.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: thttpd.sh,v 1.6 2001/11/21 21:38:55 jlam Exp $
+# $NetBSD: thttpd.sh,v 1.7 2001/11/26 07:34:08 jlam Exp $
#
# PROVIDE: thttpd
# REQUIRE: DAEMON
@@ -13,8 +13,8 @@ fi
name="thttpd"
rcvar=$name
command=@PREFIX@/sbin/${name}
-command_args="-C @CONFDIR@/${name}.conf"
-required_files="@CONFDIR@/${name}.conf"
+command_args="-C @PKG_SYSCONFDIR@/${name}.conf"
+required_files="@PKG_SYSCONFDIR@/${name}.conf"
if [ -e /etc/rc.subr ]
then