diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-06 03:29:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-06 03:29:49 +0000 |
commit | 8ade98af68e053af544155c4e5f224a97c62fbb2 (patch) | |
tree | 859916e4b847e20c42b75adee59847f52d8f7c88 /net-mail | |
parent | update postinst message #48053 (diff) | |
download | historical-8ade98af68e053af544155c4e5f224a97c62fbb2.tar.gz historical-8ade98af68e053af544155c4e5f224a97c62fbb2.tar.bz2 historical-8ade98af68e053af544155c4e5f224a97c62fbb2.zip |
update help message with config-mini
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mini-qmail/files/1.05-config-mini-help.patch | 16 | ||||
-rw-r--r-- | net-mail/mini-qmail/mini-qmail-1.05.ebuild | 4 |
2 files changed, 19 insertions, 1 deletions
diff --git a/net-mail/mini-qmail/files/1.05-config-mini-help.patch b/net-mail/mini-qmail/files/1.05-config-mini-help.patch new file mode 100644 index 000000000000..d71df224720f --- /dev/null +++ b/net-mail/mini-qmail/files/1.05-config-mini-help.patch @@ -0,0 +1,16 @@ +--- config-mini.sh.orig 2004-05-05 23:24:23.468285864 -0400 ++++ config-mini.sh 2004-05-05 23:27:00.622394808 -0400 +@@ -1,7 +1,12 @@ + + case $# in + 0|1|2|3|4) +- echo 'config-mini: usage: config-mini me defaultdom plusdom idhost qmqpserver ...' 1>&2 ++ echo 'usage: config-mini me defaultdom plusdom idhost qmqpserver [more qmqp servers]' 1>&2 ++ echo ' me - copied from the QMQP server' ++ echo ' plusdom - copied from the QMQP server' ++ echo ' defaultdom - copied from the QMQP server' ++ echo ' idhost - hostname of QMPQ client' ++ echo ' qmqpserver - list of QMQP servers to send mail through' + exit 100 + ;; + esac diff --git a/net-mail/mini-qmail/mini-qmail-1.05.ebuild b/net-mail/mini-qmail/mini-qmail-1.05.ebuild index 216b4ef7f839..e7c4bdb4d645 100644 --- a/net-mail/mini-qmail/mini-qmail-1.05.ebuild +++ b/net-mail/mini-qmail/mini-qmail-1.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mini-qmail/mini-qmail-1.05.ebuild,v 1.7 2004/05/06 03:22:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mini-qmail/mini-qmail-1.05.ebuild,v 1.8 2004/05/06 03:29:49 vapier Exp $ inherit eutils gcc fixheadtails @@ -34,6 +34,8 @@ src_unpack() { echo -n "$(gcc-getCC) ${CFLAGS}" >${S}/conf-cc echo -n "$(gcc-getCC) ${LDFLAGS}" > ${S}/conf-ld ht_fix_file ${S}/Makefile + + epatch ${FILESDIR}/${PV}-config-mini-help.patch } src_compile() { |