The siproxd.conf.example file incorrectly shows "plugindir" as
"plugin_dir" in its comments, which could be very confusing to users if
they are trying to load siproxd plugins from a non-default directory.

This diff fixes that typo, and also updates my email address.

Could a developer please review and commit this diff?

Thank you,
Lawrence


Index: Makefile
===================================================================
RCS file: /cvs/ports/telephony/siproxd/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile    18 Jan 2012 13:44:43 -0000      1.9
+++ Makefile    21 Jan 2012 03:36:32 -0000
@@ -4,12 +4,12 @@ SHARED_ONLY=  Yes
 COMMENT=       proxy/masquerading daemon for the SIP protocol
 
 DISTNAME=      siproxd-0.8.1
-REVISION=      1
+REVISION=      2
 CATEGORIES=    telephony net
 
 HOMEPAGE=      http://siproxd.sourceforge.net/
 
-MAINTAINER=    Lawrence Teo <l...@devio.us>
+MAINTAINER=    Lawrence Teo <l...@lteo.net>
 
 # GPLv2+
 PERMIT_PACKAGE_CDROM=  Yes
Index: patches/patch-doc_siproxd_conf_example
===================================================================
RCS file: /cvs/ports/telephony/siproxd/patches/patch-doc_siproxd_conf_example,v
retrieving revision 1.2
diff -u -p -r1.2 patch-doc_siproxd_conf_example
--- patches/patch-doc_siproxd_conf_example      17 Jan 2012 17:30:33 -0000      
1.2
+++ patches/patch-doc_siproxd_conf_example      21 Jan 2012 03:36:32 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-doc_siproxd_conf_example,v 1.2 2012/01/17 17:30:33 sthen Exp $
 --- doc/siproxd.conf.example.orig      Mon Jun 20 16:25:27 2011
-+++ doc/siproxd.conf.example   Thu Oct 20 23:10:13 2011
++++ doc/siproxd.conf.example   Fri Jan 20 22:31:42 2012
 @@ -78,8 +78,8 @@ silence_log = 1
  # Secure Enviroment settings:
  #   user:     uid/gid to switch to after startup
@@ -30,11 +30,13 @@ $OpenBSD: patch-doc_siproxd_conf_example
  
  ######################################################################
  # global switch to control the RTP proxy behaviour
-@@ -323,17 +323,17 @@ debug_port = 0
+@@ -322,18 +322,18 @@ debug_port = 0
+ # The plugins are loaded in the order they appear here. Also
  # the processing order is given by the load order.
  #
- # plugin_dir: MUST be terminated with '/'
+-# plugin_dir: MUST be terminated with '/'
 -plugindir=/usr/lib/siproxd/
++# plugindir: MUST be terminated with '/'
 +plugindir=${PREFIX}/lib/siproxd/
  #
 -# List of plugins to load. MUST use the .la file extension!

Reply via email to