Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 468624 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/mail-mta/exim/exim-4.80.1.ebuild (-2 / +4 lines)
Lines 1-10 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2013 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.80.1.ebuild,v 1.13 2013/03/23 18:00:38 grobian Exp $
3
# $Header: $
4
4
5
EAPI="3"
5
EAPI="3"
6
6
7
inherit eutils toolchain-funcs multilib pam
7
inherit eutils toolchain-funcs multilib pam systemd
8
8
9
IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis selinux syslog spf srs gnutls sqlite doc dovecot-sasl radius maildir +dkim dcc dsn"
9
IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis selinux syslog spf srs gnutls sqlite doc dovecot-sasl radius maildir +dkim dcc dsn"
10
10
Lines 343-348 Link Here
343
343
344
	newconfd "${FILESDIR}"/exim.confd exim
344
	newconfd "${FILESDIR}"/exim.confd exim
345
345
346
	systemd_dounit "${FILESDIR}"/exim.service
347
346
	DIROPTIONS="--mode=0750 --owner=${MAILUSER} --group=${MAILGROUP}"
348
	DIROPTIONS="--mode=0750 --owner=${MAILUSER} --group=${MAILGROUP}"
347
	dodir /var/log/${PN}
349
	dodir /var/log/${PN}
348
}
350
}

Return to bug 468624