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/omnibackup/files/pkg-message.in | |
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/omnibackup/files/pkg-message.in')
-rw-r--r-- | sysutils/omnibackup/files/pkg-message.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/omnibackup/files/pkg-message.in b/sysutils/omnibackup/files/pkg-message.in index 0e0c12004b64..d126f7b189a2 100644 --- a/sysutils/omnibackup/files/pkg-message.in +++ b/sysutils/omnibackup/files/pkg-message.in @@ -1,5 +1,6 @@ -############################################################################### - +[ +{ type: install + message: <<EOM In order to run OmniBackup, you will need to create and configure the main configuration file, e.g.: @@ -28,5 +29,6 @@ or * https://github.com/NuLL3rr0r/omnibackup Before you use it in production. - -############################################################################### +EOM +} +] |