Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-20 | use HEAD in git URIs to point to the default branch | Mike Frysinger | |
This makes the URIs shorter and dynamic: whatever the default branch the repo uses will be used. | |||
2019-08-20 | fix clang build | William Hubbs | |
2019-08-15 | fix sysvinit compatibility | William Hubbs | |
This allows openrc to direct sysvinit to shut down the system by setting the INIT_HALT environment variable appropriately. Also, we do not try to communicate with sysvinit if its fifo does not exist. | |||
2019-07-25 | add ability for openrc-shutdown to communicate with sysvinit | William Hubbs | |
This fixes #315. |