1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Convert to UCL & cleanup pkg-message (categories n)

(and missed 3 missed files from previous categories.)
This commit is contained in:
Mathieu Arnold 2019-08-14 08:48:50 +00:00
parent 08ca3957d9
commit 2614c95748
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508903
277 changed files with 1790 additions and 720 deletions

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
You can start using the font(s) by following these instructions:
Either type the following in an X terminal:
@ -11,3 +14,6 @@ of your X.Org configuration file (typically /etc/X11/xorg.conf):
FontPath "%%FONTSDIR%%/"
then restart X.
EOM
}
]

View File

@ -1,7 +1,11 @@
=============================================================
[
{ type: install
message: <<EOM
Before using the %%SQUIRREL_PLUGIN_NAME%% plugin, you must copy the file
%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/%%SQUIRREL_PLUGIN_CONFIG%%.sample
to
%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/%%SQUIRREL_PLUGIN_CONFIG%%
and edit the configuration to meet your needs.
=============================================================
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
Websieve has been installed in %%WWWDIR%%
However, before you can use the program, you should copy the file
@ -16,3 +19,6 @@ your Apache configuration:
require host .example.com
</Directory>
EOM
}
]

View File

@ -1,4 +1,8 @@
======================================================================
[
{ type: install
message: <<EOM
Please put %%PREFIX%%/etc/echatrc.sample in the right place.
eChat will search in ~/.echatrc. Then edit it as you want.
======================================================================
EOM
}
]

View File

@ -1,7 +1,6 @@
------------------------------------------------------------------------
Congratulations, you have installed %%PORTNAME%%!
[
{ type: install
message: <<EOM
o To enable ejabberd you need to add following string to your /etc/rc.conf:
ejabberd_enable="YES"
@ -13,5 +12,6 @@ Congratulations, you have installed %%PORTNAME%%!
of this port! Users are advised to check all configuration files and data
in /var/spool/ejabberd to ensure everything has the correct owner/group.
o To start using CAPTCHA functionality, please install ImageMagick port.
------------------------------------------------------------------------
EOM
}
]

View File

@ -1,8 +1,10 @@
******************************************************************************
[
{ type: install
message: <<EOM
Remember to edit jggtrans.xml to suit your needs.
Also, keep in mind, that jggtrans should be always started with
the same uid and gid as your Jabberd daemon, and never should
be launched before it.
******************************************************************************
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
From the list of available audio codecs, deselect all except ``opus/48000''.
From the list of available video codecs, deselect all except ``VP8''.
@ -7,3 +10,6 @@ These changes can be performed from the main menu of Jitsi:
It is recommended that all the participants of an audio/video call use the
same codecs.
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
Russian-speaking users!
Please run licq in this way to force russian messages display correctly
@ -6,3 +9,6 @@ env LANG=ru_RU.KOI8-R MM_CHARSET=KOI8-R licq
also change font in ~/.licq/licq_osd.conf
to something like this:
Font=-*-*-bold-r-*-*-25-*-*-*-*-*-koi8-*
EOM
}
]

View File

@ -1,6 +1,8 @@
---------------------------------------------------
[
{ type: install
message: <<EOM
To run this licq with qt and Xfree86 4.x.x
you must start it with "licq -- -noxim"
---------------------------------------------------
EOM
}
]

View File

@ -1,3 +1,9 @@
[
{ type: install
message: <<EOM
In order to actually use licq, at least one plugin port needs to be installed.
Currently they include: licq-qt-gui, licq-kde-gui and several others.
Check the net category to find them.
EOM
}
]

View File

@ -1,4 +1,6 @@
******************************************************************************
[
{ type: install
message: <<EOM
Remember to edit %%PREFIX%%/etc/muc.xml to suit your needs.
If necessary, please create directories owned by user "%%JABBER_USER%%":
@ -18,4 +20,6 @@ to use another or an external jabber server. Please read instructions from:
If you are using MySQL, sample database script can be found in:
%%DOCSDIR%%/mu-conference.sql
******************************************************************************
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
To enable the openfire startup script please add
openfire_enable="YES" to your /etc/rc.conf file.
@ -8,3 +11,6 @@ openfire.xml.sample
security.xml.sample
keystore.sample
truststore.sample
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
To be able to use prosody-modules add this line to your
%%PREFIX%%/etc/prosody/prosody.cfg.lua configuration:
@ -5,3 +8,6 @@ plugin_paths = { "%%INSTALLPATH%%" }
and add the modules you want to load in the section
"modules_enabled".
EOM
}
]

View File

@ -1,14 +1,12 @@
---
NOTE:
[
{ type: install
message: <<EOM
If you're running Prosody in a jail and experience problems, please add
the following to the global section of your prosody.cfg.lua:
interfaces = { 'x.x.x.x' }
where 'x.x.x.x' is the public IP you wish Prosody to bind to.
---
EOM
}
]

View File

