Gentoo Archives: gentoo-dev

From: Karl Trygve Kalleberg <karltk@×××××××.no>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] re: current su being used.
Date: Sat, 15 Sep 2001 10:32:04
Message-Id: 20010915182653.A19578@prosalg.no
In Reply to: [gentoo-dev] re: current su being used. by Martin Schlemmer
1 Applied and committed.
2
3 Karl T
4
5 On Sat, Sep 15, 2001 at 06:29:23PM +0200, Martin Schlemmer wrote:
6 > >> I would like to inquire why /bin/su from the shadow tools >> is used
7 > and
8 > >> not /bin/su form sh-utils ?
9 >
10 > >> The problem i have is thus: su from shadow do not set env >> strings
11 > >> correctly (to name one: $USER), where su from sh-utils do.
12 >
13 > >> Any possibility for this to be rectified ?
14 >
15 > ok, like i said in a earlier post, made a mistake ('su -' ;-))
16 >
17 > problem now is: my sh-utils got merged after shadow, and although
18 > sh-utils's /bin/su is removed, its manpage is not, thus adding in my
19 > confusion.
20 >
21 > .diff to correct sh-utils-2.0j-r4.ebuild:
22 > ---------------------cut here--------------------------
23 > *** sh-utils-2.0j-r4.ebuild.orig Sat Sep 15 18:25:41 2001
24 > --- sh-utils-2.0j-r4.ebuild Sat Sep 15 18:26:26 2001
25 > ***************
26 > *** 60,65 ****
27 > --- 60,66 ----
28 > fi
29 > #we use the /bin/su from the sys-apps/shadow package
30 > rm ${D}/bin/su
31 > + rm ${D}/usr/share/man/man1/su.1.gz
32 > }
33 > ---------------------cut here--------------------------
34 >
35 > greetings
36 > MS
37 >
38 >
39 > _______________________________________________
40 > gentoo-dev mailing list
41 > gentoo-dev@××××××××××.org
42 > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev