diff options
author | Matt Turner <mattst88@gmail.com> | 2012-02-09 11:42:09 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-02-09 11:42:09 -0500 |
commit | 2efe5af6339584e7d94d7f66f33a65702d524791 (patch) | |
tree | 3b715d51757b2cb2360841c25187c480746039be /dev-libs/cyrus-sasl/files/saslauthd-2.1.21.conf | |
parent | Remove dev-util/debugedit (diff) | |
download | loongson-2efe5af6339584e7d94d7f66f33a65702d524791.tar.gz loongson-2efe5af6339584e7d94d7f66f33a65702d524791.tar.bz2 loongson-2efe5af6339584e7d94d7f66f33a65702d524791.zip |
Remove dev-libs/cyrus-sasl
gcc 4.4 patch (bug 248738) is available in versions 2.1.22-r2 and newer
available in portage.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'dev-libs/cyrus-sasl/files/saslauthd-2.1.21.conf')
-rw-r--r-- | dev-libs/cyrus-sasl/files/saslauthd-2.1.21.conf | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-libs/cyrus-sasl/files/saslauthd-2.1.21.conf b/dev-libs/cyrus-sasl/files/saslauthd-2.1.21.conf deleted file mode 100644 index 3f2653c..0000000 --- a/dev-libs/cyrus-sasl/files/saslauthd-2.1.21.conf +++ /dev/null @@ -1,25 +0,0 @@ -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/files/saslauthd-2.1.21.conf,v 1.2 2007/04/07 13:03:55 chtekk Exp $ - -# Config file for /etc/init.d/saslauthd - -# Initial (empty) options. -SASLAUTHD_OPTS="" - -# Specify the authentications mechanism. -# **NOTE** For a list see: saslauthd -v -# Since 2.1.19, add "-r" to options for old behavior, -# ie. reassemble user and realm to user@realm form. -#SASLAUTHD_OPTS="${SASLAUTHD_OPTS} -a pam -r" -SASLAUTHD_OPTS="${SASLAUTHD_OPTS} -a pam" - -# Specify the hostname for remote IMAP server. -# **NOTE** Only needed if rimap auth mechanism is used. -#SASLAUTHD_OPTS="${SASLAUTHD_OPTS} -O localhost" - -# Specify the number of worker processes to create. -#SASLAUTHD_OPTS="${SASLAUTHD_OPTS} -n 5" - -# Enable credential cache, set cache size and timeout. -# **NOTE** Size is measured in kilobytes. -# Timeout is measured in seconds. -#SASLAUTHD_OPTS="${SASLAUTHD_OPTS} -c -s 128 -t 30" |