openvpn init script contains invalid variable declarations

Bug #368141 reported by Commander1024
4
Affects Status Importance Assigned to Milestone
openvpn (Ubuntu)
New
Undecided
Unassigned
Nominated for Hardy by Commander1024

Bug Description

Binary package hint: openvpn

openvpn 2.1~rc7-1ubuntu3.3
/etc/init.d/openvpn
line 58

     STATUS = "FAILED - Already running (PID file exists)."

Variable declarations in bash scripts must not contain spaces! Correct is:

     STATUS="FAILED - Already running (PID file exists)."

confirmed for 8.04 LTS (32bit)
does not happen for 8.10 (amd64) and 9.04 (amd64) AFAIK

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.