1
Fork 0

debugging libnss_turbo.so.2

main
Motiejus Jakštys 2022-07-09 19:04:19 +03:00
parent eaa56ad32a
commit 02ddc548f5
2 changed files with 8 additions and 1 deletions

View File

@ -96,6 +96,13 @@ And run tests:
$ 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.
This project uses [git subtrac][git-subtrac] for managing dependencies. They

View File

@ -28,7 +28,7 @@ const ENV_OMIT_MEMBERS = "TURBONSS_OMIT_MEMBERS";
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:
// the DB handle and all the iterators.