From 25cc884c3221192913cea756cebae0c1bae39f5f Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Thu, 30 Jan 2003 17:07:58 +0000 Subject: [PATCH] Change the screen name default to DEFAULT for all NLMs except the Apache2 NLM git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98548 13f79535-47bb-0310-9956-ffa450edef68 --- NWGNUmakefile | 8 ++++++++ build/NWGNUtail.inc | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NWGNUmakefile b/NWGNUmakefile index 4fcb588394..755ae11913 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -126,6 +126,14 @@ NLM_DESCRIPTION = Apache Web Server $(VERSION_STR) # NLM_NAME Thread will be used. # NLM_THREAD_NAME = Apache + +# +# This is used by the '-screenname' directive. If left blank, +# 'Apache for NetWare' Thread will be used. +# +NLM_SCREEN_NAME = Apache for NetWare + + # # If this is specified, it will override VERSION value in # $(AP_WORK)\build\NWGNUenvironment.inc diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc index 40c6069d58..d2079532dc 100644 --- a/build/NWGNUtail.inc +++ b/build/NWGNUtail.inc @@ -21,7 +21,7 @@ NLM_THREAD_NAME = $(NLM_NAME) Thread endif ifndef NLM_SCREEN_NAME -NLM_SCREEN_NAME = Apache for NetWare +NLM_SCREEN_NAME = DEFAULT endif # -- 2.50.1