summaryrefslogtreecommitdiff
path: root/server/main.c
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2003-01-29 17:09:50 +0000
committerBradley Nicholes <bnicholes@apache.org>2003-01-29 17:09:50 +0000
commita6d627ff0175850dd5da28485e21be694b9410e0 (patch)
tree40f36351bbf810556d14f3741dfa81b9c743fa20 /server/main.c
parent16a2d1c3327cfc1d5bbf5c9bdf329964f177e23e (diff)
downloadhttpd-a6d627ff0175850dd5da28485e21be694b9410e0.tar.gz
Enabled the -n parameter on NetWare to allow the administrator to rename
the console screen git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98535 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/main.c')
-rw-r--r--server/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/main.c b/server/main.c
index 8f1cdd5532..b831a40d2c 100644
--- a/server/main.c
+++ b/server/main.c
@@ -342,6 +342,10 @@ static void usage(process_rec *process)
" -c \"directive\" : process directive after reading "
"config files");
+#ifdef NETWARE
+ ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
+ " -n name : set screen name");
+#endif
#ifdef WIN32
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
" -n name : set service name and use its "