Bug 193724 - net-misc/openvpn-2.1* - new up.sh need some fix
Bug#: 193724 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: CLOSED Severity: trivial Priority: P2
Resolution: WORKSFORME Assigned To: uberlord@gentoo.org Reported By: bor@univ.kiev.ua
Component: Applications
URL: 
Summary: net-misc/openvpn-2.1* - new up.sh need some fix
Keywords:  
Status Whiteboard: 
Opened: 2007-09-25 09:41 0000
Description:   Opened: 2007-09-25 09:41 0000
I think need change this code

if [ -x /etc/openvpn/"${SVCNAME}"-up.sh ] ; then
    /etc/openvpn/"${SVCNAME}"-up.sh
fi

to

if [ -x /etc/openvpn/"${SVCNAME}"-up.sh ] ; then
    /etc/openvpn/"${SVCNAME}"-up.sh $@
fi


for pass parameters to own up script

------- Comment #1 From Roy Marples (RETIRED) 2007-09-25 11:27:48 0000 -------
Fixed, thanks.

------- Comment #2 From Sergiy Borodych 2007-10-03 10:39:27 0000 -------
Today I reemerge openvpn and found what you fixed only down.sh
up.sh still need this fix too

------- Comment #3 From Roy Marples (RETIRED) 2007-10-03 10:44:15 0000 -------
http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openvpn/files/down.sh?rev=1.6&view=markup

That was done 7 days ago

------- Comment #4 From Roy Marples (RETIRED) 2007-10-03 12:05:44 0000 -------
(In reply to comment #2)
> Today I reemerge openvpn and found what you fixed only down.sh
> up.sh still need this fix too
> 

Sorry, I misread that. Now fixed.