[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Thu, 23 May 2002 20:21:00 -0000
harris41 Thu May 23 16:21:00 2002 EDT
Modified files:
/loncom/build Makefile
Log:
lonSqlAccess is now mandatorily set to 'localhostkey'; users are advised
to configure their www@localhost MySQL user accordingly at the end
of the install target
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.115 loncom/build/Makefile:1.116
--- loncom/build/Makefile:1.115 Thu May 23 16:15:53 2002
+++ loncom/build/Makefile Thu May 23 16:21:00 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.115 2002/05/23 20:15:53 harris41 Exp $
+# $Id: Makefile,v 1.116 2002/05/23 20:21:00 harris41 Exp $
DISTPROBE=`perl ./distprobe`
DIST=$(DISTPROBE)
@@ -224,6 +224,10 @@
make postinstall
make warningnote
echo "You can run 'make test' to see if your system is ready to go!"
+ echo "NOTE THAT YOUR SYSTEM MUST HAVE MYSQL WITH A USER=\"www\" AND"
+ echo -n "PASSWORD=\"localhostkey\" FOR www\@localhost"
+ echo -n "(YOU MAY NEED TO REINITIALIZE YOUR MYSQL www\@localhost USER)"
+ echo -n "Please see http://install.lon-capa.org/ for more information"
rawinstall: Makefile.install Makefile
echo -n "" > WARNINGS