*** empty log message ***
authorroot <root>
Sun, 22 Jan 2006 01:00:42 +0000 (01:00 +0000)
committerroot <root>
Sun, 22 Jan 2006 01:00:42 +0000 (01:00 +0000)
MANIFEST
ptytty.m4
src/fdpass.C
src/logging.C
src/ptytty.C
src/ptytty.h
update_ptytty

index e96f607..eb7c751 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -6,6 +6,7 @@ MANIFEST
 README.configure
 README.FAQ
 reconf
+update_ptytty
 configure
 configure.ac
 config.sub
index 74e9c84..5fd4fba 100644 (file)
--- a/ptytty.m4
+++ b/ptytty.m4
@@ -1,3 +1,6 @@
+dnl this file is part of libptytty, do not make local modifications
+dnl http://software.schmorp.de/pkg/libptytty
+
 AC_DEFUN([PTY_CHECK],
 [
 AC_CHECK_HEADERS( \
index 88c4bdf..bf4f38c 100644 (file)
@@ -1,4 +1,7 @@
-/*--------------------------------*-C-*---------------------------------*
+// This file is part of libptytty. Do not make local modifications.
+// http://software.schmorp.de/pkg/libptytty
+
+/*----------------------------------------------------------------------*
  * File:       fdpass.C
  *----------------------------------------------------------------------*
  *
index 4a198a9..4f1dbf6 100644 (file)
@@ -1,4 +1,7 @@
-/*--------------------------------*-C-*---------------------------------*
+// This file is part of libptytty. Do not make local modifications.
+// http://software.schmorp.de/pkg/libptytty
+
+/*----------------------------------------------------------------------*
  * File:       logging.C
  *----------------------------------------------------------------------*
  *
@@ -447,14 +450,11 @@ update_lastlog (const char *fname, const char *pty, const char *host)
 # endif                                /* HAVE_STRUCT_LASTLOG */
 }
 #endif                         /* LASTLOG_SUPPORT */
-/* ------------------------------------------------------------------------- */
 
 #else
-
 void
 ptytty_unix::login (int cmd_pid, bool login_shell, const char *hostname)
 {
 }
-
 #endif
 
index 0cb2a7f..1c2cb7e 100644 (file)
@@ -1,4 +1,7 @@
-/*--------------------------------*-C-*---------------------------------*
+// This file is part of libptytty. Do not make local modifications.
+// http://software.schmorp.de/pkg/libptytty
+
+/*----------------------------------------------------------------------*
  * File:       ptytty.C
  *----------------------------------------------------------------------*
  *
@@ -21,7 +24,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *---------------------------------------------------------------------*/
 
-#include "../config.h"         /* NECESSARY */
+#include "../config.h"
 
 #include "fdpass.h"
 #include "ptytty.h"
index 8f4782d..ff58306 100644 (file)
@@ -1,8 +1,10 @@
+// This file is part of libptytty. Do not make local modifications.
+// http://software.schmorp.de/pkg/libptytty
+
 #ifndef PTYTTY_H
 #define PTYTTY_H
 
 #include "libptytty.h"
-
 #include "ptytty_conf.h"
 
 #if defined(HAVE__GETPTY) || defined(HAVE_OPENPTY) || defined(UNIX98_PTY)
index df5108f..381f5aa 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+# updates libptytty from pristine sources, check out libptytty
+# as a subling of rxvt-unicode
+
 for i in ptytty.m4 src/libptytty.h src/ptytty.C src/ptytty.h src/logging.C src/fdpass.C; do
    cp ../libptytty/$i $i
 done