From 40258ec5f580871193bf48bb003c64fc4b0653ca Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 20 Mar 2002 22:46:58 +0000 Subject: PKG_SYSCONFDIR already appends /cups. Fix noted in pkg/15934 by Tero Kivinen . --- print/cups/files/cupsd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/cups') diff --git a/print/cups/files/cupsd.sh b/print/cups/files/cupsd.sh index b7052cccfec..4aa27b87a03 100644 --- a/print/cups/files/cupsd.sh +++ b/print/cups/files/cupsd.sh @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: cupsd.sh,v 1.9 2002/02/05 06:04:40 jlam Exp $ +# $NetBSD: cupsd.sh,v 1.10 2002/03/20 22:46:58 jlam Exp $ # # Common UNIX Printing System daemon # @@ -15,7 +15,7 @@ fi name="cupsd" rcvar=${name} command="@PREFIX@/sbin/${name}" -required_files="@PKG_SYSCONFDIR@/cups/${name}.conf" +required_files="@PKG_SYSCONFDIR@/${name}.conf" extra_commands="reload" if [ -f /etc/rc.subr ] -- cgit v1.2.3