diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-08-04 00:12:08 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-08-04 00:12:08 +0000 |
| commit | ba60b431caf752a26f5242566ec9efc5c811dc27 (patch) | |
| tree | bd7433a19ad7c8d2b60b834e25c96f65decbbeff /secure/libexec | |
| parent | c4a0c8b8e4440ae32db5421844dfea97d3a26ea5 (diff) | |
Notes
Diffstat (limited to 'secure/libexec')
| -rw-r--r-- | secure/libexec/telnetd/ext.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/secure/libexec/telnetd/ext.h b/secure/libexec/telnetd/ext.h index 19bc0d638296..38842894e065 100644 --- a/secure/libexec/telnetd/ext.h +++ b/secure/libexec/telnetd/ext.h @@ -233,7 +233,11 @@ extern int needtermstat; # ifdef ultrix # define DEFAULT_IM "\r\n\r\nULTRIX (%h) (%t)\r\n\r\r\n\r" # else -# define DEFAULT_IM "\r\n\r\n4.4 BSD UNIX (%h) (%t)\r\n\r\r\n\r" +# ifdef __FreeBSD__ +# define DEFAULT_IM "\r\n\r\nFreeBSD (%h) (%t)\r\n\r\r\n\r" +# else +# define DEFAULT_IM "\r\n\r\n4.4 BSD UNIX (%h) (%t)\r\n\r\r\n\r" +# endif # endif # endif # endif |
