cyrus-sasl: move initscript to src/initscripts/packages and use new macro

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
This commit is contained in:
Jonatan Schlag
2017-03-03 16:45:44 +01:00
parent bd2a7a8fd3
commit edda4a223b
2 changed files with 4 additions and 0 deletions

View File

@@ -96,6 +96,10 @@ ifeq "$(PASS)" ""
install -v -m700 -d /var/lib/sasl
-mkdir /var/run/saslauthd
cp -vf $(DIR_SRC)/config/cyrus-sasl/smtpd.conf /usr/lib/sasl2/
#install initscripts
$(call INSTALL_INITSCRIPT,cyrus-sasl)
else
# WITH LDAP SUPPORT AT THIS TIME
cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \