Changeset 10742


Ignore:
Timestamp:
2005-10-20T14:10:59+13:00 (19 years ago)
Author:
kjdon
Message:

a couple of changes for the password prompt texts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10735 r10742  
    658658      </or>
    659659    </condition>
    660     <getuserandpassword message="Please specify the password for the root mysql user: this is to secure your database." if="ask.root.password" username="root" pwordproperty="mysql.root.password"/>
    661   </target>
    662 
     660    <getuserandpassword message="Please specify a password for the root mysql user: this is to secure your database." if="ask.root.password" username="root" pwordproperty="mysql.root.password"/>
     661  </target>
     662 
    663663  <target name="get-mysql-gsdl3-passwords" depends="init,init-mysql-vars" if="mysql.islocal.usepassword">
    664664    <condition property="ask.admin.password">
     
    867867      </or>
    868868    </condition>
    869     <getuserandpassword message="Please specify the password for the root mysql user: this is to secure your database." if="ask.root.password" username="root" pwordproperty="mysql.root.password"/>
     869    <getuserandpassword message="Please enter the mysql root password:" if="ask.root.password" username="root" pwordproperty="mysql.root.password"/>
    870870    <!-- on windows it doesn't work unless the password is specified here -->
    871871    <exec executable="${mysql.home}/bin/mysqladmin" dir="${mysql.home}"
Note: See TracChangeset for help on using the changeset viewer.