[Bug 368141] [NEW] openvpn init script contains invalid variable declarations
Commander1024
commander at commander1024.de
Mon Apr 27 19:58:48 BST 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
Server Team, which is subscribed to openvpn in ubuntu.
More information about the Ubuntu-server-bugs
mailing list