dovecot: removed systemd support
This commit is contained in:
parent
c32bc19161
commit
5855c2a09c
1 changed files with 2 additions and 4 deletions
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'dovecot'
|
||||
pkgname=dovecot
|
||||
version=2.2.18
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
||||
--disable-static --with-nss --with-pam --with-mysql --with-pgsql
|
||||
--with-sqlite --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl
|
||||
--with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-lzma
|
||||
--with-lz4 --with-libcap --with-solr --with-docs --sbindir=/usr/bin
|
||||
$(vopt_if systemd --with-systemdsystemunitdir=/usr/lib/systemd/system)"
|
||||
--with-lz4 --with-libcap --with-solr --with-docs --sbindir=/usr/bin"
|
||||
short_desc="IMAP and POP3 server written with security primarily in mind"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
|
@ -46,7 +45,6 @@ fi
|
|||
|
||||
# For SSL support.
|
||||
depends="virtual?openssl"
|
||||
build_options="systemd"
|
||||
system_accounts="dovecot dovenull"
|
||||
dovecot_homedir="/var/chroot"
|
||||
dovenull_homedir="/var/chroot"
|
||||
|
|
Loading…
Reference in a new issue