From c902b79868a3b1ab4b8157581bcb4d6e8351d7fa Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 21 Nov 2001 15:35:09 +0000 Subject: Respect ${CONFDIR}. --- print/cups/files/cupsd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print') 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 ] -- cgit v1.2.3