From c3ecdc92717258a8ef37ca56e2b43f79470ba482 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 11 Nov 2011 17:08:11 -0300 Subject: social/tinc-1.0.16-2 * Fixed typo on tinc.conf install * Added security flags --- social/tinc/tincd.rcd | 1 + 1 file changed, 1 insertion(+) (limited to 'social/tinc/tincd.rcd') 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 -- cgit v1.2.3-54-g00ecf