summaryrefslogtreecommitdiff
path: root/init.d/encswap.in
Commit message (Collapse)AuthorAge
* Fix shebangs in services to point to the correct location of runscriptAndrew Gregory2013-02-23
| | | | | | | | 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>
* remove unnecessary header lineWilliam Hubbs2012-07-15
|
* small style changes to encswapWilliam Hubbs2012-07-15
| | | | | This drops some unnecessary continue statements and changes command command substitution to use $() instead of ``.
* Import encswap init script from FreeBSDRichard Yao2012-07-15
The FreeBSD encswap init script has been adapted to function in OpenRC. It should function identically to its FreeBSD counterpart.