summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2007-09-03 17:13:29 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2007-09-03 17:13:29 +0000
commit3c005206b96b4e08de4d42fe3abd7146454e0b23 (patch)
tree8565ca5dd7a6010059b36cbd14b2e9595d685daf /security/sudo
parentUpdate to version 1.2.12. (diff)
Install schema.OpenLDAP into DOCSDIR.
Prompted by: flz
Notes
Notes: svn path=/head/; revision=198701
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile1
-rw-r--r--security/sudo/pkg-plist1
2 files changed, 2 insertions, 0 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 4b4d27ae322a..1777fa586d34 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -88,6 +88,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${DOCSDIR}
.if defined(WITH_LDAP)
${INSTALL_DATA} ${WRKSRC}/README.LDAP ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/schema.OpenLDAP ${DOCSDIR}
${INSTALL_SCRIPT} ${WRKSRC}/sudoers2ldif ${DOCSDIR}
.endif
.endif
diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist
index c5957612a91a..5f80f8c7f5b4 100644
--- a/security/sudo/pkg-plist
+++ b/security/sudo/pkg-plist
@@ -14,5 +14,6 @@ sbin/visudo
%%PORTDOCS%%%%DOCSDIR%%/UPGRADE
%%PORTDOCS%%%%DOCSDIR%%/sample.sudoers
%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/README.LDAP
+%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/schema.OpenLDAP
%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/sudoers2ldif
%%PORTDOCS%%@dirrm %%DOCSDIR%%