First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 193724
Alias:
Product:
Component:
Status: CLOSED
Resolution: WORKSFORME
Assigned To: Roy Marples (RETIRED) <uberlord@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Sergiy Borodych <bor@univ.kiev.ua>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 193724 depends on: Show dependency tree
Bug 193724 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.




View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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.

First Last Prev Next    No search results available      Search page      Enter new bug