diff options
Diffstat (limited to 'init.d.FreeBSD/dumpon')
-rw-r--r-- | init.d.FreeBSD/dumpon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.FreeBSD/dumpon b/init.d.FreeBSD/dumpon index fbe3d1c3..b69e4ffe 100644 --- a/init.d.FreeBSD/dumpon +++ b/init.d.FreeBSD/dumpon @@ -6,7 +6,7 @@ description="Configures a specific kernel dump device." depend() { need swap - keywords nojail + keyword nojail } start() { |