Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99657 Details for
Bug 135705
sys-apps/shadow - su --preserve-environment resets PATH
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
here the new tweak to the ebuild to apply and enable pam if pam use flag has been specified
3 (text/plain), 1.93 KB, created by
CPUShare
on 2006-10-14 07:26:33 UTC
(
hide
)
Description:
here the new tweak to the ebuild to apply and enable pam if pam use flag has been specified
Filename:
MIME Type:
Creator:
CPUShare
Created:
2006-10-14 07:26:33 UTC
Size:
1.93 KB
patch
obsolete
>--- /usr/portage/sys-apps/shadow/shadow-4.0.15-r2.ebuild 2006-07-09 06:06:27.000000000 +0200 >+++ /usr/local/portage/sys-apps/shadow/shadow-4.0.15-r2.ebuild 2006-10-14 03:53:56.000000000 +0200 >@@ -94,6 +94,7 @@ > # -lshadow in a Makefile of some other package, it is safe to > # remove it. > rm -f "${D}"/{,usr/}$(get_libdir)/lib{misc,shadow}.{a,la} >+ rm "${D}"/bin/{groups,su} "${D}"/usr/share/man/man1/{groups,su}.1 > > insinto /etc > # Using a securetty with devfs device names added >--- /usr/portage/sys-apps/coreutils/coreutils-5.94-r1.ebuild 2006-09-19 07:06:30.000000000 +0200 >+++ /usr/local/portage/sys-apps/coreutils/coreutils-5.94-r1.ebuild 2006-10-14 16:14:38.000000000 +0200 >@@ -15,7 +15,7 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" >-IUSE="acl build nls selinux static" >+IUSE="acl build nls selinux static pam" > > RDEPEND="selinux? ( sys-libs/libselinux ) > acl? ( sys-apps/acl sys-apps/attr ) >@@ -59,6 +59,11 @@ > EPATCH_SUFFIX="patch" epatch "${PATCHDIR}"/acl > fi > >+ if use pam ; then >+ EPATCH_MULTI_MSG="Applying PAM patches ..." \ >+ EPATCH_SUFFIX="patch" epatch "${PATCHDIR}"/pam >+ fi >+ > epatch "${FILESDIR}"/130_all_coreutils-gnulibs-regex-symbol-hiding.patch #131674 > > EPATCH_SUFFIX="patch" epatch "${PATCHDIR}"/generic >@@ -98,6 +103,7 @@ > --enable-largefile \ > $(use_enable nls) \ > $(use_enable selinux) \ >+ $(use_enable pam) \ > ${myconf} \ > || die "econf" > emake || die "emake" >@@ -120,9 +126,8 @@ > > # remove files provided by other packages > rm "${D}"/bin/{kill,uptime} # procps >- rm "${D}"/bin/{groups,su} # shadow > rm "${D}"/bin/hostname # net-tools >- rm "${D}"/usr/share/man/man1/{groups,kill,hostname,su,uptime}.1 >+ rm "${D}"/usr/share/man/man1/{kill,hostname,uptime}.1 > # provide by the man-pages package > rm "${D}"/usr/share/man/man1/{chgrp,chmod,chown,cp,dd,df,dir,dircolors}.1 > rm "${D}"/usr/share/man/man1/{du,install,ln,ls,mkdir,mkfifo,mknod,mv}.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 135705
:
99622
|
99656
|
99657