]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- typo
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 9 Aug 2000 15:02:12 +0000 (15:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd-wtmp.patch -> 1.2

proftpd-wtmp.patch

index 46ea105d322023658857b17dc8178b20dde3ca3c..da2ca791d9c720cec9e3782da78f38c313082cbb 100644 (file)
@@ -1,6 +1,6 @@
 diff -ur proftpd-1.2.0rc2.orig/src/log.c proftpd-1.2.0rc2/src/log.c
 --- proftpd-1.2.0rc2.orig/src/log.c    Wed Jul 26 13:03:17 2000
-+++ proftpd-1.2.0rc2/src/log.c Wed Aug  9 16:57:44 2000
++++ proftpd-1.2.0rc2/src/log.c Wed Aug  9 17:01:45 2000
 @@ -529,21 +529,14 @@
  
  int log_wtmp(char *line, char *name, char *host, p_in_addr_t *ip)
@@ -33,7 +33,7 @@ diff -ur proftpd-1.2.0rc2.orig/src/log.c proftpd-1.2.0rc2/src/log.c
      memset(&utx,0,sizeof(utx));
      sstrncpy(utx.ut_user,name,sizeof(utx.ut_user));
      sstrncpy(utx.ut_id,"ftp",sizeof(utx.ut_user));
-@@ -566,22 +558,11 @@
+@@ -566,22 +558,12 @@
        utx.ut_type = DEAD_PROCESS;
      utx.ut_exit.e_termination = 0;
      utx.ut_exit.e_exit = 0;
@@ -46,6 +46,7 @@ diff -ur proftpd-1.2.0rc2.orig/src/log.c proftpd-1.2.0rc2/src/log.c
 +    updwtmpx(_PATH_WTMP, &utx);
  
  #endif
++#endif
  #endif /* SVR4 */
  
 -  if(fd < 0 && (fd = open(WTMP_FILE,O_WRONLY|O_APPEND,0)) < 0) {
@@ -57,7 +58,7 @@ diff -ur proftpd-1.2.0rc2.orig/src/log.c proftpd-1.2.0rc2/src/log.c
      memset(&ut,0,sizeof(ut));
  #ifdef HAVE_UTMAXTYPE
  #ifdef LINUX
-@@ -612,12 +593,7 @@
+@@ -612,12 +594,7 @@
  #endif /* HAVE_UT_UT_HOST */
  
      time(&ut.ut_time);
This page took 0.082335 seconds and 4 git commands to generate.