Fix typo in comments and update email address. From Lawrence Teo (maintainer).

This commit is contained in:
sthen 2012-01-21 22:02:13 +00:00
parent 26b5c343e3
commit ae58df5297
2 changed files with 9 additions and 7 deletions

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.9 2012/01/18 13:44:43 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2012/01/21 22:02:13 sthen Exp $
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 <lteo@devio.us>
MAINTAINER= Lawrence Teo <lteo@lteo.net>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-doc_siproxd_conf_example,v 1.2 2012/01/17 17:30:33 sthen Exp $
$OpenBSD: patch-doc_siproxd_conf_example,v 1.3 2012/01/21 22:02:13 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,v 1.2 2012/01/17 17:30:33 sthen Exp $
######################################################################
# 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!