Changeset 19136 for release-kits/lirk2


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/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"
Note: See TracChangeset for help on using the changeset viewer.