Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 80617 by Jason Flatt for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 80617 by Jason Flatt for review
  • Date: Tue, 13 Jun 2006 22:45:01 +0100 (BST)

Change 80617 by jason_flatt@jason-jason on 2006/06/13 22:44:48

Forgot last time to recheck for MySQL root w/o a password.

Affected files ...

... //sgl/grimoires/devel/collab/drupal/CONFIGURE#8 edit
... //sgl/grimoires/devel/collab/drupal/HISTORY#16 edit

Differences ...

==== //sgl/grimoires/devel/collab/drupal/CONFIGURE#8 (xtext) ====

@@ -24,7 +24,10 @@
if query "Create the Drupal database?" n
then
DRUPAL_CREATEDB="y"
&&
- query_string MYSQL_PASSWORD "What is the MySQL password for root
(needed to create the database)? If there is no password, just press enter. "
""
+ if query "Do you need a password to create a database w/MySQL?" y
+ then
+ query_string MYSQL_PASSWORD "What is the MySQL password for root
(needed to create the database)? If there is no password, just press enter. "
""
+ fi
else
DRUPAL_CREATEDB="n"
fi
&&

==== //sgl/grimoires/devel/collab/drupal/HISTORY#16 (text) ====

@@ -1,6 +1,7 @@
2006-06-13 Jason Flatt <jflatt AT sourcemage.org>
* CONFIGURE: Added check for existing install that was in PREPARE.
- Added a query for MySQL's root password.
+ Added a query for MySQL's root password (and a check if it's needed
+ or not).
* FINAL: Added check for Drupal version before displaying message.
Added persistent_remove to not keep the MySQL password lying around.
* INSTALL: Modified the parts that create the database and modify the



  • [SM-Commit] PERFORCE change 80617 by Jason Flatt for review, Perforce Review Daemon, 06/13/2006

Archive powered by MHonArc 2.6.24.

Top of Page