summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorjlam <jlam>2002-03-20 22:46:58 +0000
committerjlam <jlam>2002-03-20 22:46:58 +0000
commit40258ec5f580871193bf48bb003c64fc4b0653ca (patch)
tree5bf34ccd2436a41bd71a536b0f7a746801ed092b /print/cups
parent301e642e3eaca8f9a4f39a31430afa454334ce00 (diff)
downloadpkgsrc-40258ec5f580871193bf48bb003c64fc4b0653ca.tar.gz
PKG_SYSCONFDIR already appends /cups. Fix noted in pkg/15934 by
Tero Kivinen <kivinen@ssh.fi>.
Diffstat (limited to 'print/cups')
-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 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 ]