File: NEWS

package info (click to toggle)
tinc 1.0.36-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,284 kB
  • sloc: ansic: 13,148; sh: 4,378; makefile: 130
file content (14 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tinc (1.0.27-1) unstable; urgency=medium

  This package now provides native systemd service files, allowing multiple
  instances of tinc to be managed. Existing networks listed in
  /etc/tinc/nets.boot will be converted to service instances once during this
  upgrade. Afterwards, you can enable and disable networks using:
  
    systemctl enable tinc@<netname>
    systemctl disable tinc@<netname>
  
  If you do not have systemd installed, the SysV init script will continue to
  work as usual. For more information, see README.Debian.

 -- Guus Sliepen <guus@debian.org>  Sun, 10 Apr 2016 01:33:55 +0200