summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2001-09-14 02:06:02 +0000
committerKen Raeburn <raeburn@mit.edu>2001-09-14 02:06:02 +0000
commitbfcdeedb5ac12652b7d8a2b528d782792df6b566 (patch)
tree10abc70d4e1d8b3aa095d0b4873e8f3d02245c3d /src/appl/bsd/ChangeLog
parent76abc869860569dbb6bde8d67bc2ea85e35e7d14 (diff)
* krlogin.c (try_normal): Permit "rsh" as well as "rlogin" as the program name,
for detecting when argv[0] is not the hostname. If argv[0] isn't the hostname, always replace it with the system rlogin pathname. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13747 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/bsd/ChangeLog')
-rw-r--r--src/appl/bsd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog
index 0b2e2219d..8a6f53aea 100644
--- a/src/appl/bsd/ChangeLog
+++ b/src/appl/bsd/ChangeLog
@@ -1,3 +1,10 @@
+2001-09-13 Ken Raeburn <raeburn@mit.edu>
+
+ * krlogin.c (try_normal): Permit "rsh" as well as "rlogin" as the
+ program name, for detecting when argv[0] is not the hostname.
+ If argv[0] isn't the hostname, always replace it with the system
+ rlogin pathname.
+
2001-09-01 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (SRCS): Use $(srcdir).