diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-09-09 00:09:46 +0800 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-09-09 00:09:46 +0800 |
commit | 0e4e6dc452ca1278a95fba47b844d240183f3d35 (patch) | |
tree | 6ac5b01b45bd3623d689ad165033314c806a7fbf /x11 | |
parent | 07cee4abeab588d9d05c508940def3f2f5a11a13 (diff) | |
download | freebsd-ports-gnome-0e4e6dc452ca1278a95fba47b844d240183f3d35.tar.gz freebsd-ports-gnome-0e4e6dc452ca1278a95fba47b844d240183f3d35.tar.zst freebsd-ports-gnome-0e4e6dc452ca1278a95fba47b844d240183f3d35.zip |
The default command to call Xwilling in xdm-config doesn't work.
"su nobody -c ..." will only return "This account is currently not
available." This should really be "su -fm nobody -c ..." instead.
Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4/files/patch-j | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/XFree86-4/files/patch-j b/x11/XFree86-4/files/patch-j new file mode 100644 index 000000000000..cc9ac2f98fdb --- /dev/null +++ b/x11/XFree86-4/files/patch-j @@ -0,0 +1,11 @@ +--- programs/xdm/config/xdm-conf.cpp.orig Wed Sep 6 17:05:53 2000 ++++ programs/xdm/config/xdm-conf.cpp Wed Sep 6 17:06:03 2000 +@@ -5,7 +5,7 @@ + DisplayManager.keyFile: XDMDIR/xdm-keys + DisplayManager.servers: XDMDIR/Xservers + DisplayManager.accessFile: XDMDIR/Xaccess +-DisplayManager.willing: su nobody -c XDMDIR/Xwilling ++DisplayManager.willing: su -fm nobody -c XDMDIR/Xwilling + ! All displays should use authorization, but we cannot be sure + ! X terminals will be configured that way, so by default + ! use authorization only for local displays :0, :1, etc. |