summaryrefslogtreecommitdiff
path: root/print/cups/files/cupsd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups/files/cupsd.sh')
-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 ]