diff options
author | jlam <jlam> | 2001-11-21 15:35:09 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-21 15:35:09 +0000 |
commit | 116a33a175041286e62102f77c8a6080c5dff718 (patch) | |
tree | 6b3a5767add1bf9092d4afd8943946377c0b0cd7 /print | |
parent | 19eb1b8a3ec838c039f7bbee644a30c70efb212c (diff) | |
download | pkgsrc-116a33a175041286e62102f77c8a6080c5dff718.tar.gz |
Respect ${CONFDIR}.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/files/cupsd.sh | 4 |
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 ] |