@ -1,2 +1,8 @@
[
{ type: install
message: <<EOM
This plugin needs a oauth token in order to work properly. Take a look at the following youtube video:
https://www.youtube.com/watch?v=hlDhp-eNLMU
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
Configuring Synapse:
The following command can be used to generate a sample configuration of synapse:
@ -6,12 +9,22 @@ The following command can be used to generate a sample configuration of synapse:
Please note that you will still need to manually configure paths to log
directory, database, and media storage with this method.
NOTE: Starting with Synapse v1.0, valid TLS certificates will be required for
EOM
}
{ type: upgrade
maximum_version: 1.0
message: <<EOM
Starting with Synapse v1.0, valid TLS certificates will be required for
server-to-server communication. Self-signed certificates often autogenerated
with previous versions will no longer suffice. Please ensure that the
certificate specified by the "tls_certificate_path" option in your
homeserver.yaml points to a valid certificate.
EOM
}
{ type: upgrade
message: <<EOM
If you're upgrading from a previous release of synapse, please read the upgrade
instructions at %%DOCSDIR%%/UPGRADE.rst
EOM
}
]

View File

@ -1,7 +1,8 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Punjab has been installed.
[
{ type: install
message: <<EOM
Please read the documentation and tutorial at:
%%DOCSDIR%% for setup and use.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
EOM
}
]

View File

@ -1,4 +1,6 @@
======================================================================
[
{ type: install
message: <<EOM
You installed qTox: Qt 5 based Tox client.
To have video working, you need:
@ -13,4 +15,6 @@ To have spell checking working, you need:
environment.
2. Have some dictionary installed that is supported by KDE sonnet,
for example en-hunspell.
======================================================================
EOM
}
]

View File

@ -1,7 +1,11 @@
----------------------------------------------------------
[
{ type: install
message: <<EOM
Existing users of 'sendxmpp' be aware that the format of
the config file has changed and you need to update your
~/.sendxmpprc file accordingly.
The new config file format is described in the man page.
----------------------------------------------------------
EOM
}
]

View File

@ -1,5 +1,6 @@
==============================================================================
[
{ type: install
message: <<EOM
To do the initial %%PORTNAME%% configuration, get a Slack token from
https://api.slack.com/custom-integrations/legacy-tokens and create
~/.slack-term with the following format:
@ -10,5 +11,6 @@ https://api.slack.com/custom-integrations/legacy-tokens and create
See %%DOCSDIR%%/README.md or the online documentation
for more configuration options.
==============================================================================
EOM
}
]

View File

@ -1,10 +1,11 @@
======================================================================
You installed ssh-chat, the SSH server written in Go.
Security warning:
[
{ type: install
message: <<EOM
Please note that despite having SSH in its name ssh-chat is not secure
because in its default configuration it doesn't require client
authentication, and is therefore susceptible to MITM attacks. ssh-chat
can be made secure by enabling SSH authentication, or running it within
the Tor network and hosting its server as a hidden service on Tor.
======================================================================
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
For complete review of the installed plugins look inside README document
installed allong with this package.
@ -6,3 +9,6 @@ To use plugins create a link of installation folder to your
Then start Tkabber and use Tkabber->Customize->Plugins Management menu
to activate particular plugin.
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
Tkabber is a heavily extensible Jabber client, a lot of things can be
scripted or customized. For complete documentation please refer to
tkabber.html which comes with the package if you selected DOCS option,
@ -21,3 +24,6 @@ Also, you can install net-im/tkabber-plugins port, which provides a lot
of additional Tkabber plugins, such as games to play with you jabber
buddies (chess, checkers, etc), otr plugin for encrypted conversations,
whiteboard for collaboration drawings, etc.
EOM
}
]

View File

@ -1,4 +1,9 @@
[
{ type: install
message: <<EOM
Warning: your public key will be logged at the level INFO. Check that your
/etc/syslog is configured to log these messages if you need it (to publicize
it).
EOM
}
]

View File

@ -1,5 +1,6 @@
===============================================================================
[
{ type: install
message: <<EOM
+ toxic is set for IPv6 by default; if you have no IPv6 connectivity, try
toxic -4
@ -11,4 +12,6 @@
or try to define another TERM, e.g.:
TERM=vt100 toxic
===============================================================================
EOM
}
]

View File

@ -1,9 +1,11 @@
-------------------------------------------------------------------------
[
{ type: install
message: <<EOM
To use twirssi on your irssi installation, just create a symlink on irssi
scripts dir:
# mkdir -p ~/.irssi/scripts
# ln -sf %%DATADIR%%/twirssi.pl ~/.irssi/scripts
-------------------------------------------------------------------------
EOM
}
]

View File

@ -1,12 +1,12 @@
********************************************************************************
You have just installed the Linux client of Yoono.
[
{ type: install
message: <<EOM
If you want to open links in your default browser, then you have to
run the following commands (as root), before setting the relative
option in the client:
# mkdir %%LINUXBASE%%/usr/local
# mount_nullfs %%LOCALBASE%% %%LINUXBASE%%/usr/local
********************************************************************************
EOM
}
]

View File

@ -1,10 +1,12 @@
[
{ type: install
message: <<EOM
You can update the ethercodes.dat file executing the following steps
cd %%PREFIX%%/arpwatch
fetch -o- http://standards-oui.ieee.org//oui.txt | tr -d "\15" > oui.txt
./massagevendor oui.txt > ethercodes.dat
rm oui.txt
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
To start blackbox_exporter, create a configuration file at
%%PREFIX%%/etc/blackbox_exporter.yml and run
"sysrc blackbox_exporter_enable=yes".
@ -13,3 +16,6 @@ blackbox_exporter_listen_address rcvar.
To use the 'ping' module, blackbox_exporter needs to run with
root privileges. To run blackbox_exporter with root privileges,
run "sysrc blackbox_exporter_user=root".
EOM
}
]

