debugging libnss_turbo.so.2
This commit is contained in:
parent
eaa56ad32a
commit
02ddc548f5
@ -96,6 +96,13 @@ And run tests:
|
|||||||
$ zig build test
|
$ zig build test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Test the so
|
||||||
|
-----------
|
||||||
|
|
||||||
|
```
|
||||||
|
sed -i 's/\(\(passwd\|group\).*files\)$/\1 turbo/' /etc/nsswitch.conf
|
||||||
|
```
|
||||||
|
|
||||||
Other commands will be documented as they are implemented.
|
Other commands will be documented as they are implemented.
|
||||||
|
|
||||||
This project uses [git subtrac][git-subtrac] for managing dependencies. They
|
This project uses [git subtrac][git-subtrac] for managing dependencies. They
|
||||||
|
@ -28,7 +28,7 @@ const ENV_OMIT_MEMBERS = "TURBONSS_OMIT_MEMBERS";
|
|||||||
|
|
||||||
export var turbonss_db_path: [:0]const u8 = "/etc/turbonss/db.turbo";
|
export var turbonss_db_path: [:0]const u8 = "/etc/turbonss/db.turbo";
|
||||||
|
|
||||||
//pub var log_level: std.log.Level = .err;
|
pub const log_level: std.log.Level = .debug;
|
||||||
|
|
||||||
// State is a type of the global variable holding the process state:
|
// State is a type of the global variable holding the process state:
|
||||||
// the DB handle and all the iterators.
|
// the DB handle and all the iterators.
|
||||||
|
Loading…
Reference in New Issue
Block a user