diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-02-20 01:16:09 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-02-20 01:16:09 +0000 |
commit | de16c1a592ce50cb39d983f7f9fed8522b571eb0 (patch) | |
tree | 876b400039a3966ff1f935045a0d2ab253858be7 /security/openvpn-devel | |
parent | - Run opensvn with --daemon ${name} in order to get distinguishable and (diff) |
- Run opensvn with --daemon ${name} in order to get distinguishable and
useful syslog tags
PR: ports/120863
Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=207618
Diffstat (limited to 'security/openvpn-devel')
-rw-r--r-- | security/openvpn-devel/Makefile | 1 | ||||
-rw-r--r-- | security/openvpn-devel/files/openvpn.sh.in | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile index 976e6c31d62e..8a92e7c32a36 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= openvpn DISTVERSION= 2.1_rc7 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://openvpn.net/release/ PKGNAMESUFFIX= -devel diff --git a/security/openvpn-devel/files/openvpn.sh.in b/security/openvpn-devel/files/openvpn.sh.in index ee9853a121d8..84da0a29b940 100644 --- a/security/openvpn-devel/files/openvpn.sh.in +++ b/security/openvpn-devel/files/openvpn.sh.in @@ -2,7 +2,7 @@ # # openvpn.sh - load tun/tap driver and start OpenVPN daemon # -# (C) Copyright 2005 - 2007 by Matthias Andree +# (C) Copyright 2005 - 2008 by Matthias Andree # based on suggestions by Matthias Grimm and Dirk Gouders # with multi-instance contribution from Denis Shaposhnikov, Gleb Kozyrev # and Vasil Dimov @@ -126,6 +126,6 @@ dir="$(eval echo \${${name}_dir})" interfaces="$(eval echo \${${name}_if})" required_files=${configfile} -command_args="--cd ${dir} --daemon --config ${configfile} --writepid ${pidfile}" +command_args="--cd ${dir} --daemon ${name} --config ${configfile} --writepid ${pidfile}" run_rc_command "$1" |