1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/yate/files/pkg-message.in
Florian Smeets ff837fa948 - add a current version of yate (3.3.2p1). This is not a repocopy of
net/yate-devel as net/yate already existed in the repository.
- register in UIDs/GIDs (uses same UID/GID as yate-devel)

PR:		ports/156248
Submitted by:	Valeriy Komaorv <komarov@valerka.net>
2011-05-22 12:38:03 +00:00

16 lines
495 B
Plaintext

=========================================================================
IMPORTANT! MAKE SURE TO READ THE FOLLOWING!
To start the YATE sever automatically when the system is started, append
the following in your /etc/rc.conf file:
yate_enable="YES" # YATE iPBX/Softswitch server
To manually start the yate server run (as root):
# %%PREFIX%%/etc/rc.d/yate start
To manually stop it:
# %%PREFIX%%/etc/rc.d/yate stop
=========================================================================