diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /mail-client/squirrelmail/files | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'mail-client/squirrelmail/files')
-rw-r--r-- | mail-client/squirrelmail/files/ldapuserdata-0.4-gentoo.patch | 20 | ||||
-rw-r--r-- | mail-client/squirrelmail/files/postinstall-en.txt | 18 |
2 files changed, 38 insertions, 0 deletions
diff --git a/mail-client/squirrelmail/files/ldapuserdata-0.4-gentoo.patch b/mail-client/squirrelmail/files/ldapuserdata-0.4-gentoo.patch new file mode 100644 index 000000000000..46ebc04cff51 --- /dev/null +++ b/mail-client/squirrelmail/files/ldapuserdata-0.4-gentoo.patch @@ -0,0 +1,20 @@ +--- plugins/ldapuserdata/setup.php.orig 2004-01-15 23:40:41.000000000 -0800 ++++ plugins/ldapuserdata/setup.php 2004-01-15 23:40:52.000000000 -0800 +@@ -92,7 +92,7 @@ + global $ldap_bind_dn, $ldap_host; + + /* fill $ldap_prefs_cache with data from LDAP. */ +- $ldap_prefs_cache = retrieve_data($login_username); ++ $ldap_prefs_cache = ldap_retrieve_data($login_username); + + /* + print "<pre>"; +@@ -121,7 +121,7 @@ + } + + +-function retrieve_data ($uid) { ++function ldap_retrieve_data ($uid) { + global $ldap_host, $username, $ldap_base_dn, $ldap_bind_dn, $ldap_bind_pw; + global $ldap_manager_dn, $ldap_manager_pw; + global $ldap_objectclass, $prefs_default, $ldap_attributes, $boolean_attrs, $multivalue_attrs; diff --git a/mail-client/squirrelmail/files/postinstall-en.txt b/mail-client/squirrelmail/files/postinstall-en.txt new file mode 100644 index 000000000000..dc9c64a86119 --- /dev/null +++ b/mail-client/squirrelmail/files/postinstall-en.txt @@ -0,0 +1,18 @@ + * You must edit the following configuration files to setup your server. + * Note that not all of them may be present depending on USE flags. + * + * config/config.php + * plugins/retrieveuserdata/config.php + * plugins/virus_scan/config.php + * plugins/gpg/gpg_local_prefs.txt + * plugins/ldapuserdata/config.php + * plugins/show_ssl_link/config.php + * plugins/secure_login/config.php + * + * You should also create the file 'config/admins' + * containing the users who should have access to administrative options. + * Put each login on its own line, and be sure to leave a newline at the + * end of the file. + * + * You can use the console based configuration tool by executing: + * cd config; perl conf.pl |