I've worked around it using the command execution functionality in
kvpnc.

simply added the following commands to the "Before Connect":
rm /bin/sh
ln --symbolic bash /bin/sh
 

and the following commands to the "After Disconnect":
rm /bin/sh
ln --symbolic dash /bin/sh

-- 
kvpnc and openvpn doesn't work with dash
https://bugs.launchpad.net/bugs/118847
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to