diff options
author | jlam <jlam> | 2001-11-26 07:30:44 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-26 07:30:44 +0000 |
commit | 3268be98b93e31abc0e83b7651012ccc7e69b256 (patch) | |
tree | ce964d0907326e2bc74bee9012da993ab49a30bf /audio | |
parent | 8b39a72c1fba17e89f234c889c5aaeaf9c7f568c (diff) | |
download | pkgsrc-3268be98b93e31abc0e83b7651012ccc7e69b256.tar.gz |
Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.
Diffstat (limited to 'audio')
-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 |