summaryrefslogtreecommitdiff
path: root/build/NWGNUscripts.inc
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-09 03:29:12 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-09 03:29:12 +0000
commit10ad24bb7e6b9bd86d8cde50061698f33365d2f0 (patch)
tree9401f925d5ed98704905efda2e98131e6dd1f8ee /build/NWGNUscripts.inc
parent2dc89e951b7adbcdd3fa70072c9bcee81a397007 (diff)
downloadhttpd-10ad24bb7e6b9bd86d8cde50061698f33365d2f0.tar.gz
NetWare build overhaul in order to compile on Linux.
Some more fixes ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079653 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUscripts.inc')
-rw-r--r--build/NWGNUscripts.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/NWGNUscripts.inc b/build/NWGNUscripts.inc
index ecd18c2086..ecaa7f6ae5 100644
--- a/build/NWGNUscripts.inc
+++ b/build/NWGNUscripts.inc
@@ -4,7 +4,7 @@ instscripts:: FORCE $(INSTALL)/$(BASEDIR)/ap2start.ncf $(INSTALL)/$(BASEDIR)/ap2
$(INSTALL)/$(BASEDIR)/ap2start.ncf:
@echo $(DL)# NCF to start Apache 2.x in own address space$(DL)> $@
- @echo $(DL)# Make sure that httpstk isn't listening on 80$(DL)>> $@
+ @echo $(DL)# Make sure that httpstk is not listening on 80$(DL)>> $@
@echo $(DL)# httpcloseport 80 /silent$(DL)>> $@
@echo $(DL)# search add SYS:/$(BASEDIR)$(DL)>> $@
@echo $(DL)load address space = $(BASEDIR) SYS:/$(BASEDIR)/apache2$(DL)>> $@
@@ -15,7 +15,7 @@ $(INSTALL)/$(BASEDIR)/ap2start.ncf:
$(INSTALL)/$(BASEDIR)/ap2auto.ncf:
@echo $(DL)# NCF to start Apache 2.x in own address space$(DL)> $@
@echo $(DL)# and let automatically restart in case it crashes$(DL)>> $@
- @echo $(DL)# Make sure that httpstk isn't listening on 80$(DL)>> $@
+ @echo $(DL)# Make sure that httpstk is not listening on 80$(DL)>> $@
@echo $(DL)# httpcloseport 80 /silent$(DL)>> $@
@echo $(DL)# search add SYS:/$(BASEDIR)$(DL)>> $@
@echo $(DL)restart address space = $(BASEDIR) SYS:/$(BASEDIR)/apache2$(DL)>> $@