diff options
Diffstat (limited to 'security/trousers/files/pkg-message.in')
-rw-r--r-- | security/trousers/files/pkg-message.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/trousers/files/pkg-message.in b/security/trousers/files/pkg-message.in index 581a98cdd241..a142de8319f4 100644 --- a/security/trousers/files/pkg-message.in +++ b/security/trousers/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" @@ -14,3 +17,6 @@ tpmd_enable="YES" To use TPM, add your_account to '%%GROUPS%%' group like following: # pw groupmod %%GROUPS%% -m your_account +EOM +} +] |