freebsd-ports/databases/slony1v2/files/pkg-message.in
2019-08-13 16:01:59 +00:00

30 lines
1.1 KiB
Text

[
{ 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.
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.
If you prefer to use the standard startup script in %%LOCALBASE%%/etc/rc.d then
set slon_enable="YES" in /etc/rc.conf to enable the slon.sh script.
To use either of the above startup configurations, you will need to set up a
%%LOCALBASE%%/etc/slon.conf file to tell slon what to replicate. This file
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
}
]