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
|
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
Today I reemerge openvpn and found what you fixed only down.sh
up.sh still need this fix too
(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.