Changeset 19136 for release-kits


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

using gdb as the extension for the users database

Location:
release-kits
Files:
3 edited

Legend:

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

    r18980 r19136  
    6868        <echo>Creating admin and demo users</echo>
    6969        <adduser txt2db="${installDir}/bin/linux/txt2db"
    70             usersDb="${installDir}/etc/users.db"
     70            usersDb="${installDir}/etc/users.gdb"
    7171            username="admin"
    7272            password="${admin.password}"
     
    7575        <adduser
    7676            txt2db="${installDir}/bin/linux/txt2db"
    77             usersDb="${installDir}/etc/users.db"
     77            usersDb="${installDir}/etc/users.gdb"
    7878            username="demo"
    7979            password="demo"
  • 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"
  • release-kits/wirk2/installer/build.xml

    r18980 r19136  
    7373        <adduser
    7474            txt2db="${installDir}/bin/windows/txt2db"
    75             usersDb="${installDir}/etc/users.db"
     75            usersDb="${installDir}/etc/users.gdb"
    7676            username="admin"
    7777            password="${admin.password}"
     
    8080        <adduser
    8181            txt2db="${installDir}/bin/windows/txt2db"
    82             usersDb="${installDir}/etc/users.db"
     82            usersDb="${installDir}/etc/users.gdb"
    8383            username="demo"
    8484            password="demo"
Note: See TracChangeset for help on using the changeset viewer.