*** 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 e96f607a1ebde0105e8f0b1c2fad9cd0fbdbed82..eb7c751858cc5139f58a593d8bc3138b30828515 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -6,6 +6,7 @@ MANIFEST
 README.configure
 README.FAQ
 reconf
+update_ptytty
 configure
 configure.ac
 config.sub
index 74e9c844c90bf1bd44975a4e9dd6cdbc81f15826..5fd4fba1627df9728154f7fef9982f3d3cd9731e 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 88c4bdfc95ec61160b2a7cc3b64ad58ddccd04b5..bf4f38cc81c05e43ec982655c2f073cda0b00655 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 4a198a9719f60257aafc2edc5a0a8c86c14fdd7c..4f1dbf6c56bb5f302552026b00ba73d5cc6892c9 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 0cb2a7fbfb991c2b004489bae2471fef6b8479ba..1c2cb7e579b1f080683785c0637f7727169d02e2 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 8f4782d2d6398cbf8bd2e46c46ab1eef05214cd3..ff58306f5e93f48436774f1d91f4762737e2314d 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 df5108fd5a9e0e82b848fb860b5a4c1f1ec737cb..381f5aaad5ec3ba80f8b222bb1ac284d7cb3ae01 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