View File

@ -1,4 +1,6 @@
=======================================================================
[
{ type: install
message: <<EOM
Cacti is now installed. If you install it for the first time,
you may have to follow this steps to make it work correctly:
@ -90,4 +92,6 @@ Other Erratas:
2) This package does not install a MySQL server in case you wish to use an
external MySQL server. Install a package such as mysql57-server if you
require a local server.
=======================================================================
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
Check_MK may collect additional data if the following ports are installed:
- devel/libstatgrab
- sysutils/ipmitool
@ -10,3 +13,6 @@ See the code of the agent (%%PREFIX%%/bin/%%PORTNAME%%) for details.
Configuration instructions may be found in one of the following places:
- %%DOCSDIR%%/README.FreeBSD
- https://checkmk.com/checkmk_freebsd.html
EOM
}
]

View File

@ -1,8 +1,12 @@
|
| OK, everything you're going to need is going to be in %%DATADIR%%
| This update includes a sample ipfw config files, a sample pf config file and
| a installation guide which covers how to get a basic hotspot up & running
| with chillispot, freeRADIUS & Apache+mod_ssl
|
| For further config info/help check out the chillispot forum & mailing list
|
[
{ type: install
message: <<EOM
OK, everything you're going to need is going to be in %%DATADIR%%
This update includes a sample ipfw config files, a sample pf config file and
a installation guide which covers how to get a basic hotspot up & running
with chillispot, freeRADIUS & Apache+mod_ssl
For further config info/help check out the chillispot forum & mailing list
EOM
}
]

View File

@ -1,11 +1,17 @@
| Add coovachilli_enable="YES" to /etc/rc.conf
|
| You'll need to tweak your kernel settings
| add the following to /boot/loader.conf
| kern.ipc.msgseg=16000
| kern.ipc.msgmnb=16000
|
| Sample config files located in %%EXAMPLESDIR%%
| copy the sample main.conf file to your
| chilli directory & create an empty
| hs.conf & local.conf to get going.
[
{ type: install
message: <<EOM
Add coovachilli_enable="YES" to /etc/rc.conf
You'll need to tweak your kernel settings
add the following to /boot/loader.conf
kern.ipc.msgseg=16000
kern.ipc.msgmnb=16000
Sample config files located in %%EXAMPLESDIR%%
copy the sample main.conf file to your
chilli directory & create an empty
hs.conf & local.conf to get going.
EOM
}
]

View File

@ -1,8 +1,10 @@
###########################################################################
cowpatty has been installed
[
{ type: install
message: <<EOM
If you have questions read %%DOCSDIR%%/FAQ
For more information about coWPAtty visit:
http://www.willhackforsushi.com/?page_id=50
###########################################################################
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
Sample config installed at:
%%PREFIX%%/etc/cricket-conf.pl.dist
@ -5,3 +8,6 @@ Cricket has been installed in %%PREFIX%%/cricket. You'll find
executables and configfiles there. Please take a look at
http://cricket.sourceforge.net/. The documentation can be
found in %%PREFIX%%/cricket/cricket/doc/ too.
EOM
}
]

View File

@ -1,2 +1,8 @@
[
{ type: install
message: <<EOM
Now it is time to configure this package.
Update %%PREFIX%%/etc/dhcp_probe.cf with desired configuration.
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
%%PKGNAME%% has been installed into:
%%FLOWVIEWERDIR%%
@ -21,3 +24,6 @@ that you add something like the following to httpd.conf:
Then point your browser to 'http://myserver.domain.org/FlowViewer/FV.cgi'
You can find additional information in the %%DOCSDIR%%/README file
EOM
}
]

View File

@ -1,7 +1,6 @@
POST-INSTALL CONFIGURATION FOR GUIFI SNPSERVICES
------------------------------------------------
[
{ type: install
message: <<EOM
1) Install and/or configure a webserver of your choice to serve
php files from %%WWWDIR%%/ (you also might have to
increase your webserver's upstream timeout for certain requests
@ -27,6 +26,6 @@ For more information, see various guifi.net doc pages, and related:
http://www3.uji.es/~vrubert/guifi_linux/graph.html#slide1
http://es.wiki.guifi.net/wiki/Monitor
http://guifi.net/ca/node/9071
------------------------------------------------
EOM
}
]

View File

@ -1,6 +1,15 @@
[
{ type: install
message: <<EOM
To rotate Icinga 2's logfiles, you can copy %%EXAMPLESDIR%%/newsyslog/icinga2.conf
to %%LOCALBASE%%/etc/newsyslog.conf.d/
EOM
}
{ type: upgrade
message: <<EOM
If you do a major upgrade of Icinga 2 and use a database, please see
http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/upgrading-icinga-2
how to upgrade the database.
To rotate Icinga 2's logfiles, you can copy %%EXAMPLESDIR%%/newsyslog/icinga2.conf
to %%LOCALBASE%%/etc/newsyslog.conf.d/
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
Sample configuration files for Apache and NGinx have been installed in:
%%EXAMPLESDIR%%
@ -14,3 +17,6 @@ SQL files at %%WWWDIR%%/etc/schema
Be sure to always read the upgrading instructions and update database schemas
if needed: https://www.icinga.com/docs/icingaweb2/latest/doc/80-Upgrading/
EOM
}
]

