pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/sudo pkgsrc basically follows the BSD man pag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16d79139963c
branches:  trunk
changeset: 530686:16d79139963c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jul 04 20:37:50 2007 +0000

description:
pkgsrc basically follows the BSD man page hierarchy.  Install the su
and visudo manpages in man/man1, and the sudoers manpage in man/man5.
Remove the platform-specific PLISTs that only differed in the location
of the man pages.

Bump the PKGREVISION to 5.

diffstat:

 security/sudo/Makefile        |   4 +++-
 security/sudo/PLIST           |  15 +++++++++++++++
 security/sudo/PLIST.Darwin    |   5 -----
 security/sudo/PLIST.DragonFly |   5 -----
 security/sudo/PLIST.NetBSD    |   5 -----
 security/sudo/PLIST.SunOS     |   5 -----
 security/sudo/PLIST.common    |  11 -----------
 7 files changed, 18 insertions(+), 32 deletions(-)

diffs (88 lines):

diff -r 7ae08698759f -r 16d79139963c security/sudo/Makefile
--- a/security/sudo/Makefile    Wed Jul 04 19:22:33 2007 +0000
+++ b/security/sudo/Makefile    Wed Jul 04 20:37:50 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2007/07/02 06:04:01 tls Exp $
+# $NetBSD: Makefile,v 1.92 2007/07/04 20:37:50 jlam Exp $
 #
 
 DISTNAME=              sudo-1.6.8p12
@@ -25,6 +25,8 @@
 .include "../../mk/bsd.prefs.mk"
 
 CONFIGURE_ENV+=                NROFFPROG=${CAT} # to always install man instead of cat
+CONFIGURE_ENV+=                mansectsu=8
+CONFIGURE_ENV+=                mansectform=5
 CONFIGURE_ARGS+=       --disable-root-mailer
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 CONFIGURE_ARGS+=       --with-timedir=${VARBASE:Q}/run/sudo
diff -r 7ae08698759f -r 16d79139963c security/sudo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/sudo/PLIST       Wed Jul 04 20:37:50 2007 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2007/07/04 20:37:50 jlam Exp $
+bin/sudo
+bin/sudoedit
+libexec/sudo_noexec.la
+man/man5/sudoers.5
+man/man8/sudo.8
+man/man8/sudoedit.8
+man/man8/visudo.8
+sbin/visudo
+share/doc/sudo/README
+share/doc/sudo/README.LDAP
+share/doc/sudo/UPGRADE
+share/examples/sudo/sudoers
+@dirrm share/examples/sudo
+@dirrm share/doc/sudo
diff -r 7ae08698759f -r 16d79139963c security/sudo/PLIST.Darwin
--- a/security/sudo/PLIST.Darwin        Wed Jul 04 19:22:33 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST.Darwin,v 1.1 2007/03/18 18:58:07 wiz Exp $
-man/man5/sudoers.5
-man/man8/sudo.8
-man/man8/sudoedit.8
-man/man8/visudo.8
diff -r 7ae08698759f -r 16d79139963c security/sudo/PLIST.DragonFly
--- a/security/sudo/PLIST.DragonFly     Wed Jul 04 19:22:33 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST.DragonFly,v 1.1 2005/10/10 17:48:09 joerg Exp $
-man/man5/sudoers.5
-man/man8/sudo.8
-man/man8/sudoedit.8
-man/man8/visudo.8
diff -r 7ae08698759f -r 16d79139963c security/sudo/PLIST.NetBSD
--- a/security/sudo/PLIST.NetBSD        Wed Jul 04 19:22:33 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST.NetBSD,v 1.2 2004/11/12 16:47:31 cube Exp $
-man/man5/sudoers.5
-man/man8/sudo.8
-man/man8/sudoedit.8
-man/man8/visudo.8
diff -r 7ae08698759f -r 16d79139963c security/sudo/PLIST.SunOS
--- a/security/sudo/PLIST.SunOS Wed Jul 04 19:22:33 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST.SunOS,v 1.2 2004/11/12 16:47:31 cube Exp $
-man/man1m/sudo.1m
-man/man1m/sudoedit.1m
-man/man1m/visudo.1m
-man/man4/sudoers.4
diff -r 7ae08698759f -r 16d79139963c security/sudo/PLIST.common
--- a/security/sudo/PLIST.common        Wed Jul 04 19:22:33 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-@comment $NetBSD: PLIST.common,v 1.6 2005/12/27 18:29:18 reed Exp $
-bin/sudo
-bin/sudoedit
-libexec/sudo_noexec.la
-sbin/visudo
-share/doc/sudo/README
-share/doc/sudo/README.LDAP
-share/doc/sudo/UPGRADE
-share/examples/sudo/sudoers
-@dirrm share/examples/sudo
-@dirrm share/doc/sudo



Home | Main Index | Thread Index | Old Index