summaryrefslogtreecommitdiff
path: root/x11/gdm/files/patch-daemon::slave.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-11-26 16:22:25 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-11-26 16:22:25 +0000
commit63906fdc28ccbe930aebc225887aeb410878bb17 (patch)
tree0f7806df278ccc0c4f22ce7f3e29d272e574678f /x11/gdm/files/patch-daemon::slave.c
parentFix missed the lib version bump on the packaging list when the port (diff)
Update to 2.2.5.2.
Notes
Notes: svn path=/head/; revision=50575
Diffstat (limited to 'x11/gdm/files/patch-daemon::slave.c')
-rw-r--r--x11/gdm/files/patch-daemon::slave.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11/gdm/files/patch-daemon::slave.c b/x11/gdm/files/patch-daemon::slave.c
deleted file mode 100644
index d2eda7d4f4ed..000000000000
--- a/x11/gdm/files/patch-daemon::slave.c
+++ /dev/null
@@ -1,17 +0,0 @@
-
-$FreeBSD$
-
---- daemon/slave.c 2001/10/16 06:36:10 1.1
-+++ daemon/slave.c 2001/10/16 06:38:57
-@@ -1088,7 +1088,10 @@
- /* this is again informal only, if the greeter does time out it will
- * not actually login a user if it's not enabled for this display */
- if (d->timed_login_ok) {
-- ve_setenv ("GDM_TIMED_LOGIN_OK", ParsedTimedLogin, TRUE);
-+ if (ParsedTimedLogin == NULL)
-+ ve_setenv ("GDM_TIMED_LOGIN_OK", "", TRUE);
-+ else
-+ ve_setenv ("GDM_TIMED_LOGIN_OK", ParsedTimedLogin, TRUE);
- } else {
- ve_unsetenv ("GDM_TIMED_LOGIN_OK");
- }