freebsd-ports/net/siproxd/files/patch-doc_siproxd.conf.example
Ion-Mihai Tetcu 4171b2a448 - Regular update to version 0.5.12.
- use modern USE_RC_SUBR

PR:		96054
Submitted by:	Frank W. Josellis (maintainer)
Approved by:	lawrance (mentor)
2006-05-18 06:15:39 +00:00

39 lines
1.4 KiB
Text

--- doc/siproxd.conf.example.orig Sun Jan 1 21:09:42 2006
+++ doc/siproxd.conf.example Wed Apr 19 16:41:31 2006
@@ -17,8 +17,8 @@
# or a hostname that resolves to that address (use a dyndns address for
# example).
#
-if_inbound = eth0
-if_outbound = ppp0
+if_inbound = ed0
+if_outbound = tun0
# uncomment the following line ONLY IF YOU KNOW WHAT YOU ARE DOING!
# READ THE FAQ FIRST!
#host_outbound = 1.2.3.4
@@ -81,14 +81,14 @@
# user: uid/gid to switch to after startup
# chrootjail: path to chroot to (chroot jail)
user = nobody
-#chrootjail = /var/lib/siproxd/
+chrootjail = /usr/local/siproxd/
######################################################################
# Registration file:
# Where to store the current registrations.
# An empty value means we do not save registrations. Make sure that
# the specified directory path does exist!
-registration_file = /var/lib/siproxd/siproxd_registrations
+registration_file = siproxd_registrations
######################################################################
# Automatically save current registrations every 'n' seconds
@@ -99,7 +99,7 @@
# PID file:
# Where to create the PID file.
# This file holds the PID of the main thread of siproxd.
-pid_file = /var/run/siproxd/siproxd.pid
+pid_file = siproxd.pid
######################################################################
# global switch to control the RTP proxy behaviour