From: Bradley Nicholes Date: Thu, 30 Jan 2003 17:07:58 +0000 (+0000) Subject: Change the screen name default to DEFAULT for all NLMs except the Apache2 NLM X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fba5cb9634737367842ca7bd191ad3bf25f2067;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 4fcb5883942..755ae11913e 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 40c6069d584..d2079532dca 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 #