diff options
| author | cvsadm <cvsadm> | 2005-01-21 00:44:34 +0000 |
|---|---|---|
| committer | cvsadm <cvsadm> | 2005-01-21 00:44:34 +0000 |
| commit | b2093e3016027d6b5cf06b3f91f30769bfc099e2 (patch) | |
| tree | cf58939393a9032182c4fbc4441164a9456e82f8 /ldap/cm/newinstnt/setup.inf | |
| download | ds-ldapserver7x.tar.gz ds-ldapserver7x.tar.xz ds-ldapserver7x.zip | |
Moving NSCP Directory Server from DirectoryBranch to TRUNK, initial drop. (foxworth)ldapserver7x
Diffstat (limited to 'ldap/cm/newinstnt/setup.inf')
| -rw-r--r-- | ldap/cm/newinstnt/setup.inf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/ldap/cm/newinstnt/setup.inf b/ldap/cm/newinstnt/setup.inf new file mode 100644 index 00000000..52430144 --- /dev/null +++ b/ldap/cm/newinstnt/setup.inf @@ -0,0 +1,42 @@ +# +# BEGIN COPYRIGHT BLOCK +# Copyright 2001 Sun Microsystems, Inc. +# Portions copyright 1999, 2001-2003 Netscape Communications Corporation. +# All rights reserved. +# END COPYRIGHT BLOCK +# +# +# Sample Netscape SuiteSpot Server Package Information File +# +# Components: lists the components to be installed as specified +# in subsequent sections. If the section or the ComponentInfoFile +# does note exist the setup program will ignore the component + +[General] +Name = Netscape Server Family +Vendor = Netscape Communications Corp. +Description = Netscape Server Family +Version = %%%SERVER_VERSION%%% +Components = svrcore, base, admin, slapd, dssynch, msg, mcc + +# Package Contents +[svrcore] +ComponentInfoFile = svrcore/svrcore.inf + +[base] +ComponentInfoFile = base/base.inf + +[admin] +ComponentInfoFile = admin/admin.inf + +[slapd] +ComponentInfoFile = slapd/slapd.inf + +[dssynch] +ComponentInfoFile=dssynch\dssynch.inf + +[msg] +ComponentInfoFile = msg/msg.inf + +[mcc] +ComponentInfoFile = mcc/mcc.inf |
