]> git.sur5r.net Git - openldap/commitdiff
Update INSTALL based upon new snapshot naming.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 28 Jul 1999 20:31:41 +0000 (20:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 28 Jul 1999 20:31:41 +0000 (20:31 +0000)
Update lutil.h copyright.
CHANGES is a release engineering document.  Not maintained in HEAD.

CHANGES [deleted file]
INSTALL
include/lutil.h

diff --git a/CHANGES b/CHANGES
deleted file mode 100644 (file)
index 2726cd4..0000000
--- 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 <sys/socket.h> 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 24a4c6c5d3ca18d3d03457fdc043818fd8896759..448c2ebda0a0e00a4cc3c2533af404959eb14505 100644 (file)
--- 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
index a718ed6ece4d555931f5a3d5afba65c4eba271bf..7a607b11ba0ce4023fe1ba2a42397a3fa3fa1e0b 100644 (file)
@@ -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