summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-21 15:35:09 +0000
committerjlam <jlam@pkgsrc.org>2001-11-21 15:35:09 +0000
commit2ac4cd69d41393da6db010ce2194e2bd4f35c0fa (patch)
tree6b3a5767add1bf9092d4afd8943946377c0b0cd7 /print
parenta8e4e999cb150aea3aea42e2592ecd54f594be57 (diff)
downloadpkgsrc-2ac4cd69d41393da6db010ce2194e2bd4f35c0fa.tar.gz
Respect ${CONFDIR}.
Diffstat (limited to 'print')
-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 8729933ec46..1274fe6db0d 100644
--- a/print/cups/files/cupsd.sh
+++ b/print/cups/files/cupsd.sh
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: cupsd.sh,v 1.5 2001/11/19 16:23:11 jlam Exp $
+# $NetBSD: cupsd.sh,v 1.6 2001/11/21 15:35:09 jlam Exp $
#
# Common UNIX Printing System daemon
#
@@ -15,7 +15,7 @@ fi
name="cupsd"
rcvar=${name}
command="@PREFIX@/sbin/${name}"
-required_files="/etc/cups/${name}.conf"
+required_files="@CONFDIR@/cups/${name}.conf"
extra_commands="reload"
if [ ! -d /etc/rc.d ]