summaryrefslogtreecommitdiff
path: root/social/tinc/tincd.rcd
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-11-11 17:08:11 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-11-11 17:08:11 -0300
commitc3ecdc92717258a8ef37ca56e2b43f79470ba482 (patch)
tree8bb9831f37b6461c374cde50a5393266513c2cb8 /social/tinc/tincd.rcd
parent5b7ccb1a4f8718509930b1e8266e446f59f31714 (diff)
social/tinc-1.0.16-2
* Fixed typo on tinc.conf install * Added security flags
Diffstat (limited to 'social/tinc/tincd.rcd')
-rw-r--r--social/tinc/tincd.rcd1
1 files changed, 1 insertions, 0 deletions
diff --git a/social/tinc/tincd.rcd b/social/tinc/tincd.rcd
index f0a456e17..d790ef86f 100644
--- a/social/tinc/tincd.rcd
+++ b/social/tinc/tincd.rcd
@@ -13,6 +13,7 @@ case "$1" in
stat_busy "Starting ${daemon_name}"
[ -z "$PID" ] && \
/usr/sbin/tincd -n ${NETNAME} \
+ ${OPTIONS} \
--pidfile=/var/run/tinc.${NETNAME} &> /dev/null
if [ $? -gt 0 ]; then