diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
commit | bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (patch) | |
tree | d93b56c802078ea422367abc82bd53ab1780d10b /sysutils/fusefs-unionfs | |
parent | Convert to UCL & cleanup pkg-message (categories [p-r]) (diff) |
Convert to UCL & cleanup pkg-message (categories s)
Notes
Notes:
svn path=/head/; revision=508909
Diffstat (limited to 'sysutils/fusefs-unionfs')
-rw-r--r-- | sysutils/fusefs-unionfs/files/pkg-message.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/fusefs-unionfs/files/pkg-message.in b/sysutils/fusefs-unionfs/files/pkg-message.in index 69e13810a121..4859a839c805 100644 --- a/sysutils/fusefs-unionfs/files/pkg-message.in +++ b/sysutils/fusefs-unionfs/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM You will need to load the kernel module 'fuse' to use this package. To load this at boot time, add the following line to /boot/loader.conf: @@ -12,3 +15,6 @@ You can enable them immediately with: kldload fuse sysctl vfs.usermount=1 +EOM +} +] |