From bc73871598904ba54ef80336f6173ed631dd177c Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Wed, 4 Sep 2002 18:34:28 +0000 Subject: Give each support binary its own screen name git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96634 13f79535-47bb-0310-9956-ffa450edef68 --- support/NWGNUab | 6 ++++++ support/NWGNUhtdbm | 6 ++++++ support/NWGNUhtdigest | 6 ++++++ support/NWGNUhtpasswd | 6 ++++++ support/NWGNUlogres | 6 ++++++ support/NWGNUrotlogs | 6 ++++++ 6 files changed, 36 insertions(+) diff --git a/support/NWGNUab b/support/NWGNUab index c6cdd35786..578607c60f 100644 --- a/support/NWGNUab +++ b/support/NWGNUab @@ -107,6 +107,12 @@ NLM_DESCRIPTION = Apache Benchmark Utility for NetWare # NLM_THREAD_NAME = ab +# +# This is used by the '-screenname' directive. If left blank, +# 'Apache for NetWare' Thread will be used. +# +NLM_SCREEN_NAME = Apache Bench + # # If this is specified, it will override VERSION value in # $(AP_WORK)\build\NWGNUenvironment.inc diff --git a/support/NWGNUhtdbm b/support/NWGNUhtdbm index c9d3442912..517bacd5b9 100644 --- a/support/NWGNUhtdbm +++ b/support/NWGNUhtdbm @@ -106,6 +106,12 @@ NLM_DESCRIPTION = HT Digest Utility for NetWare # NLM_THREAD_NAME = htdbm +# +# This is used by the '-screenname' directive. If left blank, +# 'Apache for NetWare' Thread will be used. +# +NLM_SCREEN_NAME = htdbm Password Management + # # If this is specified, it will override VERSION value in # $(AP_WORK)\build\NWGNUenvironment.inc diff --git a/support/NWGNUhtdigest b/support/NWGNUhtdigest index 1cc1c96295..32e3689add 100644 --- a/support/NWGNUhtdigest +++ b/support/NWGNUhtdigest @@ -106,6 +106,12 @@ NLM_DESCRIPTION = HT Digest Utility for NetWare # NLM_THREAD_NAME = htdigest +# +# This is used by the '-screenname' directive. If left blank, +# 'Apache for NetWare' Thread will be used. +# +NLM_SCREEN_NAME = Digest Password Management + # # If this is specified, it will override VERSION value in # $(AP_WORK)\build\NWGNUenvironment.inc diff --git a/support/NWGNUhtpasswd b/support/NWGNUhtpasswd index 7000529caa..1cbc344729 100644 --- a/support/NWGNUhtpasswd +++ b/support/NWGNUhtpasswd @@ -106,6 +106,12 @@ NLM_DESCRIPTION = HT Password Utility for NetWare # NLM_THREAD_NAME = htpasswd +# +# This is used by the '-screenname' directive. If left blank, +# 'Apache for NetWare' Thread will be used. +# +NLM_SCREEN_NAME = htpasswd Password Management + # # If this is specified, it will override VERSION value in # $(AP_WORK)\build\NWGNUenvironment.inc diff --git a/support/NWGNUlogres b/support/NWGNUlogres index 631003b0c4..e5fef978b8 100644 --- a/support/NWGNUlogres +++ b/support/NWGNUlogres @@ -107,6 +107,12 @@ NLM_DESCRIPTION = Apache Logresolve Utility for NetWare # NLM_THREAD_NAME = logreslv +# +# This is used by the '-screenname' directive. If left blank, +# 'Apache for NetWare' Thread will be used. +# +NLM_SCREEN_NAME = Log Resolve + # # If this is specified, it will override VERSION value in # $(AP_WORK)\build\NWGNUenvironment.inc diff --git a/support/NWGNUrotlogs b/support/NWGNUrotlogs index 140635d882..2ea31f510a 100644 --- a/support/NWGNUrotlogs +++ b/support/NWGNUrotlogs @@ -105,6 +105,12 @@ NLM_DESCRIPTION = Log Rotation Utility for NetWare # NLM_THREAD_NAME = rotlogs +# +# This is used by the '-screenname' directive. If left blank, +# 'Apache for NetWare' Thread will be used. +# +NLM_SCREEN_NAME = DEFAULT + # # If this is specified, it will override VERSION value in # $(AP_WORK)\build\NWGNUenvironment.inc -- cgit v1.2.3