Import Debian changes 1.1~pre4-1

tinc (1.1~pre4-1) experimental; urgency=low

  [ Gian Piero ]
  * Allow resource limits to be set in /etc/default/tinc. Closes: #690685

  [ Guus Sliepen ]
  * New upstream release.
This commit is contained in:
Guus Sliepen 2012-12-05 23:05:01 +01:00
commit e9142bd3a6
52 changed files with 1797 additions and 1177 deletions

5
debian/tinc.default vendored
View file

@ -1,2 +1,7 @@
# Extra options to be passed to tincd.
# EXTRA="-d"
# Limits to be configured for the tincd process. Please read your shell
# (pointed by /bin/sh) documentation for ulimit. You probably want to raise the
# max locked memory value if using both --mlock and --user flags.
# LIMITS="-l 128"