diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-22 09:14:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-22 09:14:04 +0000 |
commit | 6b39f86efc79536f5f31ca6cff2479745f04d4e4 (patch) | |
tree | 5ae61c5a5b8ffaa18cb650e6c2707c8642ad04c6 /net/ruby-ldap/files | |
parent | phobos.caltech.edu asks people to use ftp.astro.caltech.edu instead. (diff) |
Update to 0.3.5.
Notes
Notes:
svn path=/head/; revision=41791
Diffstat (limited to 'net/ruby-ldap/files')
-rw-r--r-- | net/ruby-ldap/files/patch-test.sh | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/net/ruby-ldap/files/patch-test.sh b/net/ruby-ldap/files/patch-test.sh deleted file mode 100644 index f2750262a49c..000000000000 --- a/net/ruby-ldap/files/patch-test.sh +++ /dev/null @@ -1,54 +0,0 @@ ---- test/test.sh.orig Wed Nov 22 01:21:08 2000 -+++ test/test.sh Wed Nov 22 02:12:48 2000 -@@ -4,12 +4,12 @@ - 'openldap1') - # for OpenLDAP1 - TESTDIR=./test/openldap1 -- LDAPD=/usr/local/openldap-1.2.11/libexec/slapd -+ LDAPD=!!PREFIX!!/libexec/slapd - CONFIG=$TESTDIR/slapd.conf - DBDIR=$TESTDIR/test-db - PIDFILE=$DBDIR/slapd.pid - PORT=6666 -- RUBY=ruby-1.6 -+ RUBY=!!RUBY!! - LOGFILE=test.log - SERVERLOG=serv.log - LDAPDOPT="-d 2 -f $CONFIG -p $PORT" -@@ -18,12 +18,12 @@ - 'openldap2') - # for OpenLDAP2 - TESTDIR=./test/openldap2 -- LDAPD=/usr/local/openldap/libexec/slapd -+ LDAPD=!!PREFIX!!/libexec/slapd - CONFIG=$TESTDIR/slapd.conf - DBDIR=$TESTDIR/test-db - PIDFILE=$DBDIR/slapd.pid - PORT=6666 -- RUBY=ruby-1.6 -+ RUBY=!!RUBY!! - LOGFILE=test.log - SERVERLOG=serv.log - LDAPURL="ldap://127.0.0.1:$PORT/" -@@ -33,13 +33,13 @@ - 'openldap2-ssl') - # -- experimental -- OpenLDAP2 with SSL,SASL - TESTDIR=./test/openldap2 -- LDAPD=/usr/local/openldap/libexec/slapd -+ LDAPD=!!PREFIX!!/libexec/slapd - CONFIG=$TESTDIR/slapd-ssl.conf - DBDIR=$TESTDIR/test-db - PIDFILE=$DBDIR/slapd.pid - PORT=6666 - SSLPORT=6667 -- RUBY=ruby-1.6 -+ RUBY=!!RUBY!! - LOGFILE=test.log - SERVERLOG=serv.log - LDAPURL="ldaps://127.0.0.1:$SSLPORT/ ldap://127.0.0.1:$PORT/" -@@ -133,4 +133,4 @@ - rm -rf $DBDIR - if [ "$CERTFILE" != "" ]; then - rm -f $CERTFILE $KEYFILE --fi -+fi |