mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
- Change patch file - Update plist PR: ports/143183 Submitted by: Joachim Fritschi <fritschi@hrz.tu-darmstadt.de> Approved by: maintainer (timeout > 14days), itetcu (mentor) Feature safe: yes
49 lines
1.7 KiB
Text
49 lines
1.7 KiB
Text
--- doc/siproxd.conf.example.orig 2010-01-24 17:18:04.000000000 +0100
|
|
+++ doc/siproxd.conf.example 2010-01-24 17:21:34.000000000 +0100
|
|
@@ -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
|
|
@@ -79,7 +79,7 @@
|
|
# user: uid/gid to switch to after startup
|
|
# chrootjail: path to chroot to (chroot jail)
|
|
user = nobody
|
|
-#chrootjail = /var/lib/siproxd/
|
|
+chrootjail = %%PREFIX%%/siproxd/
|
|
|
|
######################################################################
|
|
# Registration file:
|
|
@@ -88,7 +88,7 @@
|
|
# the specified directory path does exist!
|
|
# Note: If running in chroot jail, this path starts relative
|
|
# to the jail.
|
|
-registration_file = /var/lib/siproxd/siproxd_registrations
|
|
+registration_file = siproxd_registrations
|
|
|
|
######################################################################
|
|
# Automatically save current registrations every 'n' seconds
|
|
@@ -101,7 +101,7 @@
|
|
# This file holds the PID of the main thread of siproxd.
|
|
# Note: If running in chroot jail, this path starts relative
|
|
# to the jail.
|
|
-pid_file = /var/run/siproxd/siproxd.pid
|
|
+pid_file = siproxd.pid
|
|
|
|
######################################################################
|
|
# global switch to control the RTP proxy behaviour
|
|
@@ -292,7 +292,7 @@
|
|
# the processing order is given by the load order.
|
|
#
|
|
# plugin_dir: MUST be terminated with '/'
|
|
-plugindir=/usr/lib/siproxd/
|
|
+plugindir=%%PREFIX%%/lib/siproxd/
|
|
#
|
|
# List of plugins to load. MUST use the .la file extension!
|
|
#load_plugin=plugin_demo.la
|