Date: Sat, 27 Sep 1997 22:46:53 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/XFree86/patches patch-ae Message-ID: <199709280546.WAA19393@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1997/09/27 22:46:53 PDT Modified files: x11/XFree86/patches patch-ae Log: Link xdm with -lutil on 2.x as well as 3.x since it's too hard to tell which versions of 2.x have login classes within the Imakefile. (Is it legal to #include <osreldate.h> in an Imakefile?) Anyway, linking with -lutil is harmless on 2.x systems without login classes so what the heck. It is essential that systems with login classes do call setusercontext() otherwise mortal users inherit root's settings (or daemon's, depending on how xdm is started. This can cause all X programs to have a coredump limit of zero and other silly things). Revision Changes Path 1.4 +1 -1 ports/x11/XFree86/patches/patch-ae
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709280546.WAA19393>