freebsd-ports/x11/eterm/files/patch-ag
Justin M. Seger ef5898cb63 Define HAVE_SAVED_UID and NEED_LINUX_HACK so that .Xauthority
files from NFS mounted home dirs can be read by Eterm.

PR:	ports/11977
1999-11-26 02:14:01 +00:00

11 lines
501 B
Text

--- src/feature.h.in.orig Thu Nov 25 20:50:37 1999
+++ src/feature.h.in Thu Nov 25 20:50:49 1999
@@ -380,7 +380,7 @@
* may seem to be owned by root. But if you define this and don't have them,
* the utmp and tty stuff could break. Do some testing. DO NOT get this one
* wrong! */
-/* #define HAVE_SAVED_UIDS */
+#define HAVE_SAVED_UIDS
/* Use getgrnam() to determine the group id of TTY_GRP_NAME, and chgrp tty
* device files to that group. This should be ok on SVR4 and Linux systems