View File

@ -1,5 +1,6 @@
***********************************************************
[
{ type: install
message: <<EOM
Please copy %%PREFIX%%/etc/ipaudit.conf.sample to
%%PREFIX%%/etc/ipaudit.conf by yourself and modify it,
then start ipaudit with
@ -9,5 +10,6 @@ then start ipaudit with
command.
Thanks.
***********************************************************
EOM
}
]

View File

@ -1,10 +1,12 @@
===========================================================================
[
{ type: install
message: <<EOM
To enable rc.d script to startup ipcad, please add ipcad_enable="YES"
in your rc.conf
To configure this package, customize %%PREFIX%%/etc/ipcad.conf from
%%PREFIX%%/etc/ipcad.conf.sample, then start via rc.d script
You should be able to do `rsh localhost sh ip accounting` after that.
===========================================================================
EOM
}
]

View File

@ -1,6 +1,12 @@
[
{ type: install
message: <<EOM
kismet has been installed with a setuid-root capture helper binary,
%%LOCALBASE%%/bin/kismet_capture, which may be executed by users in the
kismet group. USERS IN THIS GROUP WILL BE ABLE TO ALTER NETWORK
INTERFACE STATES, but this is more secure than running all of kismet
as root. ONLY users in this group will be able to run kismet and capture
from physical network devices.
EOM
}
]

View File

@ -1,6 +1,6 @@
=======================================================================
KLG is now installed.
[
{ type: install
message: <<EOM
If this is the first installation, you need to configure a few things first.
1. Create the MySQL database, a klg user, and initialise:
@ -40,5 +40,6 @@ If this is the first installation, you need to configure a few things first.
5. Access your new looking glass:
http://HOSTNAME/klg/klg.php
=======================================================================
EOM
}
]

View File

@ -1,14 +1,6 @@
=== UPGRADE details ===
Depending on the version, you may have to run the upgrade script.
cd %%WWWDIR%%
./build-base.php
re: https://docs.librenms.org/#General/Updating/
=== Configuration details ===
[
{ type: install
message: <<EOM
NOTE: setting sql-mode="" is no longer required. You can remove
it from /usr/local/etc/mysql/my.cnf
@ -56,3 +48,16 @@ Application key [base64:P62La9V........qw=] set successfully.
After that, follow the LibreNMS documentation for configuration.
EOM
}
{ type: upgrade
message: <<EOM
Depending on the version, you may have to run the upgrade script.
cd %%WWWDIR%%
./build-base.php
re: https://docs.librenms.org/#General/Updating/
EOM
}
]

View File

@ -1,5 +1,11 @@
[
{ type: install
message: <<EOM
To run lldpd at startup, add the following line to rc.conf:
lldpd_enable="YES"
Add lldpd_flags to rc.conf control its behaviour.
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
To run metronome create manually directory $PATH/stats:
mkdir stats
@ -5,3 +8,6 @@ metronome --stats-directory=$PATH/stats
Edit %%DATADIR%%/html/local.js and add webserver IP address (port
8000 on :: by default).
EOM
}
]

View File

@ -1,5 +1,6 @@
=============================================================================
[
{ type: install
message: <<EOM
Notes:
* See the documentation at https://mathias-kettner.com/checkmk_livestatus.html
@ -14,5 +15,6 @@ Notes:
* livecheck was removed in 1.2.3.i5. Please adjust your "broker_module=..."
directive in %%PREFIX%%/etc/nagios/nagios.cfg!
=============================================================================
EOM
}
]

View File

@ -1,8 +1,12 @@
############################################################################
# Please create a MRTG config file in %%ETCDIR%% #
# A configuration file can be automatically generated with cfgmaker #
# A sample configuration file is installed as mrtg.cfg.sample #
# #
# To enable MRTG in daemon mode, put the following to your /etc/rc.conf: #
# mrtg_daemon_enable="YES" #
############################################################################
[
{ type: install
message: <<EOM
Please create a MRTG config file in %%ETCDIR%%
A configuration file can be automatically generated with cfgmaker
A sample configuration file is installed as mrtg.cfg.sample
To enable MRTG in daemon mode, put the following to your /etc/rc.conf:
mrtg_daemon_enable="YES"
EOM
}
]

View File

@ -1,6 +1,7 @@
*******************************************************************************
Configuration expamle:
[
{ type: install
message: <<EOM
Configuration example:
1. On the client side in snmpd.conf(5) create a new exec command:
@ -32,5 +33,6 @@ snmpwalk(1) command. The first OID should be the STRING output from exec, the
second should point to the INTEGER exit code.
Restart Nagios and SNMP daemons to apply new configuration.
*******************************************************************************
EOM
}
]

View File

@ -1,4 +1,6 @@
[
{ type: install
message: <<EOM
check_pf has been installed to %%PREFIX%%/libexec/nagios.
check_pf needs read permission to the pf(4) pseudo-device, i.e. /dev/pf.
@ -18,4 +20,6 @@ to /etc/devfs.conf:
Please refer to the online documentation for additional information.
https://github.com/kian/nagios-pf-plugin/
EOM
}
]

View File

