diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 16:48:50 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 16:48:50 +0800 |
commit | 2614c95748849af51db4a047984962d7f2a37685 (patch) | |
tree | addeee8776a490f5b6df5a64905199a263728c1d /net/isboot-kmod | |
parent | 08ca3957d92cb1992edd58fffd74389ba73b8f14 (diff) | |
download | freebsd-ports-gnome-2614c95748849af51db4a047984962d7f2a37685.tar.gz freebsd-ports-gnome-2614c95748849af51db4a047984962d7f2a37685.tar.zst freebsd-ports-gnome-2614c95748849af51db4a047984962d7f2a37685.zip |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
Diffstat (limited to 'net/isboot-kmod')
-rw-r--r-- | net/isboot-kmod/files/pkg-message.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/isboot-kmod/files/pkg-message.in b/net/isboot-kmod/files/pkg-message.in index 3f599938a715..af5435e0b503 100644 --- a/net/isboot-kmod/files/pkg-message.in +++ b/net/isboot-kmod/files/pkg-message.in @@ -1,5 +1,11 @@ +[ +{ type: install + message: <<EOM Remember to have the module loaded at boot by adding the following to /boot/loader.conf: isboot_load="YES" See %%DOCSDIR%%/README for additional information. +EOM +} +] |