Package: openvpn Version: 2.0.2-1 When the rc script is invoked with the "start" option, openvpn will just start a second instance of openvpn, even if a first one is already running or had not shut down properly. I think this could be avoided by having something like this in the rc script:
if ! ps -C openvpn > /dev/null 2>&1; then <start openvpn> which just checks to see if there is an existing openvpn process before starting a new one -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