@ -1,4 +1,6 @@
=======================================================================
[
{ type: install
message: <<EOM
Nagiosql is now installed. If you install it for the first time,
you may have to add an alias in apache config for it.
@ -8,5 +10,6 @@ You will also need to enable the installer by creating a file
ENABLE_INSTALLER in the install dir
# touch %%WWWDIR%%/install/ENABLE_INSTALLER
=======================================================================
EOM
}
]

View File

@ -1,10 +1,13 @@
[
{ type: install
message: <<EOM
$ mysqladmin -uroot -pXXXX create nagios
******************************************************************************
* $ mysqladmin -uroot -pXXXX create nagios
*
* $ mysql -uroot -pXXXX -e \
* "GRANT SELECT,INSERT,UPDATE,DELETE TO 'nagios'@'%' IDENTIFIED BY 'YYYYY'
*
* $ cd %%DATADIR%%/db
* $ ./installdb
******************************************************************************
$ mysql -uroot -pXXXX -e \
"GRANT SELECT,INSERT,UPDATE,DELETE TO 'nagios'@'%' IDENTIFIED BY 'YYYYY'
$ cd %%DATADIR%%/db
$ ./installdb
EOM
}
]

View File

@ -1,10 +1,11 @@
[
{ type: install
message: <<EOM
To update to local MAC database run the following commands:
*****************************************************************
* *
* To update to local MAC database run the following commands: *
* *
* cd /usr/local/share/ndpmon/plugins/mac_resolv/ *
* ./make-manuf *
* /usr/local/etc/rc.d/ndpmonitor restart *
* *
*****************************************************************
cd /usr/local/share/ndpmon/plugins/mac_resolv/
./make-manuf
/usr/local/etc/rc.d/ndpmonitor restart
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
**** This port installs snmpd, header files and libraries but does not
start snmpd by default.
If you want to auto-start snmpd and snmptrapd:, add the following to
@ -25,3 +28,6 @@
You may also define the following to avoid all interactive configuration:
BATCH="yes"
EOM
}
]

View File

@ -1,6 +1,7 @@
Welcome to netdisco 2 !
to get it running, you just have to:
[
{ type: install
message: <<EOM
to get Netdisco running, you just have to:
* edit %%ETCDIR%%/environments/deployment.yml to suit your needs
(perldoc App::Netdisco::Manual::Configuration)
* edit rc.conf according to %%PREFIX%%/etc/rc.d/netdisco
@ -13,3 +14,6 @@ to get it running, you just have to:
Always use "su - netdisco" before running netdisco-do or netdisco-deploy
(because of locallib use)
EOM
}
]

View File

@ -1,4 +1,6 @@
###############################################################################
[
{ type: install
message: <<EOM
1. If you do not already have a Site.conf configuration file, you will need
to create one. Simply copy %%WWWDIR%%/etc/Default.conf
to Site.conf and edit to suit.
@ -35,4 +37,6 @@ LoadModule perl_module libexec/apache24/mod_perl.so
LoadModule apreq_module libexec/apache24/mod_apreq2.so
Note that any changes to Site.conf require an apache reload.
###############################################################################
EOM
}
]

View File

@ -1,7 +1,13 @@
=================================================================
[
{ type: install
message: <<EOM
For installation instructions, see http://www.netmagis.org/doc.html
EOM
}
{ type: upgrade
message: <<EOM
If you are upgrading from a previous version, see
http://www.netmagis.org/upgrade.html
=================================================================
EOM
}
]

View File

@ -1,9 +1,13 @@
*****************************************************************
* You must run this program as root *
* Program path : %%PREFIX%%/sbin/netustad *
* Your AdminUser : admin *
* Your AdminPassword : admin *
* Config file path : %%PREFIX%%/etc/netustad/netustad.conf *
* Check lc_all variable in config file. *
* Don't forget to change your password! *
*****************************************************************
[
{ type: install
message: <<EOM
You must run this program as root
Program path : %%PREFIX%%/sbin/netustad
Your AdminUser : admin
Your AdminPassword : admin
Config file path : %%PREFIX%%/etc/netustad/netustad.conf
Check lc_all variable in config file.
Don't forget to change your password!
EOM
}
]

View File

@ -1,5 +1,6 @@
======================================================================
[
{ type: install
message: <<EOM
Any bug reports or request of new feature should be addressed at:
https://github.com/GhostBSD/networkmgr/issues
@ -13,5 +14,6 @@ Make sure that the %%PREFIX%%/etc/doas.conf have someting simular like this:
When rebooting it should automaticaly start is the desktop support xdg and make
sure that the user using NetworkMgr is in the wheel group.
======================================================================
EOM
}
]

View File

@ -1,9 +1,9 @@
*******************************************************************************
* This port contains a prebuilt kernel module. Due to the ever changing *
* nature of FreeBSD it may be necessary to rebuild the module after a kernel *
* source update. To do this rebuild and reinstall the port. *
*******************************************************************************
[
{ type: install
message: <<EOM
This port contains a prebuilt kernel module. Due to the ever changing
nature of FreeBSD it may be necessary to rebuild the module after a kernel
source update. To do this rebuild and reinstall the port.
===> CONFIGURATION NOTE:
@ -11,3 +11,6 @@
To run ng_ipacct from startup, add ng_ipacct_enable="YES"
in your /etc/rc.conf or activate it in %%PREFIX%%/etc/ng_ipacct.conf.
EOM
}
]

