<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>193724</bug_id>
          
          <creation_ts>2007-09-25 09:41 0000</creation_ts>
          <short_desc>net-misc/openvpn-2.1* - new up.sh need some fix</short_desc>
          <delta_ts>2008-02-08 10:21:34 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>trivial</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>bor@univ.kiev.ua</reporter>
          <assigned_to>uberlord@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>bor@univ.kiev.ua</who>
            <bug_when>2007-09-25 09:41:36 0000</bug_when>
            <thetext>I think need change this code

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

to

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


for pass parameters to own up script</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>uberlord@gentoo.org</who>
            <bug_when>2007-09-25 11:27:48 0000</bug_when>
            <thetext>Fixed, thanks.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bor@univ.kiev.ua</who>
            <bug_when>2007-10-03 10:39:27 0000</bug_when>
            <thetext>Today I reemerge openvpn and found what you fixed only down.sh
up.sh still need this fix too</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>uberlord@gentoo.org</who>
            <bug_when>2007-10-03 10:44:15 0000</bug_when>
            <thetext>http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openvpn/files/down.sh?rev=1.6&amp;view=markup

That was done 7 days ago</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>uberlord@gentoo.org</who>
            <bug_when>2007-10-03 12:05:44 0000</bug_when>
            <thetext>(In reply to comment #2)
&gt; Today I reemerge openvpn and found what you fixed only down.sh
&gt; up.sh still need this fix too
&gt; 

Sorry, I misread that. Now fixed.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>