]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/stunnel
Merge branch 'next' into initscripts-cleanup
[ipfire-2.x.git] / lfs / stunnel
index f6f27e07592c0eb99e6dae5dd139ba898a2bedea..684e4522d2362cce93a4dee3f660e926f499013c 100644 (file)
@@ -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 \