[Bug 368141] [NEW] openvpn init script contains invalid variable declarations

Commander1024 commander at commander1024.de
Mon Apr 27 18:58:48 UTC 2009


Public bug reported:

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

** Affects: openvpn (Ubuntu)
     Importance: Undecided
         Status: New

-- 
openvpn init script contains invalid variable declarations
https://bugs.launchpad.net/bugs/368141
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list