Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 345908 Details for
Bug 466376
dev-libs/cyrus-sasl: add systemd unit, rewrite /etc/conf.d/saslauthd, add tmpfiles.d support, move pid files to /run
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cyrus-sasl ebuild diff
cyrus-sasl-ebuild.diff (text/plain), 1.75 KB, created by
Fabio Erculiani (RETIRED)
on 2013-04-18 14:30:08 UTC
(
hide
)
Description:
cyrus-sasl ebuild diff
Filename:
MIME Type:
Creator:
Fabio Erculiani (RETIRED)
Created:
2013-04-18 14:30:08 UTC
Size:
1.75 KB
patch
obsolete
>--- /usr/portage/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r1.ebuild 2013-02-23 22:31:08.000000000 +0000 >+++ cyrus-sasl-2.1.26-r1.ebuild 2013-04-18 16:28:37.071545809 +0100 >@@ -3,7 +3,7 @@ > # $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r1.ebuild,v 1.2 2013/02/23 22:25:47 eras Exp $ > > EAPI=5 >-inherit eutils flag-o-matic multilib autotools pam java-pkg-opt-2 db-use >+inherit eutils flag-o-matic multilib autotools pam java-pkg-opt-2 db-use systemd > > SASLAUTHD_CONF_VER="2.1.21" > >@@ -109,8 +109,8 @@ src_configure() { > --disable-krb4 \ > --enable-otp \ > --without-sqlite \ >- --with-saslauthd=/var/lib/sasl2 \ >- --with-pwcheck=/var/lib/sasl2 \ >+ --with-saslauthd=/run/saslauthd \ >+ --with-pwcheck=/run/saslauthd \ > --with-configdir=/etc/sasl2 \ > --with-plugindir=/usr/$(get_libdir)/sasl2 \ > --with-dbpath=/etc/sasl2/sasldb2 \ >@@ -143,7 +143,7 @@ src_compile() { > > src_install() { > emake DESTDIR="${D}" install >- keepdir /var/lib/sasl2 /etc/sasl2 >+ keepdir /etc/sasl2 > > if use sample ; then > docinto sample >@@ -176,9 +176,12 @@ src_install() { > newpamd "${FILESDIR}/saslauthd.pam-include" saslauthd > > newinitd "${FILESDIR}/pwcheck.rc6" pwcheck >+ systemd_dounit "${FILESDIR}/pwcheck.service" > > newinitd "${FILESDIR}/saslauthd2.rc6" saslauthd > newconfd "${FILESDIR}/saslauthd-${SASLAUTHD_CONF_VER}.conf" saslauthd >+ systemd_dounit "${FILESDIR}/saslauthd.service" >+ systemd_dotmpfilesd "${FILESDIR}/${PN}.conf" > > newsbin "${S}/saslauthd/testsaslauthd" testsaslauthd > >@@ -210,5 +213,8 @@ pkg_postinst () { > elog "to add the 'postfix' user to the 'mail' group." > fi > >+ elog "pwcheck and saslauthd home directories have moved to:" >+ elog " /run/saslauthd, using tmpfiles.d" >+ > preserve_old_lib_notify /usr/$(get_libdir)/libsasl2.so.2 > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 466376
:
345902
|
345904
|
345906
| 345908