75ce806e1e
- submitter becomes maintainer - Install kmod into /boot/modules instead of /usr/local - Cleared out bits dating back to pre-devfs - Removed #ifdef bits related to FreeBSD <= 4.X and FreeBSD <= 8.X - Olegs fixes for FreeBSD 11.X and FreeBSD 12.X+ - Removed "USES= linux uidfix" - whilst this provides functionality that is "often" used by linux programs, that's not necessarily the case, and this module doesn't require any linux subsystem or kernel MOD to operate. - Removed oldstyle rtc.sh - include pkg-message showing how to load from the rc.conf "kld_list" mechanism. - Fixed typo in "test.c" -> /dec -> /dev - Fixed path to "rtc.h" in "test.c" PR: 233057 Submitted by: Jamie Landeg-Jones <jamie@catflap.org>
19 lines
322 B
Text
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
|
|
}
|
|
]
|