View File

@ -1,10 +1,12 @@
**********************************************************************
[
{ type: install
message: <<EOM
Enable NRPE in /etc/rc.conf with the following line:
nrpe3_enable="YES"
A sample configuration is available in %%PREFIX%%/etc/nrpe.cfg.sample.
Copy to nrpe.cfg where required and edit to suit your needs.
**********************************************************************
EOM
}
]

View File

@ -1,9 +1,11 @@
*** ATTENTION ***
[
{ type: install
message: <<EOM
This port installs only the client part of NSCA ("send_nsca").
If you need the nsca daemon install the net-mgmt/nsca port.
The default configuration file is installed at:
%%PREFIX%%/etc/nagios/send_nsca.cfg-sample
EOM
}
]

View File

@ -1,9 +1,11 @@
*** ATTENTION ***
[
{ type: install
message: <<EOM
This port includes only the server part of NSCA ("nsca").
If you need the "send_nsca" utility install the net-mgmt/nsca-client port.
The default configuration file is installed at:
%%PREFIX%%/etc/nagios/nsca.cfg-sample
EOM
}
]

View File

@ -1,9 +1,11 @@
*** ATTENTION ***
[
{ type: install
message: <<EOM
This port installs only the client part of NSCA ("send_nsca").
If you need the nsca daemon install the net-mgmt/nsca port.
The default configuration file is installed at:
%%PREFIX%%/etc/nagios/send_nsca.cfg-sample
EOM
}
]

View File

@ -1,9 +1,11 @@
*** ATTENTION ***
[
{ type: install
message: <<EOM
This port includes only the server part of NSCA ("nsca").
If you need the "send_nsca" utility install the net-mgmt/nsca-client port.
The default configuration file is installed at:
%%PREFIX%%/etc/nagios/nsca.cfg-sample
EOM
}
]

View File

@ -1,4 +1,6 @@
=========================================================================
[
{ type: install
message: <<EOM
Don't forget to run nsd-control-setup to generate the required
certificates and then ensure the user this process runs as can read them.
@ -8,4 +10,6 @@ The default user is nobody. You can change the user (or group) by running:
Be aware that any user with access to the certificates can run all of the
nsd-control commands.
=========================================================================
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
The libnvidia-ml.so.1 library has to be installed on the system for
nvidia_gpu_prometheus_exporter to be able to query GPUs.
@ -7,3 +10,6 @@ Ports Collection:
- nvidia-driver
- nvidia-driver-304
- nvidia-driver-340
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
=== Configuration details ===
You can mostly follow the guide at:
http://observium.org/wiki/Installation
@ -73,3 +76,6 @@ sudo -u www %%WWWDIR%%/poller.php -h all -d
Hosts can be added from the webinterface or from the commandline.
EOM
}
]

View File

@ -1,5 +1,6 @@
*****************************************************************
[
{ type: install
message: <<EOM
This port disabled the post installation script during the build
process to allow the package to be built without interaction.
@ -8,5 +9,6 @@ If you wish to run this script it is located here:
Note: It may not be required to run this script depending on
your environment.
*****************************************************************
EOM
}
]

View File

@ -1,6 +1,11 @@
[
{ type: install
message: <<EOM
To configure ocsreports, you have to:
* edit %%WWWDIR%%/dbconfig.php
(and maybe backend/require/cas.config.php in the same dir)
* edit %%ETCDIR%%/ocsreports.conf and include it in an apache
virtualhost config
EOM
}
]

View File

@ -1,6 +1,12 @@
[
{ type: install
message: <<EOM
ocsinventory-ng server is installed
You still need to (pick one):
* cd to %%DATADIR%% and run ./setup.sh there
* edit files in %%ETCDIR%% and link thew to apache's
Includes/ directory
EOM
}
]

View File

@ -1,6 +1,12 @@
[
{ type: install
message: <<EOM
Documentation is not included with Pancho distribution
Please read it at http://www.pancho.org/
You also need to customize PREFIX/etc/pancho.conf
A sample configuration file is installed as pancho.conf.sample,
copy it as pancho.conf.
EOM
}
]

View File

@ -1,5 +1,6 @@
**********************************************************************
[
{ type: install
message: <<EOM
Pandora FMS agent has been installed
To setup Pandora FMS agent, you may have to edit
@ -10,5 +11,6 @@ To start Pandora FMS agent at boot time, put following
line in your /etc/rc.conf or /etc/rc.conf.local:
pandora_agent_enable="YES"
**********************************************************************
EOM
}
]

View File

@ -1,5 +1,6 @@
**********************************************************************
[
{ type: install
message: <<EOM
Pandora FMS %%PANDORA_VERSION%% console has been installed into:
%%WWWDIR%%
@ -16,6 +17,6 @@ For detailed installation instructions, please read:
Upgrading from prior version, please read:
http://wiki.pandorafms.com/index.php?title=Pandora:Documentation_en:Anexo_Upgrade
**********************************************************************
EOM
}
]

View File

