diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2004-10-28 20:07:05 +0000 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2004-10-28 20:07:05 +0000 |
commit | 3cb46afa97009eb3d990127617b75cc7da2d7765 (patch) | |
tree | 42eba717d24711105e804c847bfeb7bb8413086d /audio/rplay/pkg-plist | |
parent | 1561046edbeb2eba15c72207291f56bba7a1b805 (diff) | |
download | FreeBSD-ports-3cb46afa97009eb3d990127617b75cc7da2d7765.zip FreeBSD-ports-3cb46afa97009eb3d990127617b75cc7da2d7765.tar.gz |
o) Fix missing installation of sample and initial config files.
Diffstat (limited to 'audio/rplay/pkg-plist')
-rw-r--r-- | audio/rplay/pkg-plist | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/rplay/pkg-plist b/audio/rplay/pkg-plist index 60f23de..9b9ab30 100644 --- a/audio/rplay/pkg-plist +++ b/audio/rplay/pkg-plist @@ -1,7 +1,12 @@ etc/rc.d/rplayd.sh.sample @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 -@exec if test ! -f %D/etc/rplay.hosts; then cp -p %D/etc/rplay.hosts.sample %D/etc/rplay.hosts; fi +@unexec if cmp %D/etc/rplay.conf.sample %D/etc/rplay.conf 2>/dev/null; then rm -f %D/etc/rplay.conf; fi +etc/rplay.conf.sample +@unexec if cmp %D/etc/rplay.helpers.sample %D/etc/rplay.helpers 2>/dev/null; then rm -f %D/etc/rplay.helpers; fi +etc/rplay.helpers.sample +@unexec if cmp %D/etc/rplay.servers.sample %D/etc/rplay.servers 2>/dev/null; then rm -f %D/etc/rplay.servers; fi +etc/rplay.servers.sample bin/rplay bin/rptp sbin/rplayd |