diff options
author | Roy Marples <roy@marples.name> | 2009-07-01 00:07:32 +0100 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-07-01 00:07:32 +0100 |
commit | b4104957b198b38aba609ed3889e7fa605012d19 (patch) | |
tree | 0adad424aa3e5f5ab6fa6cb4f48f9ac9323dc29a /init.d/adjkerntz.in | |
parent | 6abeec74301d8406ebbbd653b9fe9a0e234c09bf (diff) |
We should use -feature instead of nofeature.
This matches the ifconfig and Gentoo USE flag syntax and is hopefully
easier to read.
Fixes #178.
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 fa0ddf2a..ee09ac8d 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 nojail noprefix + keyword -jail -prefix } start() |