Package: openvpn Version: 2.1.0-3 Hi,
I had openvpn startup turned off with update-rc.d -f openvpn remove Today I upgrade my system, and openvpn went from 2.1.0-2 to 2.1.0-3. Then I rebooted and openvpn was launched in the system asking me for my password, so this system won't boot if you are not in front of the console. I think this code in postinst should be changed if we are upgrading and not installing so startup openvpn config won't change on upgrade: # Automatically added by dh_installinit if [ -x "/etc/init.d/openvpn" ]; then update-rc.d openvpn defaults 16 80 >/dev/null || exit $? fi # End automatically added section Sorry for my english