X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fstunnel;h=684e4522d2362cce93a4dee3f660e926f499013c;hb=1b0ff72dad0225f1b636605e17a42c465f96d884;hp=f6f27e07592c0eb99e6dae5dd139ba898a2bedea;hpb=03d0b8c7e8486fca41674ddac51543edad300f4d;p=ipfire-2.x.git diff --git a/lfs/stunnel b/lfs/stunnel index f6f27e0759..684e4522d2 100644 --- a/lfs/stunnel +++ b/lfs/stunnel @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = stunnel -PAK_VER = 1 +PAK_VER = 2 DEPS = "" @@ -88,6 +88,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) install -v -m750 -o stunnel -g stunnel -d /var/lib/stunnel/run chown -v stunnel:stunnel /var/lib/stunnel + #install initscripts + $(call INSTALL_INITSCRIPT,stunnel) + + # Install default configuration -mkdir -pv /etc/stunnel install -v -m 644 $(DIR_SRC)/config/stunnel/stunnel.conf \