Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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
Fixed, thanks.
Today I reemerge openvpn and found what you fixed only down.sh up.sh still need this fix too
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
(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.