Import Debian changes 1.0.13-1~bpo50
tinc (1.0.13-1~bpo50) lenny-backports; urgency=low * New upstream release.
This commit is contained in:
commit
2006358f32
56 changed files with 1588 additions and 440 deletions
20
debian/prerm
vendored
Normal file
20
debian/prerm
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# Automatically added by dh_installinit, edited for use with debconf
|
||||
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
|
||||
if [ "$RET" = "true" ] ; then
|
||||
invoke-rc.d tinc stop
|
||||
fi
|
||||
db_stop
|
||||
else
|
||||
invoke-rc.d tinc stop
|
||||
fi
|
||||
fi
|
||||
# End automatically added section
|
||||
|
||||
#DEBHELPER#
|
||||
Loading…
Add table
Add a link
Reference in a new issue