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 /security/osiris/pkg-message | |
parent | d2f3167e02df98ddbed29cbbc2c5ada42eb80e27 (diff) | |
download | ports-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.tar.gz ports-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.zip |
Convert to UCL & cleanup pkg-message (categories s)
Notes
Notes:
svn path=/head/; revision=508909
Diffstat (limited to 'security/osiris/pkg-message')
-rw-r--r-- | security/osiris/pkg-message | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/osiris/pkg-message b/security/osiris/pkg-message index 16059221e537..c3df57c6f72b 100644 --- a/security/osiris/pkg-message +++ b/security/osiris/pkg-message @@ -1,6 +1,6 @@ - -############################################################### - +[ +{ type: install + message: <<EOM To start the osiris daemons at system boot, add: osirisd_enable="YES" @@ -10,6 +10,6 @@ and/or osirismd_enable="YES" to /etc/rc.conf. - -############################################################### - +EOM +} +] |