- install the configuration files at install time with @sample
- bump PKGNAME ok jakob@
This commit is contained in:
parent
9ea4d050f4
commit
4450fd5adb
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.52 2005/06/15 20:23:10 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.53 2005/06/29 13:25:19 msf Exp $
|
||||
|
||||
COMMENT= "Open source LDAP software (client)"
|
||||
COMMENT-server= "Open source LDAP software (server)"
|
||||
|
||||
VERSION= 2.2.27
|
||||
DISTNAME= openldap-${VERSION}
|
||||
FULLPKGNAME= openldap-client-${VERSION}
|
||||
PKGNAME-server= openldap-server-${VERSION}
|
||||
FULLPKGNAME= openldap-client-${VERSION}p0
|
||||
PKGNAME-server= openldap-server-${VERSION}p0
|
||||
CATEGORIES= databases net
|
||||
|
||||
HOMEPAGE= http://www.openldap.org/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2004/11/08 20:27:34 biorn Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2005/06/29 13:25:19 msf Exp $
|
||||
bin/ldapadd
|
||||
bin/ldapcompare
|
||||
bin/ldapdelete
|
||||
@ -183,5 +183,7 @@ lib/libldap_r.la
|
||||
@man man/man5/ldap.conf.5
|
||||
@man man/man5/ldif.5
|
||||
share/examples/openldap/
|
||||
@sample ${SYSCONFDIR}/openldap/
|
||||
share/examples/openldap/ldap.conf
|
||||
@sample ${SYSCONFDIR}/openldap/ldap.conf
|
||||
%%SHARED%%
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.9 2005/05/02 12:19:51 jakob Exp $
|
||||
@comment $OpenBSD: PLIST-server,v 1.10 2005/06/29 13:25:19 msf Exp $
|
||||
@newgroup _openldap:544
|
||||
@newuser _openldap:544:_openldap:daemon:OpenLDAP Account:/nonexistent:/sbin/nologin
|
||||
libexec/slapd
|
||||
@ -35,16 +35,27 @@ sbin/slapindex
|
||||
sbin/slappasswd
|
||||
sbin/slaptest
|
||||
share/examples/openldap/schema/
|
||||
@sample ${SYSCONFDIR}/openldap/schema/
|
||||
share/examples/openldap/schema/corba.schema
|
||||
@sample ${SYSCONFDIR}/openldap/schema/corba.schema
|
||||
share/examples/openldap/schema/core.schema
|
||||
@sample ${SYSCONFDIR}/openldap/schema/core.schema
|
||||
share/examples/openldap/schema/cosine.schema
|
||||
@sample ${SYSCONFDIR}/openldap/schema/cosine.schema
|
||||
share/examples/openldap/schema/dyngroup.schema
|
||||
@sample ${SYSCONFDIR}/openldap/schema/dyngroup.schema
|
||||
share/examples/openldap/schema/inetorgperson.schema
|
||||
@sample ${SYSCONFDIR}/openldap/schema/inetorgperson.schema
|
||||
share/examples/openldap/schema/java.schema
|
||||
@sample ${SYSCONFDIR}/openldap/schema/java.schema
|
||||
share/examples/openldap/schema/misc.schema
|
||||
@sample ${SYSCONFDIR}/openldap/schema/misc.schema
|
||||
share/examples/openldap/schema/nis.schema
|
||||
@sample ${SYSCONFDIR}/openldap/schema/nis.schema
|
||||
share/examples/openldap/schema/openldap.schema
|
||||
@sample ${SYSCONFDIR}/openldap/schema/openldap.schema
|
||||
share/examples/openldap/slapd.conf
|
||||
@sample ${SYSCONFDIR}/openldap/slapd.conf
|
||||
share/openldap/
|
||||
share/openldap/ucdata/
|
||||
share/openldap/ucdata/case.dat
|
||||
|
Loading…
Reference in New Issue
Block a user