Import Debian changes 1.0.11-1~bpo50+1
tinc (1.0.11-1~bpo50+1) lenny-backports; urgency=low
* Rebuild for lenny-backports.
tinc (1.0.11-1) unstable; urgency=low
* New upstream release.
* Cope with texi2html arbitrarily changing its output directory.
Closes: #552927
* Do not stop tinc when configuring a new version, just restart after
the upgrade.
This commit is contained in:
commit
b96e4c6b19
33 changed files with 1224 additions and 110 deletions
2
debian/prerm
vendored
2
debian/prerm
vendored
|
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
|
||||
# Automatically added by dh_installinit, edited for use with debconf
|
||||
if [ -x "/etc/init.d/tinc" ]; then
|
||||
if [ -x "/etc/init.d/tinc" -a "$1" != "upgrade" ]; then
|
||||
if [ -e /usr/share/debconf/confmodule ] ; then
|
||||
. /usr/share/debconf/confmodule
|
||||
db_get tinc/restart_on_upgrade
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue