Three manpages went to the wrong package during the 2.3.x update.

Move them back to the -server package.

This makes updates from 3.8 conflict-free.

found by steven@, help from espie@

ok pvalchev@
This commit is contained in:
bernd 2006-02-28 16:27:52 +00:00
parent d5b99a068f
commit 288e4b31fa
3 changed files with 9 additions and 8 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.63 2006/02/08 04:54:48 david Exp $
# $OpenBSD: Makefile,v 1.64 2006/02/28 16:27:52 bernd Exp $
COMMENT= "Open source LDAP software (client)"
COMMENT-server= "Open source LDAP software (server)"
DISTNAME= openldap-2.3.11
FULLPKGNAME= ${DISTNAME:S/-/-client-/}p3
PKGNAME-server= ${DISTNAME:S/-/-server-/}p3
FULLPKGNAME= ${DISTNAME:S/-/-client-/}p4
PKGNAME-server= ${DISTNAME:S/-/-server-/}p4
SHARED_LIBS= lber-2.3 8.1 \
lber 8.1 \
ldap-2.3 8.1 \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.14 2005/11/12 18:12:06 mbalmer Exp $
@comment $OpenBSD: PLIST,v 1.15 2006/02/28 16:27:53 bernd Exp $
bin/ldapadd
bin/ldapcompare
bin/ldapdelete
@ -177,9 +177,6 @@ lib/libldap_r.la
@man man/man3/ldap_value_free_len.3
@man man/man5/ldap.conf.5
@man man/man5/ldif.5
@man man/man5/slapd-bdb.5
@man man/man5/slapd-ldif.5
@man man/man5/slapd-relay.5
@man man/man5/slapo-accesslog.5
@man man/man5/slapo-auditlog.5
@man man/man5/slapo-chain.5

View File

@ -1,17 +1,21 @@
@comment $OpenBSD: PLIST-server,v 1.12 2005/11/12 18:12:06 mbalmer Exp $
@comment $OpenBSD: PLIST-server,v 1.13 2006/02/28 16:27:53 bernd Exp $
@conflict openldap-client->=2.3.11,<=2.3.11p3
@newgroup _openldap:544
@newuser _openldap:544:_openldap:daemon:OpenLDAP Account:/nonexistent:/sbin/nologin
libexec/slapd
libexec/slurpd
@man man/man5/slapd-bdb.5
@man man/man5/slapd-dnssrv.5
@man man/man5/slapd-hdb.5
@man man/man5/slapd-ldap.5
@man man/man5/slapd-ldbm.5
@man man/man5/slapd-ldif.5
@man man/man5/slapd-meta.5
@man man/man5/slapd-monitor.5
@man man/man5/slapd-null.5
@man man/man5/slapd-passwd.5
@man man/man5/slapd-perl.5
@man man/man5/slapd-relay.5
@man man/man5/slapd-shell.5
@man man/man5/slapd-sql.5
@man man/man5/slapd-tcl.5