Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 796 - sudo - updated ebuild
Summary: sudo - updated ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: chouser (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-21 09:20 UTC by Seemant Kulleen
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
sudo ebuild, updated (sudo-1.6.5_p2.ebuild,1.01 KB, application/octet-stream)
2002-02-21 09:21 UTC, Seemant Kulleen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Seemant Kulleen 2002-02-21 09:20:28 UTC
Hello to all my Gentoo friends,

It seems that there was a new release of sudo about a month ago, as I discovered
this morning.   Seeing as portage does not contain it yet, I updated the current
one, on the off-chance that it has been overlooked.

Thanks,

Seemant
Comment 1 Seemant Kulleen 2002-02-21 09:21:00 UTC
Created attachment 223 [details]
sudo ebuild, updated
Comment 2 Seemant Kulleen 2002-02-23 22:20:43 UTC
Here's a patch for the changes instead:

--- Cut Here

--- sudo-1.6.5_p1.ebuild        Sat Feb 23 20:17:09 2002
+++ sudo-1.6.5_p2.ebuild        Thu Feb 21 07:35:44 2002
@@ -3,7 +3,7 @@
 # Maintainer: Daniel Robbins <drobbins@gentoo.org>
 # /space/gentoo/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.6.5_p1.ebuild,v 1.1 20
02/01/18 07:41:24 drobbins Exp
 
-NP=sudo-1.6.5p1
+NP=sudo-1.6.5p2
 S=${WORKDIR}/${NP}
 DESCRIPTION="Allows certain users/groups to run commands as root"
 SRC_URI="ftp://ftp.sudo.ws/pub/sudo/${NP}.tar.gz"
@@ -25,7 +25,7 @@
 
 src_install () {
        make prefix=${D}/usr sysconfdir=${D}/etc mandir=${D}/usr/share/man insta
ll || die
-       dodoc BUGS CHANGES FAQ HISTORY LICENSE PORTING README RUNSON TODO TROUBL
ESHOOTING UPGRADE sample.*
+       dodoc BUGS CHANGES HISTORY LICENSE PORTING README RUNSON TODO TROUBLESHO
OTING UPGRADE sample.*
        insinto /etc/pam.d
        doins ${FILESDIR}/sudo
 }
Comment 3 Bruce A. Locke (RETIRED) gentoo-dev 2002-03-10 05:49:55 UTC
drobbins had already updated it but I updated the dodoc line to match yours.

Thanks.