aboutsummaryrefslogtreecommitdiff
path: root/libexec/telnetd/ext.h
diff options
context:
space:
mode:
authorsvn2git <svn2git@FreeBSD.org>1994-05-01 08:00:00 +0000
committersvn2git <svn2git@FreeBSD.org>1994-05-01 08:00:00 +0000
commita16f65c7d117419bd266c28a1901ef129a337569 (patch)
tree2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /libexec/telnetd/ext.h
parent8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff)
This commit was manufactured to restore the state of the 1.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'libexec/telnetd/ext.h')
-rw-r--r--libexec/telnetd/ext.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/telnetd/ext.h b/libexec/telnetd/ext.h
index c6fd173feef4..c5f4d883f0da 100644
--- a/libexec/telnetd/ext.h
+++ b/libexec/telnetd/ext.h
@@ -218,7 +218,11 @@ extern int needtermstat;
#endif
#ifndef CRAY
+#ifndef __FreeBSD__
#define DEFAULT_IM "\r\n\r\n4.3 BSD UNIX (%h) (%t)\r\n\r\r\n\r"
#else
+#define DEFAULT_IM "\r\n\r\n%s (%%h) (%%t)\r\n\r\r\n\r"
+#endif
+#else
#define DEFAULT_IM "\r\n\r\nCray UNICOS (%h) (%t)\r\n\r\r\n\r"
#endif