pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/sudo Remove "--disable-setreuid" -- the confi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5369e7e2e117
branches:  trunk
changeset: 488408:5369e7e2e117
user:      kim <kim%pkgsrc.org@localhost>
date:      Sun Jan 30 21:36:53 2005 +0000

description:
Remove "--disable-setreuid" -- the configure scripts seems to have
adequate logic for determining when to use setreuid.

This makes sudoedit work on NetBSD again.

Closes PR pkg/28998

diffstat:

 security/sudo/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r ad92c71dac8c -r 5369e7e2e117 security/sudo/Makefile
--- a/security/sudo/Makefile    Sun Jan 30 17:15:11 2005 +0000
+++ b/security/sudo/Makefile    Sun Jan 30 21:36:53 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.76 2004/12/22 04:36:32 jlam Exp $
+# $NetBSD: Makefile,v 1.77 2005/01/30 21:36:53 kim Exp $
 #
 
 DISTNAME=              sudo-1.6.8p5
 PKGNAME=               sudo-1.6.8pl5
-PKGREVISION=           #
+PKGREVISION=           1
 CATEGORIES=            security
 MASTER_SITES=          http://www.courtesan.com/sudo/dist/ \
                        ftp://ftp.courtesan.com/pub/sudo/ \
@@ -25,7 +25,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-CONFIGURE_ARGS+=       --disable-root-mailer --disable-setreuid
+CONFIGURE_ARGS+=       --disable-root-mailer
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index