diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2003-03-11 01:19:16 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2003-03-11 01:19:16 +0100 |
commit | c76d726526f9fe66434b4f0437d7e7fb0a56475e (patch) | |
tree | 5d4fdc269dc48c1aee320045280c8d62e3842885 | |
parent | mod_negotiation: quality values are now parsed independent from (diff) | |
download | apache2-c76d726526f9fe66434b4f0437d7e7fb0a56475e.tar.xz apache2-c76d726526f9fe66434b4f0437d7e7fb0a56475e.zip |
Add the version number to the screen name
Submitted by: Guenter Knauf (gk@gknw.de)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98967 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | NWGNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index 755ae11913..1a6ab03999 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -131,7 +131,7 @@ 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 +NLM_SCREEN_NAME = Apache $(VERSION_STR) for NetWare # |