[Bug 260301] rc.d/zfskeys: missing default value in /etc/defaults/rc.conf
Date: Fri, 10 Dec 2021 00:24:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260301
Bug ID: 260301
Summary: rc.d/zfskeys: missing default value in
/etc/defaults/rc.conf
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: conf
Assignee: bugs@FreeBSD.org
Reporter: naito.yuichiro@gmail.com
I see following warning message on boot in my current box.
```
/etc/rc: WARNING: $zfskeys_enable is not set properly - see rc.conf(5).
```
The 33ff39796ffe469a764e485ac49c31700a51fd6f commit introduced zfskeys rc
script.
But it seems missing the default value in /etc/defaults/rc.conf.
https://cgit.freebsd.org/src/commit/?id=33ff39796ffe469a764e485ac49c31700a51fd6f
Please add 'zfskeys_enable="NO"' in the default rc.conf.
--
You are receiving this mail because:
You are the assignee for the bug.