diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 22:51:27 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 22:51:27 +0000 |
commit | 2744de9cf043c2414e5f9b589488f2fee8bdd5c0 (patch) | |
tree | a2593d6bb76bd22e4b89db2625c7070cef12949f /sys-apps/shadow | |
parent | fix DOS line endings in patch so that it works with the stable version of pat... (diff) | |
download | historical-2744de9cf043c2414e5f9b589488f2fee8bdd5c0.tar.gz historical-2744de9cf043c2414e5f9b589488f2fee8bdd5c0.tar.bz2 historical-2744de9cf043c2414e5f9b589488f2fee8bdd5c0.zip |
Fix patch with absolute paths.
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'sys-apps/shadow')
-rw-r--r-- | sys-apps/shadow/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/shadow/files/shadow-4.1.1-audit.patch | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/shadow/ChangeLog b/sys-apps/shadow/ChangeLog index 38f33fb23958..7583f0d3c207 100644 --- a/sys-apps/shadow/ChangeLog +++ b/sys-apps/shadow/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/shadow # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v 1.207 2008/08/23 06:23:29 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v 1.208 2008/11/17 22:49:54 flameeyes Exp $ + + 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> + files/shadow-4.1.1-audit.patch: + Fix patch with absolute paths. 23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc diff --git a/sys-apps/shadow/files/shadow-4.1.1-audit.patch b/sys-apps/shadow/files/shadow-4.1.1-audit.patch index 1a4c95ae58bb..5968279f872f 100644 --- a/sys-apps/shadow/files/shadow-4.1.1-audit.patch +++ b/sys-apps/shadow/files/shadow-4.1.1-audit.patch @@ -1,5 +1,5 @@ ---- /upstream/trunk/src/newgrp.c 2008/04/16 22:03:43 1975 -+++ upstream/trunk/src/newgrp.c 2008/04/16 22:04:46 1976 +--- a/trunk/src/newgrp.c 2008/04/16 22:03:43 1975 ++++ b/trunk/src/newgrp.c 2008/04/16 22:04:46 1976 @@ -53,6 +53,10 @@ static char *Prog; static int is_newgrp; |