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/postinst
vendored
2
debian/postinst
vendored
|
|
@ -63,7 +63,7 @@ case "$1" in
|
|||
fi
|
||||
|
||||
if [ "$RET" = "true" ] ; then
|
||||
invoke-rc.d tinc start
|
||||
invoke-rc.d tinc restart
|
||||
else
|
||||
echo "I have not stopped or restarted the tinc daemon. You should do this"
|
||||
echo "yourself whenever you're ready; type \`\`invoke-rc.d tinc restart''."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue