diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-04-25 22:14:19 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-04-25 22:14:19 +0000 |
commit | 31797f7ac01f319089f624d4912bf2137329a2d7 (patch) | |
tree | e35a6b30e8ef798512a541d5cee369e15ebf148e /audio/rplay | |
parent | 43ad5a6b5fe4e2c0c6c21f5d89d31fdef77999db (diff) |
Notes
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/Makefile | 2 | ||||
-rw-r--r-- | audio/rplay/files/rplayd.in (renamed from audio/rplay/files/rplay.in) | 0 | ||||
-rw-r--r-- | audio/rplay/pkg-plist | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 95724f59904b..6bcbd3485681 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -29,7 +29,7 @@ INFO= RPLAY RPTP librplay rplayd .include <bsd.port.pre.mk> -USE_RC_SUBR= rplay +USE_RC_SUBR= rplayd .if ${ARCH} == "amd64" # pr ports/166658 mentions a problem with amd64. if it happens on i386, you can delete this conditional diff --git a/audio/rplay/files/rplay.in b/audio/rplay/files/rplayd.in index ead8508d4049..ead8508d4049 100644 --- a/audio/rplay/files/rplay.in +++ b/audio/rplay/files/rplayd.in diff --git a/audio/rplay/pkg-plist b/audio/rplay/pkg-plist index a82707c36a3b..9531f1a77638 100644 --- a/audio/rplay/pkg-plist +++ b/audio/rplay/pkg-plist @@ -1,4 +1,4 @@ -@unexec rm -f %D/etc/rc.d/rplay.sh* +@unexec rm -f %D/etc/rc.d/rplayd.sh* @unexec if cmp %D/etc/rplay.hosts.sample %D/etc/rplay.hosts 2>/dev/null; then rm -f %D/etc/rplay.hosts; fi etc/rplay.hosts.sample @unexec if cmp %D/etc/rplay.conf.sample %D/etc/rplay.conf 2>/dev/null; then rm -f %D/etc/rplay.conf; fi |