Ignore:
Timestamp:
2009-04-20T16:26:48+12:00 (15 years ago)
Author:
oranfry
Message:

using gdb as the extension for the users database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/mark2/installer/build.xml

    r18980 r19136  
    5858        <echo message="Creating admin and demo users"/>
    5959        <adduser txt2db="${installDir}/bin/darwin/txt2db"
    60             usersDb="${installDir}/etc/users.db"
     60            usersDb="${installDir}/etc/users.gdb"
    6161            username="admin"
    6262            password="${admin.password}"
     
    6565        <adduser
    6666            txt2db="${installDir}/bin/darwin/txt2db"
    67             usersDb="${installDir}/etc/users.db"
     67            usersDb="${installDir}/etc/users.gdb"
    6868            username="demo"
    6969            password="demo"
Note: See TracChangeset for help on using the changeset viewer.