summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/shell.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-15 17:37:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-15 17:37:16 +0000
commit1fae7b43d751ca803b12f63d4dfc074f0de8e613 (patch)
tree8dcc632d0a164f8ae4ab0603c7650f66a53fa8d7 /cpukit/libmisc/shell/shell.c
parentRemove. (diff)
downloadrtems-1fae7b43d751ca803b12f63d4dfc074f0de8e613.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/shell/shell.c')
-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");
}