diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-22 14:19:57 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-22 14:19:57 +0000 |
commit | 50c0b241d4b881a9b8f34262a054d6554dad8b8d (patch) | |
tree | f32525b2ca4879af92f802949ceac04763159c35 /x11/XFree86-4/files/patch-xdm | |
parent | Don't compile/install useless statically linked version of shared object. (diff) |
Back out XFree86 4.2.0 and all recent modifications for the sake of
preserving the upcoming 4.5 release. Bump PORTEPOCH to denote portversion
going backwards. All files have been reverted to exactly what they were
3 days ago, before the 4.2.0 upgrade, except PORTEPOCH bump.
Approved by: re, portmgr, maintainer timeout
Notes
Notes:
svn path=/head/; revision=53563
Diffstat (limited to 'x11/XFree86-4/files/patch-xdm')
-rw-r--r-- | x11/XFree86-4/files/patch-xdm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/XFree86-4/files/patch-xdm b/x11/XFree86-4/files/patch-xdm index c0a276991082..c7c2d43dce28 100644 --- a/x11/XFree86-4/files/patch-xdm +++ b/x11/XFree86-4/files/patch-xdm @@ -1,6 +1,6 @@ ---- programs/xdm/session.c.orig Fri Dec 14 21:01:23 2001 -+++ programs/xdm/session.c Sat Jan 19 00:07:09 2002 -@@ -534,6 +534,7 @@ +--- programs/xdm/session.c.orig Wed May 30 00:56:22 2001 ++++ programs/xdm/session.c Fri Sep 28 23:25:16 2001 +@@ -541,6 +541,7 @@ int pid; #ifdef HAS_SETUSERCONTEXT struct passwd* pwd; @@ -8,7 +8,7 @@ #endif #ifdef USE_PAM pam_handle_t *pamh = thepamh(); -@@ -613,6 +614,8 @@ +@@ -623,6 +624,8 @@ * Set the user's credentials: uid, gid, groups, * environment variables, resource limits, and umask. */ @@ -17,7 +17,7 @@ pwd = getpwnam(name); if (pwd) { -@@ -622,6 +625,7 @@ +@@ -632,6 +635,7 @@ errno); return (0); } |