opnsense-ports/emulators/rtc/pkg-message
Franco Fichtner 9dd5ee0928 */*: sync with upstream
Taken from: HardenedBSD
2020-09-04 03:45:33 +02:00

19 lines
322 B
Text

[
{ type: install
message: <<EOM
This module can be enabled with:
# kldload rtc
and disabled with:
# kldunload rtc
For it to be loaded automatically at boottime, add "rtc" to your
kld_list entry in /etc/rc.conf . One way to do this is with the
one-off command:
# sysrc kld_list+="rtc"
EOM
}
]