Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193724 - net-misc/openvpn-2.1* - new up.sh need some fix
Summary: net-misc/openvpn-2.1* - new up.sh need some fix
Status: VERIFIED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Roy Marples (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-25 09:41 UTC by Sergiy Borodych
Modified: 2008-02-08 10:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergiy Borodych 2007-09-25 09:41:36 UTC
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 Roy Marples (RETIRED) gentoo-dev 2007-09-25 11:27:48 UTC
Fixed, thanks.
Comment 2 Sergiy Borodych 2007-10-03 10:39:27 UTC
Today I reemerge openvpn and found what you fixed only down.sh
up.sh still need this fix too
Comment 3 Roy Marples (RETIRED) gentoo-dev 2007-10-03 10:44:15 UTC
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 Roy Marples (RETIRED) gentoo-dev 2007-10-03 12:05:44 UTC
(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.