diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-07-02 22:04:22 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-07-26 10:54:48 -0500 |
commit | e641b4384977011b93c3c2a90222d459bc4c5ca6 (patch) | |
tree | 7846b824c0e040f096c6526d731aa8051c59452b /init.d/adjkerntz.in | |
parent | a6db2374fe69704ec55de86d815b127432328f24 (diff) |
Bring Back prefix support
We now have a team member who is interested in OpenRC on prefix, so I am
bringing it back to the main tree.
Diffstat (limited to 'init.d/adjkerntz.in')
-rw-r--r-- | init.d/adjkerntz.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/adjkerntz.in b/init.d/adjkerntz.in index 21fc1df0..76ad175f 100644 --- a/init.d/adjkerntz.in +++ b/init.d/adjkerntz.in @@ -22,7 +22,7 @@ depend() [ "$clock" != "UTC" -a ! -e /etc/wall_cmos_clock ]; then need root fi - keyword -jail + keyword -jail -prefix } start() |