diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-26 02:14:01 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-26 02:14:01 +0000 |
commit | ef5898cb637565878dcc27ff75660cd8f77b92d0 (patch) | |
tree | 736ff0fce91669122c470dc618d2f44942d78c40 /x11 | |
parent | eaeb36666aac96e9f97d9b8f580f101a2355afab (diff) | |
download | ports-ef5898cb637565878dcc27ff75660cd8f77b92d0.tar.gz ports-ef5898cb637565878dcc27ff75660cd8f77b92d0.zip |
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
Notes
Notes:
svn path=/head/; revision=23337
Diffstat (limited to 'x11')
-rw-r--r-- | x11/eterm/files/patch-ag | 11 | ||||
-rw-r--r-- | x11/eterm/files/patch-ah | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/x11/eterm/files/patch-ag b/x11/eterm/files/patch-ag new file mode 100644 index 000000000000..13ba71fbac01 --- /dev/null +++ b/x11/eterm/files/patch-ag @@ -0,0 +1,11 @@ +--- 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 diff --git a/x11/eterm/files/patch-ah b/x11/eterm/files/patch-ah new file mode 100644 index 000000000000..38ee5f054b99 --- /dev/null +++ b/x11/eterm/files/patch-ah @@ -0,0 +1,11 @@ +--- src/main.c.orig Thu Nov 25 20:51:39 1999 ++++ src/main.c Thu Nov 25 20:53:30 1999 +@@ -26,6 +26,8 @@ + + static const char cvs_ident[] = "$Id: main.c,v 1.35 1999/04/20 00:46:37 mej Exp $"; + ++#define NEED_LINUX_HACK 1 ++ + /* includes */ + #include "main.h" + #ifdef USE_ACTIVE_TAGS |