OBS User unknown 2008-05-26 17:11:11 +00:00 committed by Git OBS Bridge
parent ec4f867b8f
commit 5e71b261b2
3 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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