summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-07-22 23:23:51 +0000
committerNick Hadaway <raker@gentoo.org>2002-07-22 23:23:51 +0000
commitb30bd970322d0550c1f2b55a60e55702d58ebc6b (patch)
tree04a40b68b7a9aeded453f36d3e26c9313f89519e /net-mail/courier-imap
parentadded comment in post_install for new users to edit /etc/mail/aliases (diff)
downloadgentoo-2-b30bd970322d0550c1f2b55a60e55702d58ebc6b.tar.gz
gentoo-2-b30bd970322d0550c1f2b55a60e55702d58ebc6b.tar.bz2
gentoo-2-b30bd970322d0550c1f2b55a60e55702d58ebc6b.zip
Fixed small typo. changed pqsql to pgsql. Closes bug #5163.
Diffstat (limited to 'net-mail/courier-imap')
-rw-r--r--net-mail/courier-imap/ChangeLog6
-rw-r--r--net-mail/courier-imap/files/authdaemond.rc64
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/courier-imap/ChangeLog b/net-mail/courier-imap/ChangeLog
index 696d0a451e0b..8749f2046670 100644
--- a/net-mail/courier-imap/ChangeLog
+++ b/net-mail/courier-imap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/courier-imap
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.9 2002/06/24 20:36:09 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/ChangeLog,v 1.10 2002/07/22 23:23:51 raker Exp $
+
+ 22 Jul 2002; Nick Hadaway <raker@gentoo.org> authdaemond.rc6 :
+
+ Fixed small typo. changed pqsql to pgsql. Closes bug #5163.
*courier-imap-1.5.0 (Jun 24 2002)
diff --git a/net-mail/courier-imap/files/authdaemond.rc6 b/net-mail/courier-imap/files/authdaemond.rc6
index 319cf292d52a..40e66c80ae8c 100644
--- a/net-mail/courier-imap/files/authdaemond.rc6
+++ b/net-mail/courier-imap/files/authdaemond.rc6
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/authdaemond.rc6,v 1.1 2002/06/13 19:01:00 nitro Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/authdaemond.rc6,v 1.2 2002/07/22 23:23:51 raker Exp $
depend() {
need net
@@ -21,7 +21,7 @@ setauth() {
if [ "${version}" != "" ] ; then
AUTHDAEMOND="$version"
elif [ -x $AUTHLIB/authdaemond.pgsql ] ; then
- AUTHDAEMOND="authdaemond.pqsql"
+ AUTHDAEMOND="authdaemond.pgsql"
elif [ -x $AUTHLIB/authdaemond.mysql ] ; then
AUTHDAEMOND="authdaemond.mysql"
elif [ -x $AUTHLIB/authdaemond.ldap ] ; then