blob: d4a4780e662e55a69e2733cbf2640da27a495b86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
# ChangeLog for sys-apps/shadow
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v 1.6 2002/03/25 21:04:52 azarah Exp $
*shadow-4.0.2-r1 (25 Mar 2002)
25 Mar 2002; M.Schlemmer <azarah@gentoo.org>
Fix the "libdir" in /usr/lib/libmisc.la.
*shadow-20001016-r10 (12 Mar 2002)
12 Mar 2002; Seemant Kulleen <seemant@gentoo.org>
Added USE dependent nls compilation.
*shadow-20001016-r9 (26 Feb 2002)
26 Feb 2002; T.Neidt <tod@gentoo.org> shadow-20001016-r9.ebuild, login.defs
Changed 'CREATE_HOME yes' to 'CREATE_HOME no' in login.defs.
CREATE_HOME is a RedHat'ism and is not supported by the stock shadow
package (see src/useradd.c). When CREATE_HOME is set to 'yes',
adduser generates a warning meassage.
Bumped ebuild revision so login.defs will be updated by emerge updates.
Note to users: 'useradd -m <user>' will create the home directory and
add any files in /etc/skel (see 'man adduser')
*shadow-20001016-r8 (25 Feb 2002)
25 Feb 2002; M.Schlemmer <azarah@gentoo.org> shadow-20001016-r8.ebuild
Added a 'rm -rf ${D}/usr/share/man/*' to Chris's man fix to clean the
Polish pages. Added the line for installing /etc/pam.d/chage again, which
should close bug #837.
*shadow-20001016-r7 (20 Feb 2002)
20 Feb 2002; Chris Houser <chouser@gentoo.org> shadow-20001016-r7.ebuild
files/digest-shadow-20001016-r7 ChangeLog :
Changed man page installation. More man pages are now included, and all
should be in English (instead of the occasional Polish page). This closes
bug #594.
*shadow-20001016-r6 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|