Bug 539448 - Extra script execution in openvpn start script does not work
Summary: Extra script execution in openvpn start script does not work
Keywords:
Status: CLOSED DUPLICATE of bug 498348
Alias: None
Product: Fedora
Classification: Fedora
Component: openvpn
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Steven Pritchard
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-11-20 08:23 UTC by H.Janssen
Modified: 2010-01-04 19:03 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-01-04 19:03:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description H.Janssen 2009-11-20 08:23:47 UTC
Description of problem: 

Error message upon startup:

sh /etc/init.d/openvpn start
Starting openvpn: /etc/init.d/openvpn: line 153: .: client.sh: file not found

Version-Release number of selected component (if applicable):
openvpn-2.1-0.37.rc20.fc12.i686

How reproducible:
Always

Steps to Reproduce:
1. Create /etc/openvpn/client.cong and /etc/openvpn/client.sh
2. /etc/init.d/openvpn start
3.
  
Actual results:

Starting openvpn: /etc/init.d/openvpn: line 153: .: client.sh: file not found

Expected results:
Output of client.sh

Additional info:
Changing line 153 solves the problem:

153c153
<               . ./"$bn.sh"
---
>               . $bn.sh

Comment 1 Gwyn Ciesla 2010-01-04 19:03:40 UTC

*** This bug has been marked as a duplicate of bug 498348 ***


Note You need to log in before you can comment on or make changes to this bug.