@ -1,5 +1,6 @@
**********************************************************************
[
{ type: install
message: <<EOM
Pandora FMS %%PANDORA_VERSION%% server has been installed.
If your perl installation doesn't support threads, rebuild your perl
@ -27,11 +28,13 @@ Please put like a following line to your /etc/crontab:
If you have a "daily_clean_pandoradb_enable" entry in /etc/periodic.conf,
you can safely remove this line.
**********************************************************************
EOM
}
{ type: upgrade
message: <<EOM
For upgrade instructions, please read:
http://wiki.pandorafms.com/index.php?title=Pandora:Documentation_en:Anexo_Upgrade
**********************************************************************
EOM
}
]

View File

@ -1,2 +1,8 @@
[
{ type: install
message: <<EOM
Sample configuration files for Nagios, Icinga and Sensu can be found in the
%%EXAMPLESDIR%% directory.
EOM
}
]

View File

@ -1,5 +1,8 @@
[
{ type: install
message: <<EOM
Automatic installation of database files
---------------------------------------------
Since v0.4 phpipam can automatically install database files for you.
Point browser to phpipam directory and set MySQL login details (root
username and password).
@ -19,3 +22,6 @@ In case your URL for phpipam is not root please set the following variables
config.php is where site configuration and database details are configured.
Default user/password is Admin/ipamadmin
EOM
}
]

View File

