From 6e896e42e0b57db32d2b3cfe92a60d114e0d1627 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 26 Nov 2001 07:30:44 +0000 Subject: Forgot a CONFDIR -> PKG_SYSCONFDIR replacement. --- audio/rplay/files/rplayd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/rplay/files/rplayd.sh b/audio/rplay/files/rplayd.sh index 8c475ac53c3..933bce055bb 100644 --- a/audio/rplay/files/rplayd.sh +++ b/audio/rplay/files/rplayd.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: rplayd.sh,v 1.3 2001/11/21 21:38:50 jlam Exp $ +# $NetBSD: rplayd.sh,v 1.4 2001/11/26 07:30:44 jlam Exp $ # # PROVIDE: rplayd # REQUIRE: DAEMON @@ -13,7 +13,7 @@ fi name="rplayd" rcvar=$name command="@PREFIX@/sbin/${name}" -required_files="@CONFDIR@/rplay.conf" +required_files="@PKG_SYSCONFDIR@/rplay.conf" if [ -e /etc/rc.subr ] then -- cgit v1.2.3