From owner-cvs-ports Sat Sep 27 22:52:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA09016 for cvs-ports-outgoing; Sat, 27 Sep 1997 22:52:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA08973; Sat, 27 Sep 1997 22:52:04 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA19393; Sat, 27 Sep 1997 22:46:53 -0700 (PDT) Date: Sat, 27 Sep 1997 22:46:53 -0700 (PDT) Message-Id: <199709280546.WAA19393@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/XFree86/patches patch-ae Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 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