summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 09:16:48 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 09:16:48 +0000
commitc8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6 (patch)
treecc4461364c88150ea534822da5b666b3d2814ab2 /net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild
parentun-redefine ${A} (diff)
downloadhistorical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.gz
historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.bz2
historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.zip
whitespace cleanup
Diffstat (limited to 'net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild')
-rw-r--r--net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild
index a76bce476b6b..582185325ba3 100644
--- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild
+++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.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-autoresponder/qmail-autoresponder-0.95.ebuild,v 1.9 2003/03/23 09:57:41 vladimir Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild,v 1.10 2003/09/05 09:06:05 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Rate-limited autoresponder for qmail."
@@ -31,14 +31,14 @@ src_install () {
pkg_postinst() {
- echo
+ echo
einfo "Using qmail-autoresponder ..."
- echo
+ echo
einfo "Put \"|qmail-autoresponder MESSAGE_FILE DIRECTORY\" into your \".qmail\""
einfo "file before other delivery instructions. MESSAGE_FILE is a"
einfo "pre-formatted response, including headers, and DIRECTORY is the"
einfo "directory into which rate-limiting information will be stored. Any"
einfo "instance of "%S" in MESSAGE_FILE will be replaced with the original"
einfo "subject."
- echo
+ echo
}