dovecot: fixed usr/sbin link.
This commit is contained in:
parent
5a32bab1c3
commit
c32bc19161
|
@ -3,4 +3,4 @@ this should be created again with proper settings in dovecot-openssl.cnf:
|
||||||
|
|
||||||
$ rm -f /etc/ssl/{certs,private}/dovecot.pem
|
$ rm -f /etc/ssl/{certs,private}/dovecot.pem
|
||||||
$ [edit /etc/ssl/dovecot-openssl.cnf]
|
$ [edit /etc/ssl/dovecot-openssl.cnf]
|
||||||
$ /usr/sbin/dovecot-mkcert.sh
|
$ /usr/bin/dovecot-mkcert.sh
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dovecot'
|
# Template file for 'dovecot'
|
||||||
pkgname=dovecot
|
pkgname=dovecot
|
||||||
version=2.2.18
|
version=2.2.18
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
||||||
--disable-static --with-nss --with-pam --with-mysql --with-pgsql
|
--disable-static --with-nss --with-pam --with-mysql --with-pgsql
|
||||||
|
|
Loading…
Reference in New Issue