mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
39540d24fb
channels with different rate codecs and several people on each channel. Primarily aimed at team gamers but can be used as an IP phone as well. WWW: http://www.ventrilo.com/ PR: ports/95071 Submitted by: Anish Mistry <amistry@am-productions.biz>
10 lines
400 B
Plaintext
10 lines
400 B
Plaintext
@unexec if cmp -s %D/etc/ventrilo_srv.ini.sample %D/etc/ventrilo_srv.ini; then rm -f %D/etc/ventrilo_srv.ini; fi
|
|
etc/ventrilo_srv.ini.sample
|
|
@exec if [ ! -f %D/etc/ventrilo_srv.ini ] ; then cp -p %D/%F %B/ventrilo_srv.ini; fi
|
|
ventrilo-server/LICENSE
|
|
ventrilo-server/ventrilo_srv
|
|
ventrilo-server/ventrilo_status
|
|
ventrilo-server/ventrilo_srv.htm
|
|
ventrilo-server/ventrilo_srv.ini
|
|
@dirrm ventrilo-server
|