cf2ac65444
tinc (1.1~pre2-1) experimental; urgency=low * first cut of 1.1-tobe. Rewrote control scripts et al to use tincctl. * build-depend on libssl >>1.0.0 to get proper EC support * remove crypto-related symlinks from src/ in clean -- probably should go into upstream makefile instead
8 lines
110 B
Bash
Executable file
8 lines
110 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
[ "$METHOD" = loopback ] && exit 0
|
|
[ -n "$IF_TINC_NET" ] && exit 0
|
|
|
|
invoke-rc.d tinc retry
|