- Correct previous commit: rplay.in sb rplayd.in, rename file, fix Makefile

PR:		ports/166658
Submitted by:	scheidell@ (me)
This commit is contained in:
Michael Scheidell 2012-04-25 22:14:19 +00:00
parent 43ad5a6b5f
commit 31797f7ac0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295527
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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