Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28551 Details for
Bug 43735
Upgrade variable in /etc/amavisd.conf
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Correct ebuild
amavisd-new-20030616_p8.ebuild (text/plain), 2.60 KB, created by
Antonio
on 2004-04-02 01:29:42 UTC
(
hide
)
Description:
Correct ebuild
Filename:
MIME Type:
Creator:
Antonio
Created:
2004-04-02 01:29:42 UTC
Size:
2.60 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/net-mail/amavisd-new/amavisd-new-20030616_p8.ebuild,v 1.3 2004/03/15 17:51:41 max Exp $ > >inherit eutils > >DESCRIPTION="High-performance interface between the MTA and content checkers." >HOMEPAGE="http://www.ijs.si/software/amavisd/" >SRC_URI="http://www.ijs.si/software/amavisd/${PN}-${PV/_/-}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ~amd64 ~sparc" >IUSE="ldap mysql postgres milter" > >DEPEND=">=sys-apps/sed-4" > >RDEPEND="${DEPEND} > >=sys-apps/coreutils-5.0-r3 > app-arch/gzip > app-arch/bzip2 > app-arch/arc > app-arch/lha > app-arch/unarj > app-arch/unrar > app-arch/zoo > dev-perl/Archive-Tar > dev-perl/Archive-Zip > dev-perl/Compress-Zlib > dev-perl/Convert-TNEF > dev-perl/Convert-UUlib > dev-perl/MIME-Base64 > dev-perl/MIME-tools > >=dev-perl/MailTools-1.58 > dev-perl/net-server > >=dev-perl/libnet-1.12 > dev-perl/Digest-MD5 > dev-perl/IO-stringy > dev-perl/Time-HiRes > dev-perl/Unix-Syslog > dev-perl/Mail-SpamAssassin > virtual/mta > virtual/antivirus > ldap? ( dev-perl/perl-ldap ) > mysql? ( dev-perl/DBD-mysql ) > postgres? ( dev-perl/DBD-Pg ) > milter? ( >=net-mail/sendmail-8.12 )" > >S="${WORKDIR}/${PN}-${PV/_*/}" > >src_compile() { > if use milter ; then > cd "${S}/helper-progs" > > econf --with-runtime-dir=/var/run/amavis \ > --with-sockname=/var/run/amavis/amavisd.sock \ > --with-user=amavis > emake || die "compile problem" > > cd "${S}" > fi >} > >src_install() { > enewgroup amavis > enewuser amavis -1 /bin/false /var/lib/amavis amavis > > dosbin amavisd > > insinto /etc > doins amavisd.conf > dosed "s:^#\\?\\\$MYHOME[^;]*;:\$MYHOME = '/var/run/amavis';:" \ > /etc/amavisd.conf > dosed "s:^#\\?\\\$QUARANTINEDIR[^;]*;:\$QUARANTINEDIR = '/var/spool/amavis';:" \ > /etc/amavisd.conf > dosed "s:^#\\?\\\$daemon_user[^;]*;:\$daemon_user = 'amavis';:" \ > /etc/amavisd.conf > dosed "s:^#\\?\\\$daemon_group[^;]*;:\$daemon_group = 'amavis';:" \ > /etc/amavisd.conf > if [ "$(domainname)" = "(none)" ] ; then > dosed "s:^#\\?\\\$mydomain[^;]*;:\$mydomain = '$(hostname)';:" \ > /etc/amavisd.conf > else > dosed "s:^#\\?\\\$mydomain[^;]*;:\$mydomain = '$(domainname)';:" \ > /etc/amavisd.conf > fi > > exeinto /etc/init.d > newexe "${FILESDIR}/amavisd.rc6" amavisd > > keepdir /var/spool/amavis /var/run/amavis > fowners amavis:amavis /var/spool/amavis /var/run/amavis > fperms 0750 /var/spool/amavis /var/run/amavis > > newdoc test-messages/README README.samples > dodoc AAAREADME.first INSTALL LDAP.schema LICENSE MANIFEST RELEASE_NOTES \ > README_FILES/* test-messages/sample-* > > if use milter ; then > cd "${S}/helper-progs" > einstall > fi >}
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 Raw
Actions:
View
Attachments on
bug 43735
:
26851
| 28551