bkruse: branch aadk r576 - /branches/aadk/Makefile

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Mon Apr 2 15:23:54 MST 2007


Author: bkruse
Date: Mon Apr  2 17:23:54 2007
New Revision: 576

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=576
Log:
Fixed a misunderstanding in the 'make checkconfig' command. Props to Deeewayne, thanks.

Modified:
    branches/aadk/Makefile

Modified: branches/aadk/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/Makefile?view=diff&rev=576&r1=575&r2=576
==============================================================================
--- branches/aadk/Makefile (original)
+++ branches/aadk/Makefile Mon Apr  2 17:23:54 2007
@@ -96,6 +96,7 @@
 endif
 HTTPURL:=http://$(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/cfgbasic.html
 HTTPSETUPURL:=http://$(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/setup.html
+HTTPLOCALURL:=http://localhost:$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/setup.html
 
 SUBDIRS:=tools
 SUBDIRS_CLEAN:=$(SUBDIRS:%=%-clean)
@@ -190,7 +191,12 @@
 	fi
 	@echo " --- Everything looks good ---	"
 	@echo " * GUI should be available at $(HTTPURL) "
-	@echo " * Before using the GUI, Please run the install script at $(HTTPSETUPURL) "
+	@echo " * Before using the GUI, Please visit the install page at $(HTTPSETUPURL) "
+	@echo "" 
+	@echo " * Note: If you have bindaddr=127.0.0.1 in $(ASTETCDIR)/http.conf " 
+	@echo "   you will only be able to visit it from the local machine. " 
+	@echo "" 
+	@echo "   Example: $(HTTPLOCALURL)" 
 	@echo "" 
 	@echo " * The login and password should be an entry from $(ASTETCDIR)/manager.conf"
 	@echo "   which has 'config' permission in read and write.  For example:"



More information about the asterisk-gui-commits mailing list