diff options
Diffstat (limited to 'audio/rplay/files/rplayd.sh')
-rw-r--r-- | audio/rplay/files/rplayd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |