diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
commit | 78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd (patch) | |
tree | 557e38686944a0a47350c0dc68f952bec42e13d6 /databases/slony1v2/files | |
parent | Convert to UCL & cleanup pkg-message (categories a-c) (diff) |
Convert to UCL & cleanup pkg-message (categories d)
Notes
Notes:
svn path=/head/; revision=508835
Diffstat (limited to 'databases/slony1v2/files')
-rw-r--r-- | databases/slony1v2/files/pkg-message.in | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/databases/slony1v2/files/pkg-message.in b/databases/slony1v2/files/pkg-message.in index 1cf868e2de69..83bce1b71a05 100644 --- a/databases/slony1v2/files/pkg-message.in +++ b/databases/slony1v2/files/pkg-message.in @@ -1,13 +1,11 @@ -******************************************************************************* - +[ +{ type: install + message: <<EOM Please read the docs on configuring and running slony-1. Unless you did not specify the DOCS options, they are in the %%LOCALBASE%%/share/doc/slony1v2 directory. -If you are upgrading from a prior version of slony, please read the UPGRADING -file in the above docs directory. - The script %%LOCALBASE%%/sbin/slon-mkservice can be used to create a control directory to run and monitor the slon daemon under svscan from daemontools. If you use this, be sure not to set slon_enable="YES" in /etc/rc.conf. @@ -21,5 +19,12 @@ is documented in %%LOCALBASE%%/share/doc/slony1/adminguide/runtime-config.html %%PERLTOOLS%% %%PERLTOOLS%%To use the perl slony configuration and monitoring tools, you must %%PERLTOOLS%%create %%LOCALBASE%%/etc/slon_tools.conf based on the sample file. - -******************************************************************************* +EOM +} +{ type: upgrade + message: <<EOM +If you are upgrading from a prior version of slony, please read the UPGRADING +file in the above docs directory. +EOM +} +] |