summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-26 07:30:44 +0000
committerjlam <jlam>2001-11-26 07:30:44 +0000
commit7ac81fd7c973ece8eaf911703e3f3877b16f3d04 (patch)
treece964d0907326e2bc74bee9012da993ab49a30bf /print/cups
parentb958dc2e1f86f8f6903fd0a7cb5b885d3eefe7ba (diff)
downloadpkgsrc-7ac81fd7c973ece8eaf911703e3f3877b16f3d04.tar.gz
Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/files/cupsd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/files/cupsd.sh b/print/cups/files/cupsd.sh
index cd438d6c432..0fd5089ad80 100644
--- a/print/cups/files/cupsd.sh
+++ b/print/cups/files/cupsd.sh
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: cupsd.sh,v 1.7 2001/11/21 21:38:54 jlam Exp $
+# $NetBSD: cupsd.sh,v 1.8 2001/11/26 07:34:05 jlam Exp $
#
# Common UNIX Printing System daemon
#
@@ -15,7 +15,7 @@ fi
name="cupsd"
rcvar=${name}
command="@PREFIX@/sbin/${name}"
-required_files="@CONFDIR@/cups/${name}.conf"
+required_files="@PKG_SYSCONFDIR@/cups/${name}.conf"
extra_commands="reload"
if [ -e /etc/rc.subr ]