summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-15 17:38:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-15 17:38:12 +0000
commit9811aabe56fe8a8c35286056f58e9ae1770887d6 (patch)
tree1700bdcd15e3b7697ab583526e1b1521796cfe27 /cpukit/libmisc
parent2008-10-14 Tim Cussins <timcussins@eml.cc> (diff)
downloadrtems-9811aabe56fe8a8c35286056f58e9ae1770887d6.tar.bz2
2008-10-15 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1331/networking * libmisc/shell/shell.c, telnetd/check_passwd.c, telnetd/telnetd.c, telnetd/telnetd.h: Improve comments and explanation of options to rtems_telnetd_initialize. Add extra newline to login sequence from shell.
Diffstat (limited to 'cpukit/libmisc')
-rw-r--r--cpukit/libmisc/shell/shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libmisc/shell/shell.c b/cpukit/libmisc/shell/shell.c
index 02dd2776d2..a320e46902 100644
--- a/cpukit/libmisc/shell/shell.c
+++ b/cpukit/libmisc/shell/shell.c
@@ -460,12 +460,14 @@ void rtems_shell_init_issue(void)
if (stat("/etc/issue",&buf)) {
rtems_shell_write_file("/etc/issue",
+ "\n"
"Welcome to @V\\n"
"Login into @S\\n");
}
if (stat("/etc/issue.net",&buf)) {
rtems_shell_write_file("/etc/issue.net",
+ "\n"
"Welcome to %v\n"
"running on %m\n");
}