Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-23 | Fix shebangs in services to point to the correct location of runscript | Andrew Gregory | |
SBINDIR and BINDIR can be set independently of PREFIX. This fixes broken shebangs in service files when SBINDIR is set to something other than PREFIX/sbin Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> | |||
2012-07-15 | remove unnecessary header line | William Hubbs | |
2012-07-15 | small style changes to encswap | William Hubbs | |
This drops some unnecessary continue statements and changes command command substitution to use $() instead of ``. | |||
2012-07-15 | Import encswap init script from FreeBSD | Richard Yao | |
The FreeBSD encswap init script has been adapted to function in OpenRC. It should function identically to its FreeBSD counterpart. |