From 05e80008e232b3319f2db0922126b49b230d21a3 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 24 May 2011 11:53:25 +0200 Subject: [PATCH] Allow overriding FILES --- modules/stunnel4/files/etc-init.d-stunnel4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stunnel4/files/etc-init.d-stunnel4 b/modules/stunnel4/files/etc-init.d-stunnel4 index 2ffa25334..fc17c6df6 100755 --- a/modules/stunnel4/files/etc-init.d-stunnel4 +++ b/modules/stunnel4/files/etc-init.d-stunnel4 @@ -20,7 +20,7 @@ DEFAULTPIDFILE="/var/run/stunnel4.pid" DAEMON=/usr/bin/stunnel4 NAME=stunnel DESC="SSL tunnels" -FILES="/etc/stunnel/*.conf" +FILES="${STUNNEL_FILES:-/etc/stunnel/*.conf}" OPTIONS="" ENABLED=0 -- 2.20.1