]> git.pld-linux.org Git - packages/urxvt.git/commitdiff
- updated for 2.7.8. RA-1_0 rxvt-2_7_8-4 rxvt-2_7_8-5
authorkloczek <kloczek@pld-linux.org>
Wed, 15 May 2002 06:47:19 +0000 (06:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rxvt-utmp98.patch -> 1.2
    rxvt-utmpx.patch -> 1.2

rxvt-utmp98.patch
rxvt-utmpx.patch

index 592d4014f1ca672609c24025e76331365db8fd8e..ae7f86e29e6ca4eda4c4b7b19b00476ec6c5c171 100644 (file)
@@ -1,6 +1,6 @@
---- rxvt-2.7.6/src/logging.c   Tue Apr  3 02:05:26 2001
-+++ rxvt-2.7.6.modified/src/logging.c  Thu May 10 17:14:43 2001
-@@ -170,157 +170,9 @@
+--- rxvt-2.7.8/src/logging.c.orig      Wed May 15 08:29:09 2002
++++ rxvt-2.7.8/src/logging.c   Wed May 15 08:30:16 2002
+@@ -171,154 +171,9 @@
  /* EXTPROTO */
  void
  rxvt_makeutent(rxvt_t *r, const char *pty, const char *hostname)
@@ -40,7 +40,7 @@
 -    buf[sizeof(buf) - 1] = '\0';
 -#ifdef __QNX__
 -    for (;;) {
--      utmp_pos = fseek(fd0, 0L, 1);
+-      r->h->utmp_pos = fseek(fd0, 0L, 1);
 -      if (fread(&u2, sizeof(UTMP), 1, fd0) != 1)
 -          break;
 -      if ((u2.ut_type == LOGIN_PROCESS || u2.ut_type == USER_PROCESS)
 -
 -/* set up the new entry */
 -    ut->ut_type = USER_PROCESS;
--#ifndef linux
+-#if 0         /* #ifndef linux */
 -    ut->ut_exit.e_exit = 2;
 -#endif
 -    STRNCPY(ut->ut_user, (pwent && pwent->pw_name) ? pwent->pw_name : "?",
 -          sizeof(ut->ut_user));
--/* ut_name is normally the same as ut_user, but .... */
--    STRNCPY(ut->ut_name, (pwent && pwent->pw_name) ? pwent->pw_name : "?",
--          sizeof(ut->ut_name));
 -    STRNCPY(ut->ut_id, r->h->ut_id, sizeof(ut->ut_id));
 -    STRNCPY(ut->ut_line, pty, sizeof(ut->ut_line));
 -
  
  /* ------------------------------------------------------------------------- */
  /*
-@@ -329,77 +181,9 @@
+@@ -327,77 +182,9 @@
  /* EXTPROTO */
  void
  rxvt_cleanutent(rxvt_t *r)
index 4d53d093bf299b55edbe23dcb87ad1a5b0284a3a..d8f5b5919c540560c2be443bfa01b361ea0e3fda 100644 (file)
@@ -1,5 +1,5 @@
---- rxvt-2.7.6/configure.in~   Sat Nov 24 20:29:58 2001
-+++ rxvt-2.7.6/configure.in    Sat Nov 24 20:39:59 2001
+--- rxvt-2.7.8/autoconf/configure.in~
++++ rxvt-2.7.8/autoconf/configure.in
 @@ -663,7 +663,7 @@
  #ifdef UTMPX_FILE
        UTMPX_FILE,
This page took 0.089628 seconds and 4 git commands to generate.