Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix the error detection with `waitpid()`, which returns the PID of the waited process, so `run()` thus always used to return -1. - Return the full wait status info so we can write a better error message about what happened, to the user. - Terminate the program if the ruleset fails to load. - Write an informational message when the ruleset is successfully applied, so that the user can be sure that it has loaded properly. Fix #17
- Loading branch information