From 5048836a50f4431c465546a1006b6c0bbecdbe5d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 28 Jul 1999 20:31:41 +0000 Subject: [PATCH] Update INSTALL based upon new snapshot naming. Update lutil.h copyright. CHANGES is a release engineering document. Not maintained in HEAD. --- CHANGES | 40 ---------------------------------------- INSTALL | 9 +++++---- include/lutil.h | 9 +++++++-- 3 files changed, 12 insertions(+), 46 deletions(-) delete mode 100644 CHANGES diff --git a/CHANGES b/CHANGES deleted file mode 100644 index 2726cd4174..0000000000 --- a/CHANGES +++ /dev/null @@ -1,40 +0,0 @@ -OpenLDAP Change Log - -Changes included in OpenLDAP Stable - CVS Tag: OPENLDAP_STABLE - Updated README, INSTALL files - Updated Linux platform defaults - Updated FreeBSD 2 & 3 platform defaults - Added SCHED_YIELD_MISSING flag - Added LDAP_ALLOW_NULL_SEARCH_BASE flag - Added core removal to tests/Make-template - Fixed slapd/acl debug trace problem - Fixed ud/auth.c bound_dn problem - Fixed back-ldbm/idl.c CLDAP include problem. - Fixed Makefile $(CC) problem - Fixed LIBEXEC/SBIN creation problem - Fixed gmake RUNDIR not defaulting problem - -Changes included in OpenLDAP 1.0.1 -CVS Tag: OPENLDAP_STABLE_980907 - Added GNU Make Support - Added OpenBSD Support - Added FreeBSD 2.x vs 3.x detection - Fixed slapd LDAP_TCP_WRAPPER build problem - Fixed slapd NO_THREADS busy loop problem - Fixed slurpd NULL termination problem - Fixed misc build/install problems - Removed junked binary files from repository/distribution - -Changes included in OpenLDAP 1.0 -CVS Tag: OPENLDAP_1-0 - Added TCP Wrapper support to slapd - Added POSIX Threads (final) support - Added ACL enhancements including - Access by Groups - POSIX regex support - platform updates, and - numerous bug fixes and build changes. - -Base Version: University of Michigan LDAP v3.3 -CVS Tag: UMICH_3_3 diff --git a/INSTALL b/INSTALL index 24a4c6c5d3..448c2ebda0 100644 --- a/INSTALL +++ b/INSTALL @@ -22,7 +22,7 @@ these steps: 1. untar the distribution and cd to the top: % tar xfz openldap-VERSION.tgz - % cd ldap + % cd openldap-VERSION If you are reading this file, you probably have already done this! @@ -165,10 +165,11 @@ Supported Environmental Variables * Including alternative compilers Use the CC environment variable to tell configure to - use a specific compiler. For example, to use ecgs - instead of the compiler configure choose, use: + use a specific compiler. For example, to use GNU + C Compiler instead of the compiler configure choose, + use: - [env] CC=egcc ./configure + [env] CC=gcc ./configure You can also use CC use specific flags with the specified compiler. For example, to require strict diff --git a/include/lutil.h b/include/lutil.h index a718ed6ece..7a607b11ba 100644 --- a/include/lutil.h +++ b/include/lutil.h @@ -1,6 +1,11 @@ /* - * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. - * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted only + * as authorized by the OpenLDAP Public License. A copy of this + * license is available at http://www.OpenLDAP.org/license.html or + * in file LICENSE in the top-level directory of the distribution. */ #ifndef _LUTIL_H -- 2.39.5