pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/sudo sudo: Fix PLIST



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4796f7ba15d9
branches:  trunk
changeset: 325308:4796f7ba15d9
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Nov 14 15:30:42 2018 +0000

description:
sudo: Fix PLIST

share/doc/sudo/schema.olcSudo is installed only when ldap support is enabled.

diffstat:

 security/sudo/PLIST |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fad46687566b -r 4796f7ba15d9 security/sudo/PLIST
--- a/security/sudo/PLIST       Wed Nov 14 15:26:27 2018 +0000
+++ b/security/sudo/PLIST       Wed Nov 14 15:30:42 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2018/11/14 12:59:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2018/11/14 15:30:42 leot Exp $
 bin/cvtsudoers
 bin/sudo
 bin/sudoedit
@@ -32,7 +32,7 @@
 ${PLIST.ldap}share/doc/sudo/schema.ActiveDirectory
 ${PLIST.ldap}share/doc/sudo/schema.OpenLDAP
 ${PLIST.ldap}share/doc/sudo/schema.iPlanet
-share/doc/sudo/schema.olcSudo
+${PLIST.ldap}share/doc/sudo/schema.olcSudo
 share/examples/sudo/pam.conf
 share/examples/sudo/sudo.conf
 share/examples/sudo/sudoers



Home | Main Index | Thread Index | Old Index