summaryrefslogtreecommitdiff
path: root/www/thttpd
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-26 07:30:44 +0000
committerjlam <jlam@pkgsrc.org>2001-11-26 07:30:44 +0000
commit6e896e42e0b57db32d2b3cfe92a60d114e0d1627 (patch)
treece964d0907326e2bc74bee9012da993ab49a30bf /www/thttpd
parent62f34ce4e80b59595e6d325b65b09adff05f63a3 (diff)
downloadpkgsrc-6e896e42e0b57db32d2b3cfe92a60d114e0d1627.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