cyrus-sasl: remove systemd build option (#1736)
This commit is contained in:
parent
3eba053083
commit
a5c965dbe7
@ -1,10 +0,0 @@
|
||||
[Unit]
|
||||
Description=Cyrus SASL authentication daemon
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/saslauthd -a pam -m /run/saslauthd
|
||||
PidFile=/run/saslauthd/saslauthd.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -1 +0,0 @@
|
||||
d /run/saslauthd 0750 root root
|
@ -1,9 +1,8 @@
|
||||
# Template file for 'cyrus-sasl'
|
||||
pkgname=cyrus-sasl
|
||||
version=2.1.26
|
||||
revision=5
|
||||
revision=6
|
||||
patch_args="-Np1"
|
||||
build_options="systemd"
|
||||
hostmakedepends="automake libtool groff pkg-config"
|
||||
makedepends="libsasl-devel libressl-devel db-devel libldap-devel
|
||||
mit-krb5-devel pam-devel sqlite-devel postgresql-libs-devel
|
||||
@ -67,12 +66,6 @@ do_install() {
|
||||
rm -rf ${DESTDIR}/usr/share/man/man3
|
||||
rm ${DESTDIR}/usr/lib/pkgconfig/libsasl2.pc
|
||||
|
||||
# systemd
|
||||
if [ "$build_option_systemd" ]; then
|
||||
vinstall ${FILESDIR}/saslauthd.service 644 usr/lib/systemd/system
|
||||
vinstall ${FILESDIR}/saslauthd.tmpfiles.d 644 usr/lib/tmpfiles.d saslauthd.conf
|
||||
fi
|
||||
|
||||
vlicense COPYING LICENSE
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user