cyrus-sasl: update for new systemd_services arg.
This commit is contained in:
parent
95455b9926
commit
35d2d6c731
1 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,6 @@
|
||||||
unset run_depends build_depends
|
unset run_depends build_depends
|
||||||
|
|
||||||
pkgname=cyrus-sasl
|
pkgname=cyrus-sasl
|
||||||
revision=2
|
|
||||||
configure_args="--with-saslauthd=/run/saslauthd
|
configure_args="--with-saslauthd=/run/saslauthd
|
||||||
--enable-login --enable-plain --enable-sql --disable-sqlite
|
--enable-login --enable-plain --enable-sql --disable-sqlite
|
||||||
--enable-postgresql --enable-mysql --enable-ldapdb --with-ldap=/usr"
|
--enable-postgresql --enable-mysql --enable-ldapdb --with-ldap=/usr"
|
||||||
|
@ -16,9 +15,9 @@ long_desc="${long_desc}
|
||||||
programs for the SASL users database and common binary files for plugin
|
programs for the SASL users database and common binary files for plugin
|
||||||
modules."
|
modules."
|
||||||
|
|
||||||
revision=3
|
revision=4
|
||||||
subpackages="${pkgname}-modules-ldap ${pkgname}-modules-sql ${pkgname}-modules"
|
subpackages="${pkgname}-modules-ldap ${pkgname}-modules-sql ${pkgname}-modules"
|
||||||
systemd_services="saslauthd.service"
|
systemd_services="saslauthd.service on"
|
||||||
conf_files="/etc/conf.d/saslauthd"
|
conf_files="/etc/conf.d/saslauthd"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
Loading…
Reference in a new issue