Your message dated Wed, 8 Dec 2010 23:44:31 +0100
with message-id <[email protected]>
and subject line Solution in /etc/default/openvpn
has caused the Debian Bug report #588709,
regarding openvpn doesn't maintain startup decission in upgrade
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
588709: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588709
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
There is a variable (AUTOSTART) in /etc/default/openvpn which solve
this issue, so closing
For more info related to update-rc.d behaviour see the recent
discussion in debian-user mailing list.
Regards,
--- End Message ---