aboutsummaryrefslogtreecommitdiff
path: root/net/yate/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/yate/files/pkg-message.in')
-rw-r--r--net/yate/files/pkg-message.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/yate/files/pkg-message.in b/net/yate/files/pkg-message.in
new file mode 100644
index 000000000000..7b8fe2156ad0
--- /dev/null
+++ b/net/yate/files/pkg-message.in
@@ -0,0 +1,15 @@
+=========================================================================
+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
+
+=========================================================================