Import Debian changes 1.0.24-2
tinc (1.0.24-2) unstable; urgency=medium * Improve the init script: stopping tinc now waits for the process to terminate. If that doesn't happen in 5 seconds, it will send the TERM signal again (which helps if tinc is waiting for a script to finish executing). It now also detects whether the process mentioned in the PID file is actually running, and if not it will exit early and without warnings. Closes: #748107
This commit is contained in:
parent
a0bb9d443f
commit
c0d04cc168
2 changed files with 0 additions and 8 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,10 +1,3 @@
|
|||
tinc (1.0.24-2~bpo70+1) wheezy-backports; urgency=medium
|
||||
|
||||
* Backport to wheezy-backports.
|
||||
* Add myself to Uploaders.
|
||||
|
||||
-- Micah Anderson <micah@debian.org> Mon, 23 Jun 2014 09:46:54 -0400
|
||||
|
||||
tinc (1.0.24-2) unstable; urgency=medium
|
||||
|
||||
* Improve the init script: stopping tinc now waits for the process to
|
||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -5,7 +5,6 @@ Maintainer: Guus Sliepen <guus@debian.org>
|
|||
Standards-Version: 3.9.5
|
||||
Build-Depends: libssl-dev, debhelper (>= 9), gettext, texinfo, zlib1g-dev, liblzo2-dev, libvdeplug-dev
|
||||
Homepage: http://www.tinc-vpn.org/
|
||||
Uploaders: Micah Anderson <micah@debian.org>
|
||||
|
||||
Package: tinc
|
||||
Architecture: any
|
||||
|
|
Loading…
Reference in a new issue