Merge lp://staging/~thomas-voss/biometryd/add-configuration-oracle into lp://staging/biometryd
Proposed by
Thomas Voß
Status: | Merged |
---|---|
Approved by: | Ken VanDine |
Approved revision: | 29 |
Merged at revision: | 32 |
Proposed branch: | lp://staging/~thomas-voss/biometryd/add-configuration-oracle |
Merge into: | lp://staging/biometryd |
Diff against target: |
408 lines (+253/-22) 11 files modified
data/CMakeLists.txt (+5/-0) data/biometryd.conf (+12/-0) debian/biometryd-bin.install (+2/-1) src/biometry/CMakeLists.txt (+2/-0) src/biometry/cmds/run.cpp (+66/-18) src/biometry/cmds/run.h (+18/-2) src/biometry/daemon.cpp (+1/-1) src/biometry/util/property_store.cpp (+35/-0) src/biometry/util/property_store.h (+51/-0) tests/CMakeLists.txt (+1/-0) tests/cmds/test_run.cpp (+60/-0) |
To merge this branch: | bzr merge lp://staging/~thomas-voss/biometryd/add-configuration-oracle |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Simon Fels | Approve | ||
Review via email: mp+297961@code.staging.launchpad.net |
Commit message
cmds::Run now tries to make an educated guess for configuring the default device.
Install a default upstart configuration.
Description of the change
cmds::Run now tries to make an educated guess for configuring the default device.
Install a default upstart configuration.
To post a comment you must log in.
LGTM