This commit is contained in:
parent
ec4f867b8f
commit
5e71b261b2
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 26 07:53:38 CEST 2008 - mt@suse.de
|
||||||
|
|
||||||
|
- Reverted init script changes adding startproc, since they break
|
||||||
|
user auth query and multiple tunnels (bnc#394360, bnc#394353).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 22 18:21:59 CEST 2008 - mt@suse.de
|
Thu May 22 18:21:59 CEST 2008 - mt@suse.de
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ case "$1" in
|
|||||||
|
|
||||||
for conf in $confdir/*.conf; do
|
for conf in $confdir/*.conf; do
|
||||||
pidfile=$(basename ${conf%%.conf}).pid
|
pidfile=$(basename ${conf%%.conf}).pid
|
||||||
startproc -p $piddir/$pidfile $openvpn --daemon \
|
$openvpn --daemon \
|
||||||
--writepid $piddir/$pidfile \
|
--writepid $piddir/$pidfile \
|
||||||
--config $conf \
|
--config $conf \
|
||||||
--cd $confdir \
|
--cd $confdir \
|
||||||
|
@ -20,7 +20,7 @@ AutoReqProv: on
|
|||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
%endif
|
%endif
|
||||||
Version: 2.0.9
|
Version: 2.0.9
|
||||||
Release: 90
|
Release: 91
|
||||||
Summary: Full-featured SSL VPN solution using a TUN/TAP Interface
|
Summary: Full-featured SSL VPN solution using a TUN/TAP Interface
|
||||||
Source: http://openvpn.net/release/openvpn-%{version}.tar.gz
|
Source: http://openvpn.net/release/openvpn-%{version}.tar.gz
|
||||||
Source1: http://openvpn.net/signatures/openvpn-%{version}.tar.gz.asc
|
Source1: http://openvpn.net/signatures/openvpn-%{version}.tar.gz.asc
|
||||||
@ -215,6 +215,9 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
%{plugin_libdir}/openvpn-auth-pam.so
|
%{plugin_libdir}/openvpn-auth-pam.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 26 2008 mt@suse.de
|
||||||
|
- Reverted init script changes adding startproc, since they break
|
||||||
|
user auth query and multiple tunnels (bnc#394360, bnc#394353).
|
||||||
* Thu May 22 2008 mt@suse.de
|
* Thu May 22 2008 mt@suse.de
|
||||||
- Added -lpam to LDFLAGS of openvpn, because linking the openvpn
|
- Added -lpam to LDFLAGS of openvpn, because linking the openvpn
|
||||||
auth-pam plugin against pam is not sufficient. Many pam modules
|
auth-pam plugin against pam is not sufficient. Many pam modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user