summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-22 19:15:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-22 19:15:06 +0000
commit362583c3e7f5058652f7c5f9310881e86a553069 (patch)
treee22803c452c23c21f409ff40d97e8fd680d0e008
parent2008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadnetwork-demos-362583c3e7f5058652f7c5f9310881e86a553069.tar.bz2
2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* init.c: Add shell configuration.
-rw-r--r--telnetd/ChangeLog4
-rw-r--r--telnetd/init.c7
2 files changed, 11 insertions, 0 deletions
diff --git a/telnetd/ChangeLog b/telnetd/ChangeLog
index 82e43b7..ed6984f 100644
--- a/telnetd/ChangeLog
+++ b/telnetd/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * init.c: Add shell configuration.
+
2008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* init.c: Now works.
diff --git a/telnetd/init.c b/telnetd/init.c
index 955d687..9db50f4 100644
--- a/telnetd/init.c
+++ b/telnetd/init.c
@@ -156,6 +156,13 @@ void echoShell(
#define SHELL_HELP_MSG \
"Starting rtemsShell via telnetd -- default account is rtems w/no password\n"
+#define CONFIGURE_SHELL_COMMANDS_ALL_NETWORKING
+#define CONFIGURE_SHELL_COMMANDS_ALL
+
+#define CONFIGURE_SHELL_COMMANDS_INIT
+#include <rtems/shellconfig.h>
+
+
void rtemsShell(
char *pty_name,
void *cmd_arg