aboutsummaryrefslogtreecommitdiffstats
path: root/misc/raspberrypi-gpioshutdown/pkg-message
blob: ea5e13999adf8513b09832caf942d26893968f4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
raspberrypi-gpioshutdown kernel module:

This port installs a startup script in your ${LOCALBASE} etc/rc.d directory
called 'gpioshutdown'.

Once installed, either load the kernel module at boot time (using
/boot/loader.conf) or by adding the following entry to the /etc/rc.conf file
(recommended) by running this command:

    sysrc gpioshutdown_enable="YES"

Or, you can simply load the module using the 'rc' system, by adding this
line to /etc/rc.conf instead:

    kld_list=gpioshutdown

If you have other modules in 'kld_list' just add 'gpioshutdown' to the end of
that list.

For more detailed information, type 'man 4 gpioshutdown'.