1 --- netkit-telnet-0.17/telnetd/utility.c.issue Sun Dec 12 09:59:45 1999
2 +++ netkit-telnet-0.17/telnetd/utility.c Wed Jul 18 11:14:11 2001
8 + if (*cp != '%' && *cp != '\\') {
16 slash = strrchr(line, '/');
31 (void)strftime(db, sizeof(db), fmtstr, localtime(&t));
50 } while (c != EOF && c != '\n');
52 - } else if (c == '%') {
53 + } else if (c == '%' || c == '\\') {
57 --- netkit-telnet-0.17/telnetd/issue.net.5.issue Sun Jul 30 19:57:09 2000
58 +++ netkit-telnet-0.17/telnetd/issue.net.5 Wed Jul 18 11:03:09 2001
61 is a text file which contains a message or system identification to be
62 printed before the login prompt of a telnet session. It may contain
63 -various `%-char' sequences. The following sequences are supported by
64 +various `%-char' (or, alternatively, '\\-char') sequences. The following
65 +sequences are supported by
67 .Bl -tag -offset indent -compact -width "abcde"
70 - show the current tty
73 - show the system node name (FQDN)
76 - show the name of the NIS domain
79 - show the current time and date
81 - show the name of the operating system