diff options
author | jlam <jlam@pkgsrc.org> | 2002-03-20 22:46:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-03-20 22:46:58 +0000 |
commit | e6d9a15a66f4042482d0bd8069e8439820f0228e (patch) | |
tree | 5bf34ccd2436a41bd71a536b0f7a746801ed092b /print/cups | |
parent | bc2e9efd3d4c0a15f5d3f3d64b31f42ae59ba89d (diff) | |
download | pkgsrc-e6d9a15a66f4042482d0bd8069e8439820f0228e.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.sh | 4 |
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 ] |