diff options
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r-- | networking/telnetd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c index 27b08aced..205661ba2 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: telnetd.c,v 1.6 2003/04/25 12:32:37 andersen Exp $ | 1 | /* $Id: telnetd.c,v 1.7 2003/09/02 02:36:16 bug1 Exp $ |
2 | * | 2 | * |
3 | * Simple telnet server | 3 | * Simple telnet server |
4 | * Bjorn Wesen, Axis Communications AB (bjornw@axis.com) | 4 | * Bjorn Wesen, Axis Communications AB (bjornw@axis.com) |
@@ -52,7 +52,7 @@ static const char *loginpath = | |||
52 | #ifdef CONFIG_LOGIN | 52 | #ifdef CONFIG_LOGIN |
53 | "/bin/login"; | 53 | "/bin/login"; |
54 | #else | 54 | #else |
55 | "/bin/sh"; | 55 | DEFAULT_SHELL; |
56 | #endif | 56 | #endif |
57 | static const char *issuefile = "/etc/issue.net"; | 57 | static const char *issuefile = "/etc/issue.net"; |
58 | 58 | ||