]> granicus.if.org Git - apache/commitdiff
Change the screen name default to DEFAULT for all NLMs except the Apache2 NLM
authorBradley Nicholes <bnicholes@apache.org>
Thu, 30 Jan 2003 17:07:58 +0000 (17:07 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 30 Jan 2003 17:07:58 +0000 (17:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98548 13f79535-47bb-0310-9956-ffa450edef68

NWGNUmakefile
build/NWGNUtail.inc

index 4fcb58839420e85864c0f4bac91addf01269cef9..755ae11913e7b9006581e04a4e888bb74e4fb6f7 100644 (file)
@@ -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
index 40c6069d584abef64189d6983ee2cf2067bc2f23..d2079532dcaa24ca3af76d2389425cd89d229fd7 100644 (file)
@@ -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
 
 #