summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2003-01-19 19:55:40 +0000
committerMartin Schlemmer <azarah@gentoo.org>2003-01-19 19:55:40 +0000
commitf9a95e0d560b6148b4f753675c0da9e91029848f (patch)
tree682311172208f56fe9472f529e2c03f313bba9fa /sys-apps/shadow
parentsmall change in help message (diff)
downloadgentoo-2-f9a95e0d560b6148b4f753675c0da9e91029848f.tar.gz
gentoo-2-f9a95e0d560b6148b4f753675c0da9e91029848f.tar.bz2
gentoo-2-f9a95e0d560b6148b4f753675c0da9e91029848f.zip
bug #13203
Diffstat (limited to 'sys-apps/shadow')
-rw-r--r--sys-apps/shadow/ChangeLog9
-rw-r--r--sys-apps/shadow/files/shadow-4.0.3-useradd-manpage-update.patch15
-rw-r--r--sys-apps/shadow/shadow-4.0.3-r3.ebuild10
3 files changed, 30 insertions, 4 deletions
diff --git a/sys-apps/shadow/ChangeLog b/sys-apps/shadow/ChangeLog
index e738f89fbf60..0da555db1859 100644
--- a/sys-apps/shadow/ChangeLog
+++ b/sys-apps/shadow/ChangeLog
@@ -1,10 +1,17 @@
# 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.23 2003/01/18 14:14:46 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v 1.24 2003/01/19 19:55:40 azarah Exp $
+
+ 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org> shadow-4.0.3-r3.ebuild :
+
+ Patch the useradd manpage to be a bit more clear, closing bug #13203.
+ Thanks to Guy <guycad@mindspring.com>.
+
*shadow-4.0.3-r3 (25 Dec 2002)
18 Jan 2003; Jan Seidel <tuxus@gentoo.org> :
+
Added mips to keywords
25 Dec 2002; Martin Schlemmer <azarah@gentoo.org> shadow-4.0.3-r3.ebuild :
diff --git a/sys-apps/shadow/files/shadow-4.0.3-useradd-manpage-update.patch b/sys-apps/shadow/files/shadow-4.0.3-useradd-manpage-update.patch
new file mode 100644
index 000000000000..b4c5f76fde6b
--- /dev/null
+++ b/sys-apps/shadow/files/shadow-4.0.3-useradd-manpage-update.patch
@@ -0,0 +1,15 @@
+--- shadow-4.0.3/man/useradd.8.orig 2003-01-19 21:35:32.000000000 +0200
++++ shadow-4.0.3/man/useradd.8 2003-01-19 21:37:28.000000000 +0200
+@@ -50,9 +50,9 @@
+ When invoked without the \fB-D\fR option, the \fBuseradd\fR command
+ creates a new user account using the values specified on the
+ command line and the default values from the system.
+-The new user account will be entered into the system files as needed,
+-the home directory will be created, and initial files copied, depending
+-on the command line options.
++Depending on command line options, the useradd command will update system
++files and may also create the new user's home directory and copy initial
++files.
+ The options which apply to the \fBuseradd\fR command are:
+ .IP "\fB-c \fIcomment\fR"
+ The new user's password file comment field.
diff --git a/sys-apps/shadow/shadow-4.0.3-r3.ebuild b/sys-apps/shadow/shadow-4.0.3-r3.ebuild
index 067c79fc9417..a072cafb16e0 100644
--- a/sys-apps/shadow/shadow-4.0.3-r3.ebuild
+++ b/sys-apps/shadow/shadow-4.0.3-r3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.3-r3.ebuild,v 1.2 2003/01/18 14:14:46 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.3-r3.ebuild,v 1.3 2003/01/19 19:55:40 azarah Exp $
IUSE=""
-inherit libtool
+inherit eutils libtool
FORCE_SYSTEMAUTH_UPDATE="no"
@@ -37,7 +37,11 @@ src_unpack() {
# pam_xauth for one, is then never used. This should close bug #8831.
#
# <azarah@gentoo.org> (19 Oct 2002)
- cd ${S}; patch -p1 < ${FILESDIR}/${P}-su-pam_open_session.patch-v2 || die
+ cd ${S}; epatch ${FILESDIR}/${P}-su-pam_open_session.patch-v2
+
+ # Patch the useradd manpage to be a bit more clear, closing bug #13203.
+ # Thanks to Guy <guycad@mindspring.com>.
+ cd ${S}; epatch ${FILESDIR}/${P}-useradd-manpage-update.patch
}
src_compile() {