Fedora Account System
Red Hat Associate
Red Hat Customer
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
*** This bug has been marked as a duplicate of bug 498348 ***