summaryrefslogtreecommitdiffstats
path: root/src/util/pty/ChangeLog
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>1996-01-30 18:04:30 +0000
committerSam Hartman <hartmans@mit.edu>1996-01-30 18:04:30 +0000
commitc144ebce189ca8801d1ec6bcf1bfb214dd220828 (patch)
treeca561ffea3772f5b9eb307cce40b1564dc770cf8 /src/util/pty/ChangeLog
parent2ed3439c8194659ed5907c88f39daeb1e1c1b47a (diff)
Don't update the utmp file unless update_utmp is true
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7414 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/pty/ChangeLog')
-rw-r--r--src/util/pty/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog
index c897bea8b..6a9f4e6f5 100644
--- a/src/util/pty/ChangeLog
+++ b/src/util/pty/ChangeLog
@@ -1,11 +1,17 @@
+
Sat Jan 27 01:13:34 1996 Mark Eichin <eichin@cygnus.com>
* void_assoc.c (ptyint_void_association): if we don't have
TIOCNOTTY (HP/UX 9 for example) don't try to use it.
+Fri Jan 26 00:26:37 1996 Sam Hartman <hartmans@tertius.mit.edu>
+
+ * cleanup.c (pty_cleanup): Update utmp only if update_utmp is true.
+
Tue Jan 16 13:52:22 1996 Sam Hartman <hartmans@tertius.mit.edu>
- * void_assoc.c (ptyint_void_association): Move setsid call from open_ctty to void_association.
+ * void_assoc.c (ptyint_void_association): Move setsid call from
+ open_ctty to void_association.
* logwtmp.c (pty_logwtmp): Pass user argument to update_wtmp.