summaryrefslogtreecommitdiff
path: root/www/p5-ldap-abook/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-ldap-abook/files')
-rw-r--r--www/p5-ldap-abook/files/abook.ldif4
-rw-r--r--www/p5-ldap-abook/files/patch-AddressBook.conf38
-rw-r--r--www/p5-ldap-abook/files/patch-cgi-bin_abook.cgi14
3 files changed, 0 insertions, 56 deletions
diff --git a/www/p5-ldap-abook/files/abook.ldif b/www/p5-ldap-abook/files/abook.ldif
deleted file mode 100644
index d4378b020a47..000000000000
--- a/www/p5-ldap-abook/files/abook.ldif
+++ /dev/null
@@ -1,4 +0,0 @@
-dn: ou=abook, dc=your_domain
-objectClass: top
-objectClass: organizationalUnit
-ou: abook
diff --git a/www/p5-ldap-abook/files/patch-AddressBook.conf b/www/p5-ldap-abook/files/patch-AddressBook.conf
deleted file mode 100644
index a5fc4daa00a8..000000000000
--- a/www/p5-ldap-abook/files/patch-AddressBook.conf
+++ /dev/null
@@ -1,38 +0,0 @@
---- examples/default/AddressBook.conf.orig Sun Jan 28 15:44:27 2001
-+++ examples/default/AddressBook.conf Tue Nov 23 18:42:47 2004
-@@ -128,7 +128,7 @@
- <db type="old_ldap-abook" name="homePage" />
- <db type="LDIF" name="homePage" />
- </field>
-- <field name="address" order="10" type="textbox">
-+ <field name="address" order="10" type="text">
- <db type="abookentry" name="Street Address" />
- <db type="Text" name="Street Address" />
- <db type="LDAP" name="street" />
-@@ -137,7 +137,7 @@
- <db type="PDB" name="Address" />
- </field>
- <field name="city" order="11" type="text">
-- <db type="abookentry" name="City" />
-+ <db type="abookentry" name="City/Town" />
- <db type="Text" name="City" />
- <db type="LDAP" name="l" />
- <db type="old_ldap-abook" name="locality" />
-@@ -145,7 +145,7 @@
- <db type="PDB" name="City" />
- </field>
- <field name="state" order="12" type="text">
-- <db type="abookentry" name="State" />
-+ <db type="abookentry" name="State/County" />
- <db type="Text" name="State" />
- <db type="LDAP" name="st" />
- <db type="old_ldap-abook" name="st" />
-@@ -154,7 +154,7 @@
- </field>
- <field name="postalCode" order="13" type="text">
- <db type="Text" name="Zip Code" />
-- <db type="abookentry" name="Zip Code" />
-+ <db type="abookentry" name="Zip/Post Code" />
- <db type="LDAP" name="postalCode" />
- <db type="old_ldap-abook" name="postalCode" />
- <db type="LDIF" name="postalCode" />
diff --git a/www/p5-ldap-abook/files/patch-cgi-bin_abook.cgi b/www/p5-ldap-abook/files/patch-cgi-bin_abook.cgi
deleted file mode 100644
index 5e8b7a90f9c5..000000000000
--- a/www/p5-ldap-abook/files/patch-cgi-bin_abook.cgi
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- cgi-bin/abook.cgi.orig
-+++ cgi-bin/abook.cgi
-@@ -39,7 +39,7 @@
-
- my $config_file='/usr/local/etc/AddressBook.conf';
- my $query = CGI::new();
--my $myURL=$query->url;
-+my $myURL=$query->url(-absolute=>1);
- my $op = $query->param(op);
- my $entry;
- my $error_msg = "";