@ -1,5 +1,6 @@
***************************************************************
[
{ type: install
message: <<EOM
Now you need to adjust PHP's include_path to contain
`%%DATADIR%%/lib'
@ -13,4 +14,6 @@ if you wish to use the web editor interface.
For more general information about the PHP Network Weathermap,
please visit: http://www.network-weathermap.com/
***************************************************************
EOM
}
]

View File

@ -1,4 +1,6 @@
=========================================================================
[
{ type: install
message: <<EOM
Please note that this port requires configuration before it will function
Add these to /etc/rc.conf:
@ -14,5 +16,6 @@ Database-related files/information can be found in %%DATADIR%%.
Additional documentation is available at:
WWW: http://wiki.pmacct.net/
=========================================================================
EOM
}
]

View File

@ -1,5 +1,6 @@
========================================================================
[
{ type: install
message: <<EOM
You just installed/upgraded PNP graphing tool for %%NAGIOSUSER%%.
You will need to read the documentation at
@ -88,5 +89,6 @@ start from adding Apache user to the group '%%NAGIOSGROUP%%'.
Remember to restart NPCD service after upgrade if you're using
'bulk' mode with NPCD.
========================================================================
EOM
}
]

View File

@ -1,8 +1,7 @@
===============================================================================
=====================
[
{ type: install
message: <<EOM
Paths / CLI version
=====================
napalm-logs has been installed into:
@ -16,9 +15,8 @@ The default path for logfiles (will be created automatically on first run) is:
/var/log/napalm/logs
==================================
Message encryption / CLI version
==================================
If the messaging between server/client should be encrypted, one will require a
certificate and a key otherwise the program will throw an exception and exits.
@ -30,9 +28,8 @@ $ openssl req -nodes -x509 -newkey rsa:4096 -keyout napalm-logs.key -out napalm-
If no encryption is required, please read further below how to start the server
without a certificate.
===================================
Starting the server / CLI version
===================================
a) with encrypted messaging:
@ -53,5 +50,6 @@ In case a) when security is enabled, the server will listen also on:
Please read https://napalm-logs.readthedocs.io/en/latest for further
information.
==============================================================================
EOM
}
]

View File

@ -1,6 +1,8 @@
!!! NOTICE !!!
[
{ type: install
message: <<EOM
You must add the required users and service accounts to the pdagent
group to permit write access to /var/db/pdagent.
!!! NOTICE !!!
EOM
}
]

View File

@ -1,8 +1,6 @@
*********************************************************************
* Please Read *
*********************************************************************
[
{ type: install
message: <<EOM
DATABASE SETUP:
If you have selected PostgreSQL or MySQL databases, you will need to
read the documentation on how to edit the config file, as well as how
@ -29,3 +27,6 @@ Alias /rackmonkey %%WWWDIR%%
SetEnv RACKMONKEY_CONF %%WWWDIR%%/rackmonkey.conf
</Location>
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
For further configuration information please look at
%%PREFIX%%/share/rancid/README.
@ -15,4 +18,6 @@ hourly_rancid_enable="YES" to /etc/periodic.conf for automatic hourly
runs. Note, you'll need to enable an hourly job in /etc/crontab:
0 * * * * root periodic hourly
EOM
}
]

View File

@ -1,7 +1,6 @@
========================================================================
NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
========================================================================
[
{ type: install
message: <<EOM
The rotorouter port has been installed with an example configuration
file, located at %%PREFIX%%/etc/rotorouter.conf-example.
@ -9,5 +8,6 @@ You need to build your own config file using local network information,
and add the following line to /etc/rc.conf:
rotorouter_enable="YES"
========================================================================
EOM
}
]

View File

@ -1,6 +1,6 @@
Post-Installation Procedure
===========================
[
{ type: install
message: <<EOM
Before starting the rrdbot daemon for the first time, you need to
perform some necessary steps:
@ -29,4 +29,6 @@ rrdbot_enable="yes" in rc.conf, and then execute:
If you forgot to run rrdbot-create, rrdbotd will start but will silently
fail when trying to write data to the non-existent RRD. So please be
sure to follow the above!
EOM
}
]

View File

@ -1,2 +1,8 @@
[
{ type: install
message: <<EOM
If you wish to use the NMBLOOKUP option within sdig, you must
install samba.
EOM
}
]

View File

@ -1,2 +1,8 @@
[
{ type: install
message: <<EOM
net-mgmt/seafile-server is a dependency of Seafile. To install the
full application, www/seahub must be installed.
EOM
}
]

View File

@ -1,5 +1,9 @@
-------------------------------------------------------------------------------
[
{ type: install
message: <<EOM
To run sendd from startup, add sendd_enable="YES"
in your /etc/rc.conf.
Configiration options can be found in %%PREFIX%%/etc/sendd
-------------------------------------------------------------------------------
EOM
}
]

View File

@ -1,5 +1,6 @@
=================================================================
[
{ type: install
message: <<EOM
SmokePing has now been installed in %%PREFIX%%/smokeping/.
NOTE: A set of sample configuration files have been installed in
@ -24,5 +25,6 @@ For configuration of web access, please see the 'smokeping_install'
manpage.
Enjoy!
=================================================================
EOM
}
]

View File

@ -1,2 +1,8 @@
[
{ type: install
message: <<EOM
If this port is no longer being used, you may clean up
/var/spool/nagios/snmp4nagios/ manually.
EOM
}
]

View File

@ -1,4 +1,8 @@
====
[
{ type: install
message: <<EOM
In order to use the tools you need read/write access to the ugen(4)
device node(s) corresponding to the Wi-Spy device(s).
====
EOM
}
]

View File

@ -1,11 +1,20 @@
[
{ type: install
message: <<EOM
This port has been converted to use fastcgi. Please read the installation
documentation available at:
http://torrus.org/install.pod.html
EOM
}
{ type: upgrade
message: <<EOM
A complete re-compile of the XML is required after upgrading.
* Shutdown the collector
* Remove all of the dbs under db/
* run 'torrus compilexml --all'
* Restart the collector
This port has been converted to use fastcgi. Please read the installation
documentation available at:
http://torrus.org/install.pod.html
EOM
}
]

View File

@ -1,5 +1,6 @@
========================================================================
[
{ type: install
message: <<EOM
victorops-nagios requires that ca_root_nss be built with the option
ETCSYMLINK Add symlink to /etc/ssl/cert.pem
@ -7,5 +8,6 @@ victorops-nagios requires that ca_root_nss be built with the option
enabled. With out that option, wget will complain that VictorOps'
GoDaddy SSL certificate is a self-signed certificate, which will
prevent VictorOps from working.
========================================================================
EOM
}
]

View File

@ -1,3 +1,9 @@
[
{ type: install
message: <<EOM
Remember, wstart and wstop must be run as root or with the binaries setuid.
westell can be run by any user that can bind to port udp/1875
EOM
}
]

View File

@ -1,4 +1,6 @@
======================================================================
[
{ type: install
message: <<EOM
For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is required. It is not needed to run Zabbix agent.
% cd %%DATADIR%%/%%ZABBIX_BUILD%%/database
@ -47,4 +49,6 @@ Upgrade notes for 2.2.0 https://www.zabbix.com/documentation/2.2/manual/installa
Please see https://www.zabbix.com/documentation/2.2/manual/installation for installation instructions.
For use NMAP please edit sudoers
======================================================================
EOM
}
]

View File

@ -1,4 +1,6 @@
======================================================================
[
{ type: install
message: <<EOM
For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is required. It is not needed to run Zabbix agent.
% cd %%DATADIR%%/%%ZABBIX_BUILD%%/database
@ -44,4 +46,6 @@ On-line Zabbix documentation is available at https://www.zabbix.com/documentatio
For Zabbix frontend “Welcome” screen. Enter the user name Admin with password zabbix to log in as a Zabbix superuser.
For use NMAP please edit sudoers
======================================================================
EOM
}
]

View File

@ -1,4 +1,6 @@
======================================================================
[
{ type: install
message: <<EOM
For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is
required. It is not needed to run Zabbix agent.
@ -22,7 +24,7 @@ For Zabbix frontend "Welcome" screen. Enter the user name Admin with password
zabbix to log in as a Zabbix superuser.
For use NMAP please edit sudoers
======================================================================
This is a Zabbix LTS release!
Zabbix LTS releases are supported for Zabbix customers during five (5) years
@ -37,4 +39,6 @@ End of Limited Support: 31 October, 2023
Zabbix Life Cycle & Release Policy:
https://www.zabbix.com/life_cycle_and_release_policy
======================================================================
EOM
}
]

View File

@ -1,4 +1,6 @@
======================================================================
[
{ type: install
message: <<EOM
For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is
required. It is not needed to run Zabbix agent.
@ -22,7 +24,7 @@ For Zabbix frontend "Welcome" screen. Enter the user name Admin with password
zabbix to log in as a Zabbix superuser.
For use NMAP please edit sudoers
======================================================================
This is a Zabbix Standard release!
Standard Zabbix releases are supported for Zabbix customers during six (6)
@ -38,4 +40,6 @@ End of Limited Support: 31 October, 2019
Zabbix Life Cycle & Release Policy:
https://www.zabbix.com/life_cycle_and_release_policy
======================================================================
EOM
}
]

Some files were not shown because too many files have changed in this diff Show More