freebsd-ports/x11/XFree86-4-libraries/files/patch-xdm-config
Will Andrews a812ba255d Add fix for XDM: Use SU="su -m" instead of SU="su", otherwise given the
default setup for the "nobody" account, login will fail.  PORTREVISION
bumped to include this fix for XFree86-4-clients.

PR:		36084
Submitted by:	Stefan `Sec` Zehl <sec@42.org>
2002-03-20 00:18:36 +00:00

12 lines
365 B
Plaintext

--- programs/xdm/config/Imakefile.org Sun Nov 25 13:49:19 2001
+++ programs/xdm/config/Imakefile Tue Mar 19 18:11:50 2002
@@ -28,7 +28,7 @@
XDMPIDDIR = $(XDMDIR)
#endif
-#if defined(OpenBSDArchitecture) || defined(NetBSDArchitecture)
+#if defined(OpenBSDArchitecture) || defined(NetBSDArchitecture) || defined(FreeBSDArchitecture)
SU = "su -m"
#else
SU = su