slapacl and slapauth are symbolic links to slapd which is in -server, not
-client, so move them to the right PLIST. clean up the Makefile while here. from Mikolaj Kucharski <eth0@o2.pl>
This commit is contained in:
parent
b28316e88d
commit
47a7621857
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.72 2006/11/25 16:50:24 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.73 2007/01/13 13:37:33 mbalmer Exp $
|
||||
|
||||
COMMENT-main= "Open source LDAP software (client)"
|
||||
COMMENT-server= "Open source LDAP software (server)"
|
||||
|
||||
V= 2.3.27
|
||||
DISTNAME= openldap-$V
|
||||
FULLPKGNAME-main=openldap-client-$Vp1
|
||||
PKGNAME-server= openldap-server-$Vp1
|
||||
DISTNAME= openldap-2.3.27
|
||||
FULLPKGNAME-main= ${DISTNAME:S/-/-client-/}p2
|
||||
PKGNAME-server= ${DISTNAME:S/-/-server-/}p2
|
||||
|
||||
SHARED_LIBS += lber 9.1 # .2.15
|
||||
SHARED_LIBS += ldap 9.1 # .2.15
|
||||
SHARED_LIBS += ldap_r 9.1 # .2.15
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.1 2006/11/25 16:50:24 espie Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2007/01/13 13:37:33 mbalmer Exp $
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
bin/ldapadd
|
||||
bin/ldapcompare
|
||||
@ -192,10 +192,6 @@ lib/libldap_r.la
|
||||
@man man/man5/slapo-translucent.5
|
||||
@man man/man5/slapo-unique.5
|
||||
@man man/man5/slapo-valsort.5
|
||||
@man man/man8/slapacl.8
|
||||
@man man/man8/slapauth.8
|
||||
sbin/slapacl
|
||||
sbin/slapauth
|
||||
share/examples/openldap/
|
||||
@sample ${SYSCONFDIR}/openldap/
|
||||
share/examples/openldap/ldap.conf
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.13 2006/02/28 16:27:53 bernd Exp $
|
||||
@comment $OpenBSD: PLIST-server,v 1.14 2007/01/13 13:37:33 mbalmer Exp $
|
||||
@conflict openldap-client->=2.3.11,<=2.3.11p3
|
||||
@newgroup _openldap:544
|
||||
@newuser _openldap:544:_openldap:daemon:OpenLDAP Account:/nonexistent:/sbin/nologin
|
||||
@ -23,7 +23,9 @@ libexec/slurpd
|
||||
@man man/man5/slapd.conf.5
|
||||
@man man/man5/slapd.plugin.5
|
||||
@man man/man5/slapd.replog.5
|
||||
@man man/man8/slapacl.8
|
||||
@man man/man8/slapadd.8
|
||||
@man man/man8/slapauth.8
|
||||
@man man/man8/slapcat.8
|
||||
@man man/man8/slapd.8
|
||||
@man man/man8/slapdn.8
|
||||
@ -31,7 +33,9 @@ libexec/slurpd
|
||||
@man man/man8/slappasswd.8
|
||||
@man man/man8/slaptest.8
|
||||
@man man/man8/slurpd.8
|
||||
sbin/slapacl
|
||||
sbin/slapadd
|
||||
sbin/slapauth
|
||||
sbin/slapcat
|
||||
sbin/slapdn
|
||||
sbin/slapindex
|
||||
|
Loading…
Reference in New Issue
Block a user