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