Fix leftover files noticed by the pointyhat run.
Learned something about the MLINKS command.
This commit is contained in:
parent
5457a8c677
commit
ae6c57cbe7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134682
8 changed files with 12 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
PORTNAME= openldap
|
||||
DISTVERSION= 2.3.2beta
|
||||
PORTREVISION= ${OPENLDAP_PORTREVISION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net databases
|
||||
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
|
||||
http://public.planetmirror.com/pub/openldap/%SUBDIR%/ \
|
||||
|
|
|
@ -192,7 +192,10 @@ MAN5+= ldap.conf.5 \
|
|||
slapo-refint.5 \
|
||||
slapo-rwm.5 \
|
||||
slapo-syncprov.5 \
|
||||
slapo-translucent.5 \
|
||||
slapo-unique.5
|
||||
MLINKS+= \
|
||||
slapd-bdb.5 slapd-hdb.5
|
||||
|
||||
MAN8+= slapacl.8 \
|
||||
slapadd.8 \
|
||||
|
|
|
@ -41,9 +41,9 @@ etc/openldap/DB_CONFIG.example
|
|||
%%BACK_SQL%%libexec/openldap/back_sql.so
|
||||
%%BACK_SQL%%libexec/openldap/back_sql-2.3.so
|
||||
%%BACK_SQL%%libexec/openldap/back_sql-2.3.so.0
|
||||
%%MODULES%%@unexec rmdir %D/libexec/openldap 2>/dev/null || true
|
||||
libexec/slapd
|
||||
libexec/slurpd
|
||||
@unexec rmdir %D/libexec/openldap 2>/dev/null || true
|
||||
sbin/slapacl
|
||||
sbin/slapadd
|
||||
sbin/slapauth
|
||||
|
|
|
@ -40,3 +40,4 @@ lib/libldap_r-2.3.so.0
|
|||
@comment share/openldap/ucdata/num.dat
|
||||
@comment @dirrm share/openldap/ucdata
|
||||
@comment @dirrm share/openldap
|
||||
@dirrm libexec/openldap
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
PORTNAME= openldap
|
||||
DISTVERSION= 2.3.2beta
|
||||
PORTREVISION= ${OPENLDAP_PORTREVISION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net databases
|
||||
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
|
||||
http://public.planetmirror.com/pub/openldap/%SUBDIR%/ \
|
||||
|
|
|
@ -192,7 +192,10 @@ MAN5+= ldap.conf.5 \
|
|||
slapo-refint.5 \
|
||||
slapo-rwm.5 \
|
||||
slapo-syncprov.5 \
|
||||
slapo-translucent.5 \
|
||||
slapo-unique.5
|
||||
MLINKS+= \
|
||||
slapd-bdb.5 slapd-hdb.5
|
||||
|
||||
MAN8+= slapacl.8 \
|
||||
slapadd.8 \
|
||||
|
|
|
@ -41,9 +41,9 @@ etc/openldap/DB_CONFIG.example
|
|||
%%BACK_SQL%%libexec/openldap/back_sql.so
|
||||
%%BACK_SQL%%libexec/openldap/back_sql-2.3.so
|
||||
%%BACK_SQL%%libexec/openldap/back_sql-2.3.so.0
|
||||
%%MODULES%%@unexec rmdir %D/libexec/openldap 2>/dev/null || true
|
||||
libexec/slapd
|
||||
libexec/slurpd
|
||||
@unexec rmdir %D/libexec/openldap 2>/dev/null || true
|
||||
sbin/slapacl
|
||||
sbin/slapadd
|
||||
sbin/slapauth
|
||||
|
|
|
@ -40,3 +40,4 @@ lib/libldap_r-2.3.so.0
|
|||
@comment share/openldap/ucdata/num.dat
|
||||
@comment @dirrm share/openldap/ucdata
|
||||
@comment @dirrm share/openldap
|
||||
@dirrm libexec/openldap
|
||||
|
|
Loading…
Reference in a new issue