Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch /var/run to /run. | Robin H. Johnson | 2016-10-24 | 1 | -2/+2 |
| | | | | | | | | | Use /run directly, instead of /var/run, for starting any internal daemons. This allows netifrc to earlier, before /var is available. X-Gentoo-Bug: 545364 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=545364 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | Test Suite | Rabi Shanker Guha | 2015-01-09 | 14 | -0/+375 |
Run it using sudo python3 test/src/netifrc.py test/specs/config.yaml to generate the test output and sudo MODE=slave python3 test/src/netifrc.py test/specs/config.yaml to match the output on a system-system against the output generated on the previous openrc system |