summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 02:45:41 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 02:45:41 +0000
commitaf732d77b347ebf99db7527ecaa7d4cfb1aafa73 (patch)
treed6b2583806724d02cb2d36a4c0fb1e5acec4e1d8
parentwhitespace cleanup (diff)
downloadgentoo-2-af732d77b347ebf99db7527ecaa7d4cfb1aafa73.tar.gz
gentoo-2-af732d77b347ebf99db7527ecaa7d4cfb1aafa73.tar.bz2
gentoo-2-af732d77b347ebf99db7527ecaa7d4cfb1aafa73.zip
whitespace cleanup
-rw-r--r--net-mail/courier/courier-0.42.2-r3.ebuild56
-rw-r--r--net-mail/courier/courier-0.42.2.ebuild56
-rw-r--r--net-mail/courier/courier-0.43.1.ebuild56
-rw-r--r--net-mail/nail/Manifest2
-rw-r--r--net-mail/nail/nail-9.30.ebuild61
-rw-r--r--net-mail/qmail/Manifest46
-rw-r--r--net-mail/qmail/qmail-1.03-r10.ebuild28
-rw-r--r--net-mail/qmail/qmail-1.03-r11.ebuild42
-rw-r--r--net-mail/qmail/qmail-1.03-r12.ebuild66
-rw-r--r--net-mail/qmail/qmail-1.03-r8.ebuild24
-rw-r--r--net-mail/qmail/qmail-1.03-r9.ebuild28
11 files changed, 232 insertions, 233 deletions
diff --git a/net-mail/courier/courier-0.42.2-r3.ebuild b/net-mail/courier/courier-0.42.2-r3.ebuild
index 83a1b1c98c6e..39254ef6136a 100644
--- a/net-mail/courier/courier-0.42.2-r3.ebuild
+++ b/net-mail/courier/courier-0.42.2-r3.ebuild
@@ -34,7 +34,7 @@ RDEPEND="virtual/glibc
!virtual/imapd"
# Removed these from RDEP until the tcltk situation is clarified.
- # They are only necessary for non-virtual users to be able to change
+ # They are only necessary for non-virtual users to be able to change
# passwords via webmail. Hopefully not a highly used feature.
#>=dev-tcltk/expect-5.33.0
#tcltk? ( >=dev-tcltk/expect-5.33.0 )
@@ -65,27 +65,27 @@ src_compile() {
|| myconf="${myconf} --without-ispell"
if [ -f /var/vpopmail/etc/lib_deps ]; then
- myconf="${myconf} --with-authvchkpw"
- else
- myconf="${myconf} --without-authvchkpw"
- fi
-
+ myconf="${myconf} --with-authvchkpw"
+ else
+ myconf="${myconf} --without-authvchkpw"
+ fi
+
#
# 1. If nls is enabled and ENABLE_UNICODE is not empty...
# enable the specified unicode sets
- # 2. If nls is enabled and no unicode sets are specified,
+ # 2. If nls is enabled and no unicode sets are specified,
# enable them all
# 3. If nls is disabled, disable unicode sets
#
if use nls && [ ! -z "$ENABLE_UNICODE" ]; then
- myconf="${myconf} --enable-unicode=$ENABLE_UNICODE"
- elif use nls; then
- myconf="${myconf} --enable-unicode"
- else
- myconf="${myconf} --disable-unicode"
- fi
+ myconf="${myconf} --enable-unicode=$ENABLE_UNICODE"
+ elif use nls; then
+ myconf="${myconf} --enable-unicode"
+ else
+ myconf="${myconf} --disable-unicode"
+ fi
- myconf="${myconf} debug=true"
+ myconf="${myconf} debug=true"
./configure \
--prefix=/usr \
@@ -118,7 +118,7 @@ chg_cfg() {
sed -e "/\#\#NAME: ${key}/,+20 s|${key}=.*|${key}=\"${value}\"|g" ${file} > ${file}.tmp && chmod --reference ${file} ${file}.tmp && mv ${file}.tmp ${file}
rm -f ${f}.tmp 1>/dev/null 2>&1
}
-
+
set_mime() {
local files=$*
@@ -155,12 +155,12 @@ set_maildir() {
local f
for f in ${files}
- do
+ do
echo "changing ${origmaildir} in ${f} to ${newmaildir}"
sed -e"/^[^\#]/ s/${origmaildir}/${newmaildir}/g" ${f} > ${f}.tmp && chmod --reference ${f} ${f}.tmp && mv -f ${f}.tmp ${f}
rm -f ${f}.tmp 1> /dev/null 2>&1
done
-}
+}
src_install() {
dodir /var/lib/courier
@@ -185,7 +185,7 @@ src_install() {
exeinto /etc/init.d
# we install the new single init script as courier
newexe ${FILESDIR}/courier-init courier
- # and install the old main init script as courier-old if the old one
+ # and install the old main init script as courier-old if the old one
# is installed which it will be now, but for the future...
`grep DAEMONLIST /etc/init.d/courier >&/dev/null` && \
newexe ${FILESDIR}/courier courier-old
@@ -203,7 +203,7 @@ src_install() {
newins ${FILESDIR}/locallowercase locallowercase
newins ${FILESDIR}/sizelimit sizelimit
newins ${FILESDIR}/apache-sqwebmail.inc apache-sqwebmail.inc
-
+
touch ${D}/var/lib/courier/webmail-logincache/.keep
touch ${D}/var/lib/courier/tmp/broken/.keep
touch ${D}/var/lib/courier/msgs/.keep
@@ -240,7 +240,7 @@ pkg_preinst() {
do
mv ${y} courier-${y}
done
-
+
cd ${D}/etc/courier
for y in *.dist
do
@@ -261,13 +261,13 @@ pkg_postinst() {
cd ${S}
make install-configure
- # fixes bug #15873 for upgrades, should be able to yank this sometime in
+ # fixes bug #15873 for upgrades, should be able to yank this sometime in
# the future
chown --recursive mail.mail ${ROOT}/var/run/courier
- # need to do this for new installs to be able to start courier
- # without having to run rc-update ...
- /etc/init.d/depscan.sh
+ # need to do this for new installs to be able to start courier
+ # without having to run rc-update ...
+ /etc/init.d/depscan.sh
einfo "The following command will setup courier for you system:"
einfo "ebuild /var/db/pkg/${CATEGORY}/${PN}-${PV}/${PN}-${PV}.ebuild config"
@@ -302,10 +302,10 @@ pkg_postinst() {
pkg_config() {
mailhost=`hostname`
export mailhost
-
+
domainname=`echo ${mailhost} | sed -e "s/[^\.]*\.\(.*\)/\1/"`
export domainname
-
+
if [ ${ROOT} = "/" ] ; then
file=${ROOT}/etc/courier/locals
@@ -318,7 +318,7 @@ pkg_config() {
echo ${domainname} > ${file}
/usr/sbin/makeacceptmailfor
fi
-
+
file=${ROOT}/etc/courier/smtpaccess/${domainname}
if [ ! -f ${file} ]
then
@@ -345,7 +345,7 @@ pkg_config() {
/usr/sbin/makesmtpaccess
fi
fi
-
+
echo "creating cert for esmtpd-ssl:"
/usr/sbin/mkesmtpdcert
echo "creating cert for imapd-ssl:"
diff --git a/net-mail/courier/courier-0.42.2.ebuild b/net-mail/courier/courier-0.42.2.ebuild
index 25b4b4e9c67f..6558e6959654 100644
--- a/net-mail/courier/courier-0.42.2.ebuild
+++ b/net-mail/courier/courier-0.42.2.ebuild
@@ -51,35 +51,35 @@ src_compile() {
use mysql || myconf="${myconf} --without-authmysql"
use postgres || myconf="${myconf} --without-authpostgresql"
use berkdb \
- && myconf="${myconf} --with-db=db" \
- || myconf="${myconf} --with-db=gdbm"
+ && myconf="${myconf} --with-db=db" \
+ || myconf="${myconf} --with-db=gdbm"
use ipv6 || myconf="${myconf} --without-ipv6"
use spell \
&& myconf="${myconf} --with-ispell" \
|| myconf="${myconf} --without-ispell"
if [ -f /var/vpopmail/etc/lib_deps ]; then
- myconf="${myconf} --with-authvchkpw"
- else
- myconf="${myconf} --without-authvchkpw"
- fi
-
+ myconf="${myconf} --with-authvchkpw"
+ else
+ myconf="${myconf} --without-authvchkpw"
+ fi
+
#
# 1. If nls is enabled and ENABLE_UNICODE is not empty...
# enable the specified unicode sets
- # 2. If nls is enabled and no unicode sets are specified,
+ # 2. If nls is enabled and no unicode sets are specified,
# enable them all
# 3. If nls is disabled, disable unicode sets
#
if use nls && [ ! -z "$ENABLE_UNICODE" ]; then
- myconf="${myconf} --enable-unicode=$ENABLE_UNICODE"
- elif use nls; then
- myconf="${myconf} --enable-unicode"
- else
- myconf="${myconf} --disable-unicode"
- fi
+ myconf="${myconf} --enable-unicode=$ENABLE_UNICODE"
+ elif use nls; then
+ myconf="${myconf} --enable-unicode"
+ else
+ myconf="${myconf} --disable-unicode"
+ fi
- myconf="${myconf} debug=true"
+ myconf="${myconf} debug=true"
./configure \
--prefix=/usr \
@@ -112,7 +112,7 @@ chg_cfg() {
sed -e "/\#\#NAME: ${key}/,+20 s|${key}=.*|${key}=\"${value}\"|g" ${file} > ${file}.tmp && chmod --reference ${file} ${file}.tmp && mv ${file}.tmp ${file}
rm -f ${f}.tmp 1>/dev/null 2>&1
}
-
+
set_mime() {
local files=$*
@@ -149,12 +149,12 @@ set_maildir() {
local f
for f in ${files}
- do
+ do
echo "changing ${origmaildir} in ${f} to ${newmaildir}"
sed -e"/^[^\#]/ s/${origmaildir}/${newmaildir}/g" ${f} > ${f}.tmp && chmod --reference ${f} ${f}.tmp && mv -f ${f}.tmp ${f}
rm -f ${f}.tmp 1> /dev/null 2>&1
done
-}
+}
src_install() {
dodir /var/lib/courier
@@ -199,7 +199,7 @@ src_install() {
newins ${FILESDIR}/locallowercase locallowercase
newins ${FILESDIR}/sizelimit sizelimit
newins ${FILESDIR}/apache-sqwebmail.inc apache-sqwebmail.inc
-
+
touch ${D}/var/lib/courier/webmail-logincache/.keep
touch ${D}/var/lib/courier/tmp/broken/.keep
touch ${D}/var/lib/courier/msgs/.keep
@@ -233,7 +233,7 @@ pkg_preinst() {
do
mv ${y} courier-${y}
done
-
+
cd ${D}/etc/courier
for y in *.dist
do
@@ -254,13 +254,13 @@ pkg_postinst() {
cd ${S}
make install-configure
- # fixes bug #15873 for upgrades, should be able to yank this sometime in
+ # fixes bug #15873 for upgrades, should be able to yank this sometime in
# the future
chown --recursive mail.mail ${ROOT}/var/run/courier
- # need to do this for new installs to be able to start courier
- # without having to run rc-update ...
- /etc/init.d/depscan.sh
+ # need to do this for new installs to be able to start courier
+ # without having to run rc-update ...
+ /etc/init.d/depscan.sh
echo -e "\e[32;01m The following command :\033[0m"
echo -e "\e[32;01m ebuild /var/db/pkg/${CATEGORY}/${PN}-${PV}/${PN}-${PV}.ebuild config \033[0m"
@@ -280,10 +280,10 @@ pkg_postinst() {
pkg_config() {
mailhost=`hostname`
export mailhost
-
+
domainname=`echo ${mailhost} | sed -e "s/[^\.]*\.\(.*\)/\1/"`
export domainname
-
+
if [ ${ROOT} = "/" ] ; then
file=${ROOT}/etc/courier/locals
@@ -296,7 +296,7 @@ pkg_config() {
echo ${domainname} > ${file}
/usr/sbin/makeacceptmailfor
fi
-
+
file=${ROOT}/etc/courier/smtpaccess/${domainname}
if [ ! -f ${file} ]
then
@@ -323,7 +323,7 @@ pkg_config() {
/usr/sbin/makesmtpaccess
fi
fi
-
+
echo "creating cert for esmtpd-ssl:"
/usr/sbin/mkesmtpdcert
echo "creating cert for imapd-ssl:"
diff --git a/net-mail/courier/courier-0.43.1.ebuild b/net-mail/courier/courier-0.43.1.ebuild
index d531b44b84e1..411532def5c0 100644
--- a/net-mail/courier/courier-0.43.1.ebuild
+++ b/net-mail/courier/courier-0.43.1.ebuild
@@ -34,7 +34,7 @@ RDEPEND="virtual/glibc
!virtual/imapd"
# Removed these from RDEP until the tcltk situation is clarified.
- # They are only necessary for non-virtual users to be able to change
+ # They are only necessary for non-virtual users to be able to change
# passwords via webmail. Hopefully not a highly used feature.
#>=dev-tcltk/expect-5.33.0
#tcltk? ( >=dev-tcltk/expect-5.33.0 )
@@ -65,27 +65,27 @@ src_compile() {
|| myconf="${myconf} --without-ispell"
if [ -f /var/vpopmail/etc/lib_deps ]; then
- myconf="${myconf} --with-authvchkpw"
- else
- myconf="${myconf} --without-authvchkpw"
- fi
-
+ myconf="${myconf} --with-authvchkpw"
+ else
+ myconf="${myconf} --without-authvchkpw"
+ fi
+
#
# 1. If nls is enabled and ENABLE_UNICODE is not empty...
# enable the specified unicode sets
- # 2. If nls is enabled and no unicode sets are specified,
+ # 2. If nls is enabled and no unicode sets are specified,
# enable them all
# 3. If nls is disabled, disable unicode sets
#
if use nls && [ ! -z "$ENABLE_UNICODE" ]; then
- myconf="${myconf} --enable-unicode=$ENABLE_UNICODE"
- elif use nls; then
- myconf="${myconf} --enable-unicode"
- else
- myconf="${myconf} --disable-unicode"
- fi
+ myconf="${myconf} --enable-unicode=$ENABLE_UNICODE"
+ elif use nls; then
+ myconf="${myconf} --enable-unicode"
+ else
+ myconf="${myconf} --disable-unicode"
+ fi
- myconf="${myconf} debug=true"
+ myconf="${myconf} debug=true"
./configure \
--prefix=/usr \
@@ -118,7 +118,7 @@ chg_cfg() {
sed -e "/\#\#NAME: ${key}/,+20 s|${key}=.*|${key}=\"${value}\"|g" ${file} > ${file}.tmp && chmod --reference ${file} ${file}.tmp && mv ${file}.tmp ${file}
rm -f ${f}.tmp 1>/dev/null 2>&1
}
-
+
set_mime() {
local files=$*
@@ -155,12 +155,12 @@ set_maildir() {
local f
for f in ${files}
- do
+ do
echo "changing ${origmaildir} in ${f} to ${newmaildir}"
sed -e"/^[^\#]/ s/${origmaildir}/${newmaildir}/g" ${f} > ${f}.tmp && chmod --reference ${f} ${f}.tmp && mv -f ${f}.tmp ${f}
rm -f ${f}.tmp 1> /dev/null 2>&1
done
-}
+}
src_install() {
dodir /var/lib/courier
@@ -185,7 +185,7 @@ src_install() {
exeinto /etc/init.d
# we install the new single init script as courier
newexe ${FILESDIR}/courier-init courier
- # and install the old main init script as courier-old if the old one
+ # and install the old main init script as courier-old if the old one
# is installed which it will be now, but for the future...
`grep DAEMONLIST /etc/init.d/courier >&/dev/null` && \
newexe ${FILESDIR}/courier courier-old
@@ -203,7 +203,7 @@ src_install() {
newins ${FILESDIR}/locallowercase locallowercase
newins ${FILESDIR}/sizelimit sizelimit
newins ${FILESDIR}/apache-sqwebmail.inc apache-sqwebmail.inc
-
+
touch ${D}/var/lib/courier/webmail-logincache/.keep
touch ${D}/var/lib/courier/tmp/broken/.keep
touch ${D}/var/lib/courier/msgs/.keep
@@ -240,7 +240,7 @@ pkg_preinst() {
do
mv ${y} courier-${y}
done
-
+
cd ${D}/etc/courier
for y in *.dist
do
@@ -261,13 +261,13 @@ pkg_postinst() {
cd ${S}
make install-configure
- # fixes bug #15873 for upgrades, should be able to yank this sometime in
+ # fixes bug #15873 for upgrades, should be able to yank this sometime in
# the future
chown --recursive mail:mail ${ROOT}/var/run/courier
- # need to do this for new installs to be able to start courier
- # without having to run rc-update ...
- /etc/init.d/depscan.sh
+ # need to do this for new installs to be able to start courier
+ # without having to run rc-update ...
+ /etc/init.d/depscan.sh
einfo "The following command will setup courier for you system:"
einfo "ebuild /var/db/pkg/${CATEGORY}/${PN}-${PV}/${PN}-${PV}.ebuild config"
@@ -306,10 +306,10 @@ pkg_postinst() {
pkg_config() {
mailhost=`hostname`
export mailhost
-
+
domainname=`echo ${mailhost} | sed -e "s/[^\.]*\.\(.*\)/\1/"`
export domainname
-
+
if [ ${ROOT} = "/" ] ; then
file=${ROOT}/etc/courier/locals
@@ -322,7 +322,7 @@ pkg_config() {
echo ${domainname} > ${file}
/usr/sbin/makeacceptmailfor
fi
-
+
file=${ROOT}/etc/courier/smtpaccess/${domainname}
if [ ! -f ${file} ]
then
@@ -349,7 +349,7 @@ pkg_config() {
/usr/sbin/makesmtpaccess
fi
fi
-
+
echo "creating cert for esmtpd-ssl:"
/usr/sbin/mkesmtpdcert
echo "creating cert for imapd-ssl:"
diff --git a/net-mail/nail/Manifest b/net-mail/nail/Manifest
index 0b641837afea..1941b67a412b 100644
--- a/net-mail/nail/Manifest
+++ b/net-mail/nail/Manifest
@@ -1,4 +1,4 @@
-MD5 5ed8f9bdd731fe8bd70df0819ab82157 nail-9.30.ebuild 2298
MD5 ac4682bd16785149304ea36f690eaa09 ChangeLog 846
+MD5 94f35a484f3ea4cf4df5b3f4a422fce7 nail-9.30.ebuild 2178
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
MD5 7e34958d8627a2cf4e1097009af12d90 files/digest-nail-9.30 61
diff --git a/net-mail/nail/nail-9.30.ebuild b/net-mail/nail/nail-9.30.ebuild
index 98d847281b3e..31f57eeedce0 100644
--- a/net-mail/nail/nail-9.30.ebuild
+++ b/net-mail/nail/nail-9.30.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/nail/nail-9.30.ebuild,v 1.9 2003/02/13 14:34:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/nail/nail-9.30.ebuild,v 1.10 2003/09/05 02:45:39 msterret Exp $
S=${WORKDIR}/${P}
@@ -22,38 +22,37 @@ src_compile() {
}
src_install () {
- #add smtp flag to nail.rc so that it uses smtp by default (making it
- #essentially mailer independent
- echo -e "\n#use smtp on the local system by default. Change" >> nail.rc
- echo -e "#\"localhost\" to your smtp server if you use a remote" >> nail.rc
- echo -e "#smtp server. (Delete this line to use sendmail instead)" >> nail.rc
- echo -e "set smtp=localhost" >> nail.rc
-
- make DESTDIR=${D} install || die "install failed"
- dodoc AUTHORS COPYING I18N INSTALL README
- dodir /bin
- dosym /usr/bin/nail /bin/mail
- dosym /usr/bin/nail /usr/bin/mail
- dosym /usr/bin/nail /usr/bin/Mail
+ #add smtp flag to nail.rc so that it uses smtp by default (making it
+ #essentially mailer independent
+ echo -e "\n#use smtp on the local system by default. Change" >> nail.rc
+ echo -e "#\"localhost\" to your smtp server if you use a remote" >> nail.rc
+ echo -e "#smtp server. (Delete this line to use sendmail instead)" >> nail.rc
+ echo -e "set smtp=localhost" >> nail.rc
+
+ make DESTDIR=${D} install || die "install failed"
+ dodoc AUTHORS COPYING I18N INSTALL README
+ dodir /bin
+ dosym /usr/bin/nail /bin/mail
+ dosym /usr/bin/nail /usr/bin/mail
+ dosym /usr/bin/nail /usr/bin/Mail
}
pkg_postinst () {
- echo -e "\nNOTE: The nail mailer does _not_ support maildir format.\n" \
- " It is best to use nail only for outgoing mail, and\n" \
- " really only use it for scripts that require it.\n\n" \
- "NOTE: This build has ~/.maildir compiled in as the\n" \
- " mail spool directory (for incoming mail).\n" \
- " Nail will work for sending outgoing mail even if\n" \
- " the mail spool directory does not exist.\n\n" \
- "NOTE: When used to send mail via a remote smtp server\n" \
- " nail does not require a local mail transfer agent.\n" \
- " ISP smtp servers tend to have names like\n" \
- " mail.ispname.com\n" \
- " or\n" \
- " smtp.ispname.com.\n" \
- " If you do not wish to use a remote smtp server,\n" \
- " then you WILL have to install a mta such as sendmail,\n" \
- " postfix, exim, etcetera.\n"
-
+ echo -e "\nNOTE: The nail mailer does _not_ support maildir format.\n" \
+ " It is best to use nail only for outgoing mail, and\n" \
+ " really only use it for scripts that require it.\n\n" \
+ "NOTE: This build has ~/.maildir compiled in as the\n" \
+ " mail spool directory (for incoming mail).\n" \
+ " Nail will work for sending outgoing mail even if\n" \
+ " the mail spool directory does not exist.\n\n" \
+ "NOTE: When used to send mail via a remote smtp server\n" \
+ " nail does not require a local mail transfer agent.\n" \
+ " ISP smtp servers tend to have names like\n" \
+ " mail.ispname.com\n" \
+ " or\n" \
+ " smtp.ispname.com.\n" \
+ " If you do not wish to use a remote smtp server,\n" \
+ " then you WILL have to install a mta such as sendmail,\n" \
+ " postfix, exim, etcetera.\n"
}
diff --git a/net-mail/qmail/Manifest b/net-mail/qmail/Manifest
index f53bf77d8682..f406982137df 100644
--- a/net-mail/qmail/Manifest
+++ b/net-mail/qmail/Manifest
@@ -1,3 +1,20 @@
+MD5 3430746edd2d87e5f30dab4f463f4976 ChangeLog 9908
+MD5 c883ca07b054f8d1b0785699041fefd2 qmail-1.03-r10.ebuild 11153
+MD5 0eb29b49378fee3fb4559d30d09a0163 qmail-1.03-r8.ebuild 8116
+MD5 d7b75510b470696601c9f36f89a9eae4 qmail-1.03-r9.ebuild 9964
+MD5 ff596e74b015e067a180fc78855aa87a metadata.xml 360
+MD5 b6ae3b220911cf9ed686d76bacb6c96e qmail-1.03-r11.ebuild 11397
+MD5 a54c19747f413564e62b447f3d5de2b9 qmail-1.03-r12.ebuild 12519
+MD5 1fa33b460954492678129c60520e9cba files/digest-qmail-1.03-r10 442
+MD5 5897cb300c3233c91c7e221c8b4b8501 files/digest-qmail-1.03-r8 245
+MD5 48a1e168db29ab4e6c57f1ac135ee2bf files/digest-qmail-1.03-r9 323
+MD5 d6b150617bc5d76374fe010fc2902923 files/digest-qmail-1.03-r11 764
+MD5 16e191692e083dab3de54f7e39709871 files/digest-qmail-1.03-r12 1050
+MD5 734ea9dfff4513984d2d69123ce54fb8 files/gencert.sh 224
+MD5 55b519379b1330f57110fa6d60982cff files/tcp.pop3.sample 285
+MD5 e0686e52df7f0c840a7ac2bfe1fd291a files/tcp.qmqp.sample 337
+MD5 76d218a258e2ec859ab80c377351afce files/tcp.qmtp.sample 370
+MD5 946a715ffdd5e6d2d29c6fdfb29376dd files/tcp.smtp.sample 3726
MD5 c378c5845848ee31d70f0d05cbcf86be files/1.03-r10/dot_qmail 12
MD5 5cb0c8c4c9feeee55362d77a99076c2f files/1.03-r10/99qmail 44
MD5 b24f4dbd450d2d4eddc75ba19cebb915 files/1.03-r10/defaultdelivery 34
@@ -8,14 +25,11 @@ MD5 23a2babf3049fe012de21c17e550b3e5 files/1.03-r10/run-qmailsend 29
MD5 834dad5113515d0f00981fdc1d07fa84 files/1.03-r10/run-qmailsendlog 96
MD5 aa0823cdce32c502c856664c8b0ce775 files/1.03-r10/run-qmailsmtpd 231
MD5 f43900d79a0aacb5e0d71b0bb6c06fea files/1.03-r10/run-qmailsmtpdlog 97
+MD5 3933f961a8a65da65afaa65d22b075ef files/1.03-r10/smtp-auth-close3.patch 535
MD5 b1a3fcd28ed415f92d775ac6fbe54dda files/1.03-r10/tls-patch.txt 5803
MD5 dd5158b78a3878d78a68878f1910e0e4 files/1.03-r10/tls.patch.bz2 10458
-MD5 3933f961a8a65da65afaa65d22b075ef files/1.03-r10/smtp-auth-close3.patch 535
MD5 ec7a73ba2bca7d6dd54ba92cf13136c9 files/1.03-r10/run-qmailpop3d 223
MD5 0e97c0b031776f40cacdfbf3114af574 files/1.03-r10/run-qmailpop3dlog 97
-MD5 1fa33b460954492678129c60520e9cba files/digest-qmail-1.03-r10 442
-MD5 5897cb300c3233c91c7e221c8b4b8501 files/digest-qmail-1.03-r8 245
-MD5 48a1e168db29ab4e6c57f1ac135ee2bf files/digest-qmail-1.03-r9 323
MD5 64197a14228076ba92cd033bc4798130 files/1.03-r11/conf-common 837
MD5 180a513f34e3f00abc609672a190072c files/1.03-r11/99qmail 137
MD5 1095fccd39b78e8534c0554c45d5b6f8 files/1.03-r11/conf-qmqpd 485
@@ -39,17 +53,12 @@ MD5 f43900d79a0aacb5e0d71b0bb6c06fea files/1.03-r11/run-qmailsmtpdlog 97
MD5 3933f961a8a65da65afaa65d22b075ef files/1.03-r11/smtp-auth-close3.patch 535
MD5 3a6ceb001139b6c9e8fd7477602c4165 files/1.03-r12/conf-common 1095
MD5 180a513f34e3f00abc609672a190072c files/1.03-r12/99qmail 137
-MD5 a993cab8b077162680bb09fa8e5ed896 files/1.03-r12/bad-rcpt-noisy-patch 10388
-MD5 dda736a7fb5a56209abead6e840252e8 files/1.03-r12/badrcptto-morebadrcptto-accdias-gentoo 19322
-MD5 34f7596fc9a7dd82ac15d3219d530650 files/1.03-r12/conf-pop3d 1072
MD5 e79f7c227fc10d6d653850d36abe319a files/1.03-r12/conf-qmqpd 471
MD5 657bd64b1e3e9b9c784e60f3c41a7e91 files/1.03-r12/conf-qmtpd 563
MD5 97dcc908045855f4615851c230c1d4c1 files/1.03-r12/conf-smtpd 1710
-MD5 75d59722b51a097bb3c09b5b5d5b5874 files/1.03-r12/config-sanity-check 815
MD5 b24f4dbd450d2d4eddc75ba19cebb915 files/1.03-r12/dot_qmail 34
MD5 c47d861aeef098d12d022d44c27386b5 files/1.03-r12/errno.patch 850
MD5 9d4267c5dd8af7bc1a095a644368201c files/1.03-r12/qmail-control 859
-MD5 2a725c31201c59077cd389486407624f files/1.03-r12/qmail-smtpd-esmtp-size-gentoo.patch 2131
MD5 f42a779e5c708c2d7bf38de66dfb93f5 files/1.03-r12/rc 108
MD5 4925f6854709734bf0e068060a6bdbfb files/1.03-r12/run-qmailpop3d 1177
MD5 0e97c0b031776f40cacdfbf3114af574 files/1.03-r12/run-qmailpop3dlog 97
@@ -62,6 +71,11 @@ MD5 834dad5113515d0f00981fdc1d07fa84 files/1.03-r12/run-qmailsendlog 96
MD5 42b44c0e7dd6afc184d526cd90d7a3e0 files/1.03-r12/run-qmailsmtpd 1166
MD5 f43900d79a0aacb5e0d71b0bb6c06fea files/1.03-r12/run-qmailsmtpdlog 97
MD5 bed3133c1737dd9bc3c67e07f8bc65d8 files/1.03-r12/smtp-auth-close3.patch 728
+MD5 a993cab8b077162680bb09fa8e5ed896 files/1.03-r12/bad-rcpt-noisy-patch 10388
+MD5 75d59722b51a097bb3c09b5b5d5b5874 files/1.03-r12/config-sanity-check 815
+MD5 dda736a7fb5a56209abead6e840252e8 files/1.03-r12/badrcptto-morebadrcptto-accdias-gentoo 19322
+MD5 34f7596fc9a7dd82ac15d3219d530650 files/1.03-r12/conf-pop3d 1072
+MD5 2a725c31201c59077cd389486407624f files/1.03-r12/qmail-smtpd-esmtp-size-gentoo.patch 2131
MD5 546b88fd5657cae5ba8e0ae7257c8171 files/1.03-r12/maildir-quota-fix.patch 547
MD5 598b04b6274ef4d946a60a5d30fd95ff files/1.03-r12/qmail-remote-auth-login.patch 7504
MD5 d3997795df512803e6a27b5486d2b81e files/1.03-r12/qmail-smtpd-relay-reject.gentoo.patch 1433
@@ -86,17 +100,3 @@ MD5 23a2babf3049fe012de21c17e550b3e5 files/1.03-r9/run-qmailsend 29
MD5 834dad5113515d0f00981fdc1d07fa84 files/1.03-r9/run-qmailsendlog 96
MD5 aa0823cdce32c502c856664c8b0ce775 files/1.03-r9/run-qmailsmtpd 231
MD5 f43900d79a0aacb5e0d71b0bb6c06fea files/1.03-r9/run-qmailsmtpdlog 97
-MD5 d6b150617bc5d76374fe010fc2902923 files/digest-qmail-1.03-r11 764
-MD5 16e191692e083dab3de54f7e39709871 files/digest-qmail-1.03-r12 1050
-MD5 734ea9dfff4513984d2d69123ce54fb8 files/gencert.sh 224
-MD5 55b519379b1330f57110fa6d60982cff files/tcp.pop3.sample 285
-MD5 e0686e52df7f0c840a7ac2bfe1fd291a files/tcp.qmqp.sample 337
-MD5 76d218a258e2ec859ab80c377351afce files/tcp.qmtp.sample 370
-MD5 946a715ffdd5e6d2d29c6fdfb29376dd files/tcp.smtp.sample 3726
-MD5 2d5e1e44905fc1776d083088d6bef177 qmail-1.03-r10.ebuild 11181
-MD5 19dd9b9232eb66c5adb8263df11c2873 qmail-1.03-r8.ebuild 8143
-MD5 30ae1187a48ebe4c70c38c08c5706d76 qmail-1.03-r9.ebuild 9991
-MD5 3430746edd2d87e5f30dab4f463f4976 ChangeLog 9908
-MD5 ff596e74b015e067a180fc78855aa87a metadata.xml 360
-MD5 4106d2eea0c45dbf99e7d5d3c6b5893a qmail-1.03-r11.ebuild 11432
-MD5 471ff0cdf1770bc872a08add57b9edf5 qmail-1.03-r12.ebuild 12569
diff --git a/net-mail/qmail/qmail-1.03-r10.ebuild b/net-mail/qmail/qmail-1.03-r10.ebuild
index 23b85e1bf50b..1658807f0c4e 100644
--- a/net-mail/qmail/qmail-1.03-r10.ebuild
+++ b/net-mail/qmail/qmail-1.03-r10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r10.ebuild,v 1.22 2003/07/31 11:21:08 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r10.ebuild,v 1.23 2003/09/05 02:44:16 msterret Exp $
inherit eutils
@@ -52,7 +52,7 @@ src_unpack() {
epatch ${FILESDIR}/${PV}-${PR}/smtp-auth-close3.patch
# TLS support and an EHLO patch
- if use ssl
+ if use ssl
then
ebegin "Applying tls.patch.bz2..."
bzcat ${FILESDIR}/${PV}-${PR}/tls.patch.bz2 | patch -p1 &>/dev/null || die
@@ -61,7 +61,7 @@ src_unpack() {
# patch so an alternate queue processor can be used
# i.e. - qmail-scanner
- epatch ${DISTDIR}/qmailqueue-patch
+ epatch ${DISTDIR}/qmailqueue-patch
# a patch for faster queue processing
epatch ${DISTDIR}/big-todo.103.patch
@@ -117,29 +117,29 @@ src_install() {
diropts -m 755 -o alias -g qmail
dodir /var/qmail/alias
- einfo "Installing the qmail software ..."
+ einfo "Installing the qmail software ..."
insopts -o root -g qmail -m 755
insinto /var/qmail/boot
doins home home+df proc proc+df binm1 binm1+df binm2 binm2+df binm3 binm3+df
-
- dodoc FAQ UPGRADE SENDMAIL INSTALL* TEST* REMOVE* PIC* SECURITY
+
+ dodoc FAQ UPGRADE SENDMAIL INSTALL* TEST* REMOVE* PIC* SECURITY
dodoc SYSDEPS TARGETS THANKS THOUGHTS TODO VERSION
- dodoc ${FILESDIR}/${PV}-${PR}/tls-patch.txt
+ dodoc ${FILESDIR}/${PV}-${PR}/tls-patch.txt
insopts -o qmailq -g qmail -m 4711
insinto /var/qmail/bin
doins qmail-queue qmail-queue
-
+
insopts -o root -g qmail -m 700
insinto /var/qmail/bin
doins qmail-lspawn qmail-start qmail-newu qmail-newmrh
-
+
insopts -o root -g qmail -m 711
insinto /var/qmail/bin
doins qmail-getpw qmail-local qmail-remote qmail-rspawn \
qmail-clean qmail-send splogger qmail-pw2u
-
+
insopts -o root -g qmail -m 755
insinto /var/qmail/bin
doins qmail-inject predate datemail mailsubj qmail-showctl \
@@ -182,7 +182,7 @@ src_install() {
fowners alias.qmail /var/qmail/alias/.qmail-${i}
fi
done
-
+
einfo "Setting up maildirs by default in the account skeleton ..."
diropts -m 755 -o root -g root
insinto /etc/skel
@@ -285,7 +285,7 @@ pkg_postinst() {
touch ${ROOT}/var/qmail/queue/lock/sendmutex
chmod 600 ${ROOT}/var/qmail/queue/lock/sendmutex
chown qmails.qmail ${ROOT}/var/qmail/queue/lock/sendmutex
-
+
mkfifo ${ROOT}/var/qmail/queue/lock/trigger
chmod 622 ${ROOT}/var/qmail/queue/lock/trigger
chown qmails.qmail ${ROOT}/var/qmail/queue/lock/trigger
@@ -305,10 +305,10 @@ pkg_postinst() {
pkg_config() {
-export qhost=`hostname --fqdn`
+export qhost=`hostname --fqdn`
if [ ${ROOT} = "/" ] ; then
if [ ! -f ${ROOT}/var/qmail/control/me ] ; then
- ${ROOT}/var/qmail/bin/config-fast $qhost
+ ${ROOT}/var/qmail/bin/config-fast $qhost
fi
fi
diff --git a/net-mail/qmail/qmail-1.03-r11.ebuild b/net-mail/qmail/qmail-1.03-r11.ebuild
index b52a6f64a18a..1b7f13fa37bd 100644
--- a/net-mail/qmail/qmail-1.03-r11.ebuild
+++ b/net-mail/qmail/qmail-1.03-r11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r11.ebuild,v 1.3 2003/08/06 08:44:49 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r11.ebuild,v 1.4 2003/09/05 02:44:16 msterret Exp $
inherit eutils
@@ -45,7 +45,7 @@ S=${WORKDIR}/${P}
src_unpack() {
# This makes life easy
- EPATCH_OPTS="-d ${S}"
+ EPATCH_OPTS="-d ${S}"
# unpack the initial stuff
unpack ${P}.tar.gz qmail-tls.patch.tbz2 qmail-smtpd-auth-0.31.tar.gz
@@ -60,10 +60,10 @@ src_unpack() {
epatch ${FILESDIR}/${PV}-${PR}/smtp-auth-close3.patch
# TLS support and an EHLO patch
- if use ssl
+ if use ssl
then
#bzcat ${WORKDIR}/tls.patch.bz2 | patch -p1 &>/dev/null || die
- ebegin "Adding TLS support"
+ ebegin "Adding TLS support"
bzcat ${WORKDIR}/tls.patch.bz2 | patch -p1 -d ${S} &>/dev/null || die
eend $?
fi
@@ -71,7 +71,7 @@ src_unpack() {
# patch so an alternate queue processor can be used
# i.e. - qmail-scanner
EPATCH_SINGLE_MSG="Adding QMAILQUEUE support" \
- epatch ${DISTDIR}/qmailqueue-patch
+ epatch ${DISTDIR}/qmailqueue-patch
# a patch for faster queue processing
EPATCH_SINGLE_MSG="Patching for large queues" \
@@ -83,7 +83,7 @@ src_unpack() {
# Fix for tabs in .qmail bug noted at
# http://www.ornl.gov/its/archives/mailing-lists/qmail/2000/10/msg00696.html
- # gentoo bug #24293
+ # gentoo bug #24293
epatch ${DISTDIR}/qmail-local-tabs.patch
# Account for Linux filesystems lack of a synchronus link()
@@ -102,7 +102,7 @@ src_unpack() {
epatch ${DISTDIR}/sendmail-flagf.patch
# Reject some bad relaying attempts
- # gentoo bug #18064
+ # gentoo bug #18064
epatch ${DISTDIR}/qmail-smtpd-relay-reject
cd ${S}
@@ -144,29 +144,29 @@ src_install() {
diropts -m 755 -o alias -g qmail
dodir /var/qmail/alias
- einfo "Installing the qmail software ..."
+ einfo "Installing the qmail software ..."
insopts -o root -g qmail -m 755
insinto /var/qmail/boot
doins home home+df proc proc+df binm1 binm1+df binm2 binm2+df binm3 binm3+df
-
- dodoc FAQ UPGRADE SENDMAIL INSTALL* TEST* REMOVE* PIC* SECURITY
+
+ dodoc FAQ UPGRADE SENDMAIL INSTALL* TEST* REMOVE* PIC* SECURITY
dodoc SYSDEPS TARGETS THANKS THOUGHTS TODO VERSION
- dodoc ${WORKDIR}/tls-patch.txt
+ dodoc ${WORKDIR}/tls-patch.txt
insopts -o qmailq -g qmail -m 4711
insinto /var/qmail/bin
doins qmail-queue qmail-queue
-
+
insopts -o root -g qmail -m 700
insinto /var/qmail/bin
doins qmail-lspawn qmail-start qmail-newu qmail-newmrh
-
+
insopts -o root -g qmail -m 711
insinto /var/qmail/bin
doins qmail-getpw qmail-local qmail-remote qmail-rspawn \
qmail-clean qmail-send splogger qmail-pw2u
-
+
insopts -o root -g qmail -m 755
insinto /var/qmail/bin
doins qmail-inject predate datemail mailsubj qmail-showctl \
@@ -185,7 +185,7 @@ src_install() {
einfo "Adding env.d entry for qmail"
dodir /etc/env.d
insinto /etc/env.d
- doins ${FILESDIR}/${PV}-${PR}/99qmail
+ doins ${FILESDIR}/${PV}-${PR}/99qmail
einfo "Creating sendmail replacement ..."
diropts -m 755
@@ -199,14 +199,14 @@ src_install() {
# for good measure
keepdir /var/qmail/alias/.maildir/{cur,new,tmp}
- for i in mailer-daemon postmaster root
+ for i in mailer-daemon postmaster root
do
if [ ! -f ${ROOT}/var/qmail/alias/.qmail-${i} ]; then
touch ${D}/var/qmail/alias/.qmail-${i}
fowners alias.qmail /var/qmail/alias/.qmail-${i}
fi
done
-
+
einfo "Setting up maildirs by default in the account skeleton ..."
diropts -m 755 -o root -g root
insinto /etc/skel
@@ -282,7 +282,7 @@ pkg_postinst() {
chmod 644 ${ROOT}/var/qmail/queue/lock/tcpto
chown qmailr.qmail ${ROOT}/var/qmail/queue/lock/tcpto
-
+
[ -e ${ROOT}/var/qmail/queue/lock/sendmutex ] || touch ${ROOT}/var/qmail/queue/lock/sendmutex
chmod 600 ${ROOT}/var/qmail/queue/lock/sendmutex
chown qmails.qmail ${ROOT}/var/qmail/queue/lock/sendmutex
@@ -309,17 +309,17 @@ pkg_postinst() {
einfo "Additionally, the QMTP and QMQP protocols are supported, and can be started as:"
einfo "ln -s /var/qmail/supervise/qmail-qmtpd /service/qmail-qmtpd"
einfo "ln -s /var/qmail/supervise/qmail-qmqpd /service/qmail-qmqpd"
- echo
+ echo
einfo "Additionally, if you wish to run qmail right now, you should run:"
einfo "source /etc/profile"
}
pkg_config() {
- export qhost=`hostname --fqdn`
+ export qhost=`hostname --fqdn`
if [ ${ROOT} = "/" ] ; then
if [ ! -f ${ROOT}/var/qmail/control/me ] ; then
- ${ROOT}/var/qmail/bin/config-fast $qhost
+ ${ROOT}/var/qmail/bin/config-fast $qhost
fi
fi
diff --git a/net-mail/qmail/qmail-1.03-r12.ebuild b/net-mail/qmail/qmail-1.03-r12.ebuild
index bda29177b90a..18ed34b93eaa 100644
--- a/net-mail/qmail/qmail-1.03-r12.ebuild
+++ b/net-mail/qmail/qmail-1.03-r12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r12.ebuild,v 1.8 2003/09/02 09:02:01 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r12.ebuild,v 1.9 2003/09/05 02:44:16 msterret Exp $
inherit eutils
@@ -19,9 +19,9 @@ SRC_URI="mirror://qmail/qmail-1.03.tar.gz
mirror://qmail/qmail-1.03-qmtpc.patch
http://qmail.goof.com/qmail-smtpd-relay-reject
mirror://gentoo/qmail-local-tabs.patch
- http://www.shupp.org/patches/qmail-maildir++.patch
- ftp://ftp.pipeline.com.au/pipeint/sources/linux/WebMail/qmail-date-localtime.patch.txt
- ftp://ftp.pipeline.com.au/pipeint/sources/linux/WebMail/qmail-limit-bounce-size.patch.txt
+ http://www.shupp.org/patches/qmail-maildir++.patch
+ ftp://ftp.pipeline.com.au/pipeint/sources/linux/WebMail/qmail-date-localtime.patch.txt
+ ftp://ftp.pipeline.com.au/pipeint/sources/linux/WebMail/qmail-limit-bounce-size.patch.txt
http://www.ckdhr.com/ckd/qmail-103.patch
http://www.arda.homeunix.net/store/qmail/qregex-starttls-2way-auth.patch
http://www.soffian.org/downloads/qmail/qmail-remote-auth-patch-doc.txt"
@@ -52,22 +52,22 @@ src_unpack() {
# unpack the initial stuff
- unpack ${P}.tar.gz
-
+ unpack ${P}.tar.gz
+
# This makes life easy
- EPATCH_OPTS="-d ${S}"
+ EPATCH_OPTS="-d ${S}"
# this patch merges a few others already
EPATCH_SINGLE_MSG="Adding SMTP AUTH (2 way), Qregex and STARTTLS support" \
epatch ${DISTDIR}/qregex-starttls-2way-auth.patch
-
+
# Fixes a problem when utilizing "morercpthosts"
epatch ${FILESDIR}/${PV}-${PR}/smtp-auth-close3.patch
# patch so an alternate queue processor can be used
# i.e. - qmail-scanner
EPATCH_SINGLE_MSG="Adding QMAILQUEUE support" \
- epatch ${DISTDIR}/qmailqueue-patch
+ epatch ${DISTDIR}/qmailqueue-patch
# a patch for faster queue processing
EPATCH_SINGLE_MSG="Patching for large queues" \
@@ -83,7 +83,7 @@ src_unpack() {
# Fix for tabs in .qmail bug noted at
# http://www.ornl.gov/its/archives/mailing-lists/qmail/2000/10/msg00696.html
- # gentoo bug #24293
+ # gentoo bug #24293
epatch ${DISTDIR}/qmail-local-tabs.patch
# Account for Linux filesystems lack of a synchronus link()
@@ -111,21 +111,21 @@ src_unpack() {
# This will make the emails headers be written in localtime rather than GMT
# If you really want, uncomment it yourself, as mail really should be in GMT
epatch ${DISTDIR}/qmail-date-localtime.patch.txt
-
+
# Apply patch to trim large bouncing messages down greatly reduces traffic
# when multiple bounces occur (As in with spam)
epatch ${DISTDIR}/qmail-limit-bounce-size.patch.txt
-
+
#TODO TEST
# Apply patch to add ESMTP SIZE support to qmail-smtpd
# This helps your server to be able to reject excessively large messages
# "up front", rather than waiting the whole message to arrive and then
# bouncing it because it exceeded your databytes setting
epatch ${FILESDIR}/${PV}-${PR}/qmail-smtpd-esmtp-size-gentoo.patch
-
+
#TODO TEST
# Reject some bad relaying attempts
- # gentoo bug #18064
+ # gentoo bug #18064
epatch ${FILESDIR}/${PV}-${PR}/qmail-smtpd-relay-reject.gentoo.patch
#TODO REDIFF
@@ -135,7 +135,7 @@ src_unpack() {
# presently this breaks qmail so it is disabled
#epatch ${FILESDIR}/${PV}-${PR}/badrcptto-morebadrcptto-accdias-gentoo
- echo -n "${CC} ${CFLAGS}" >${S}/conf-cc
+ echo -n "${CC} ${CFLAGS}" >${S}/conf-cc
use ssl && echo -n ' -DTLS' >>${S}/conf-cc
echo -n "${CC} ${LDFLAGS}" > ${S}/conf-ld
echo -n "500" > ${S}/conf-spawn
@@ -152,7 +152,7 @@ src_compile() {
}
src_install() {
-
+
einfo "Setting up directory hierarchy ..."
diropts -m 755 -o root -g qmail
@@ -168,33 +168,33 @@ src_install() {
diropts -m 755 -o alias -g qmail
dodir /var/qmail/alias
- einfo "Installing the qmail software ..."
+ einfo "Installing the qmail software ..."
insopts -o root -g qmail -m 755
insinto /var/qmail/boot
doins home home+df proc proc+df binm1 binm1+df binm2 binm2+df binm3 binm3+df
-
- dodoc FAQ UPGRADE SENDMAIL INSTALL* TEST* REMOVE* PIC* SECURITY
+
+ dodoc FAQ UPGRADE SENDMAIL INSTALL* TEST* REMOVE* PIC* SECURITY
dodoc SYSDEPS TARGETS THANKS THOUGHTS TODO VERSION README* ${DISTDIR}/qmail-remote-auth-patch-doc.txt
insinto /var/qmail/bin
insopts -o qmailq -g qmail -m 4711
- doins qmail-queue
-
+ doins qmail-queue
+
insopts -o root -g qmail -m 700
doins qmail-lspawn qmail-start qmail-newu qmail-newmrh
-
+
insopts -o root -g qmail -m 711
doins qmail-getpw qmail-local qmail-remote qmail-rspawn \
qmail-clean qmail-send splogger qmail-pw2u
-
+
insopts -o root -g qmail -m 755
doins qmail-inject predate datemail mailsubj qmail-showctl \
qmail-qread qmail-qstat qmail-tcpto qmail-tcpok qmail-pop3d \
qmail-popup qmail-qmqpc qmail-qmqpd qmail-qmtpd qmail-smtpd \
sendmail tcp-env qreceipt qsmhook qbiff forward preline \
condredirect bouncesaying except maildirmake maildir2mbox \
- maildirwatch qail elq pinq config-fast
+ maildirwatch qail elq pinq config-fast
#doins qmail-newbrt
into /usr
@@ -208,7 +208,7 @@ src_install() {
einfo "Adding env.d entry for qmail"
dodir /etc/env.d
insinto /etc/env.d
- doins ${FILESDIR}/${PV}-${PR}/99qmail
+ doins ${FILESDIR}/${PV}-${PR}/99qmail
einfo "Creating sendmail replacement ..."
diropts -m 755
@@ -222,14 +222,14 @@ src_install() {
# for good measure
keepdir /var/qmail/alias/.maildir/{cur,new,tmp}
- for i in mailer-daemon postmaster root
+ for i in mailer-daemon postmaster root
do
if [ ! -f ${ROOT}/var/qmail/alias/.qmail-${i} ]; then
touch ${D}/var/qmail/alias/.qmail-${i}
fowners alias.qmail /var/qmail/alias/.qmail-${i}
fi
done
-
+
einfo "Setting up maildirs by default in the account skeleton ..."
diropts -m 755 -o root -g root
insinto /etc/skel
@@ -237,7 +237,7 @@ src_install() {
newins ${FILESDIR}/${PV}-${PR}/dot_qmail .qmail
fperms 644 /etc/skel/.qmail
# for good measure
- keepdir /etc/skel/.maildir/{cur,new,tmp}
+ keepdir /etc/skel/.maildir/{cur,new,tmp}
einfo "Setting up all services (send, smtp, qmtp, qmqp, pop3) ..."
insopts -o root -g root -m 755
@@ -261,7 +261,7 @@ src_install() {
[ -f ${D}/etc/tcp.${i} ] && tcprules ${D}/etc/tcp.${i}.cdb ${D}/etc/.tcp.${i}.tmp < ${D}/etc/tcp.${i}
done
done
-
+
einfo "Installing the qmail startup file ..."
insinto /var/qmail
insopts -o root -g root -m 755
@@ -289,7 +289,7 @@ pkg_postinst() {
einfo "Setting up the message queue hierarchy ..."
# queue-fix makes life easy!
- /var/qmail/bin/queue-fix /var/qmail/queue >/dev/null
+ /var/qmail/bin/queue-fix /var/qmail/queue >/dev/null
# use the correct maildirmake
# the courier-imap one has some extensions that are nicer
@@ -318,7 +318,7 @@ pkg_postinst() {
einfo "Additionally, the QMTP and QMQP protocols are supported, and can be started as:"
einfo "ln -s /var/qmail/supervise/qmail-qmtpd /service/qmail-qmtpd"
einfo "ln -s /var/qmail/supervise/qmail-qmqpd /service/qmail-qmqpd"
- echo
+ echo
einfo "Additionally, if you wish to run qmail right now, you should run:"
einfo "source /etc/profile"
}
@@ -330,8 +330,8 @@ pkg_config() {
if [ ${ROOT} = "/" ] ; then
if [ ! -f ${ROOT}/var/qmail/control/me ] ; then
- export qhost=`hostname --fqdn`
- ${ROOT}/var/qmail/bin/config-fast $qhost
+ export qhost=`hostname --fqdn`
+ ${ROOT}/var/qmail/bin/config-fast $qhost
fi
fi
diff --git a/net-mail/qmail/qmail-1.03-r8.ebuild b/net-mail/qmail/qmail-1.03-r8.ebuild
index 1cbcad77b1f2..dc1c664ffd17 100644
--- a/net-mail/qmail/qmail-1.03-r8.ebuild
+++ b/net-mail/qmail/qmail-1.03-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r8.ebuild,v 1.10 2003/06/12 21:29:40 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r8.ebuild,v 1.11 2003/09/05 02:44:16 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A modern replacement for sendmail which uses maildirs"
@@ -90,29 +90,29 @@ src_install() {
diropts -m 755 -o alias -g qmail
dodir /var/qmail/alias
- einfo "Installing the qmail software ..."
+ einfo "Installing the qmail software ..."
insopts -o root -g qmail -m 755
insinto /var/qmail/boot
doins home home+df proc proc+df binm1 binm1+df binm2 binm2+df binm3 binm3+df
-
+
into /usr
- dodoc FAQ UPGRADE SENDMAIL INSTALL* TEST* REMOVE* PIC* SECURITY
+ dodoc FAQ UPGRADE SENDMAIL INSTALL* TEST* REMOVE* PIC* SECURITY
dodoc SYSDEPS TARGETS THANKS THOUGHTS TODO VERSION
-
+
insopts -o qmailq -g qmail -m 4711
insinto /var/qmail/bin
doins qmail-queue qmail-queue
-
+
insopts -o root -g qmail -m 700
insinto /var/qmail/bin
doins qmail-lspawn qmail-start qmail-newu qmail-newmrh
-
+
insopts -o root -g qmail -m 711
insinto /var/qmail/bin
doins qmail-getpw qmail-local qmail-remote qmail-rspawn \
qmail-clean qmail-send splogger qmail-pw2u
-
+
insopts -o root -g qmail -m 755
insinto /var/qmail/bin
doins qmail-inject predate datemail mailsubj qmail-showctl \
@@ -149,7 +149,7 @@ src_install() {
touch ${D}/var/qmail/alias/.qmail-${i}
fowners alias.qmail /var/qmail/alias/.qmail-${i}
done
-
+
einfo "Setting up maildirs by default in the account skeleton ..."
diropts -m 755 -o root -g root
insinto /etc/skel
@@ -238,7 +238,7 @@ pkg_postinst() {
touch ${ROOT}/var/qmail/queue/lock/sendmutex
chmod 600 ${ROOT}/var/qmail/queue/lock/sendmutex
chown qmails.qmail ${ROOT}/var/qmail/queue/lock/sendmutex
-
+
mkfifo ${ROOT}/var/qmail/queue/lock/trigger
chmod 622 ${ROOT}/var/qmail/queue/lock/trigger
chown qmails.qmail ${ROOT}/var/qmail/queue/lock/trigger
@@ -256,10 +256,10 @@ pkg_postinst() {
pkg_config() {
-export qhost=`hostname`
+export qhost=`hostname`
if [ ${ROOT} = "/" ] ; then
if [ ! -f ${ROOT}/var/qmail/control/me ] ; then
- ${ROOT}/var/qmail/bin/config-fast $qhost
+ ${ROOT}/var/qmail/bin/config-fast $qhost
fi
fi
diff --git a/net-mail/qmail/qmail-1.03-r9.ebuild b/net-mail/qmail/qmail-1.03-r9.ebuild
index db8a6abf4bfd..736b862fee89 100644
--- a/net-mail/qmail/qmail-1.03-r9.ebuild
+++ b/net-mail/qmail/qmail-1.03-r9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r9.ebuild,v 1.8 2003/02/17 08:41:57 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r9.ebuild,v 1.9 2003/09/05 02:44:16 msterret Exp $
IUSE="ssl ldap"
@@ -15,7 +15,7 @@ SRC_URI="http://cr.yp.to/software/qmail-1.03.tar.gz
http://www.qmail.org/big-todo.103.patch
http://www.qmail.org/big-concurrency.patch
http://www.ckdhr.com/ckd/qmail-103.patch
- ldap? ( http://www.nrg4u.com/qmail/qmail-ldap-1.03-20020901.patch.gz )"
+ ldap? ( http://www.nrg4u.com/qmail/qmail-ldap-1.03-20020901.patch.gz )"
DEPEND="virtual/glibc
sys-apps/groff
@@ -110,29 +110,29 @@ src_install() {
diropts -m 755 -o alias -g qmail
dodir /var/qmail/alias
- einfo "Installing the qmail software ..."
+ einfo "Installing the qmail software ..."
insopts -o root -g qmail -m 755
insinto /var/qmail/boot
doins home home+df proc proc+df binm1 binm1+df binm2 binm2+df binm3 binm3+df
-
+
into /usr
- dodoc FAQ UPGRADE SENDMAIL INSTALL* TEST* REMOVE* PIC* SECURITY
+ dodoc FAQ UPGRADE SENDMAIL INSTALL* TEST* REMOVE* PIC* SECURITY
dodoc SYSDEPS TARGETS THANKS THOUGHTS TODO VERSION
-
+
insopts -o qmailq -g qmail -m 4711
insinto /var/qmail/bin
doins qmail-queue qmail-queue
-
+
insopts -o root -g qmail -m 700
insinto /var/qmail/bin
doins qmail-lspawn qmail-start qmail-newu qmail-newmrh
-
+
insopts -o root -g qmail -m 711
insinto /var/qmail/bin
doins qmail-getpw qmail-local qmail-remote qmail-rspawn \
qmail-clean qmail-send splogger qmail-pw2u
-
+
insopts -o root -g qmail -m 755
insinto /var/qmail/bin
doins qmail-inject predate datemail mailsubj qmail-showctl \
@@ -169,7 +169,7 @@ src_install() {
touch ${D}/var/qmail/alias/.qmail-${i}
fowners alias.qmail /var/qmail/alias/.qmail-${i}
done
-
+
einfo "Setting up maildirs by default in the account skeleton ..."
diropts -m 755 -o root -g root
insinto /etc/skel
@@ -258,7 +258,7 @@ pkg_postinst() {
touch ${ROOT}/var/qmail/queue/lock/sendmutex
chmod 600 ${ROOT}/var/qmail/queue/lock/sendmutex
chown qmails.qmail ${ROOT}/var/qmail/queue/lock/sendmutex
-
+
mkfifo ${ROOT}/var/qmail/queue/lock/trigger
chmod 622 ${ROOT}/var/qmail/queue/lock/trigger
chown qmails.qmail ${ROOT}/var/qmail/queue/lock/trigger
@@ -289,15 +289,15 @@ pkg_postinst() {
echo -e "\e[32;01m Send req.pem to your CA to obtain signed_req.pem, and do: \033[0m"
echo -e "\e[32;01m cat signed_req.pem >> /var/qmail/control/servercert.pem \033[0m"
fi
-
+
}
pkg_config() {
-export qhost=`hostname`
+export qhost=`hostname`
if [ ${ROOT} = "/" ] ; then
if [ ! -f ${ROOT}/var/qmail/control/me ] ; then
- ${ROOT}/var/qmail/bin/config-fast $qhost
+ ${ROOT}/var/qmail/bin/config-fast $qhost
fi
fi