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

This commit is contained in:
Mathieu Arnold
2019-08-14 12:16:12 +00:00
parent d2f3167e02
commit bc89cd3d2c
395 changed files with 2541 additions and 1099 deletions
+6 -3
View File
@@ -1,4 +1,6 @@
=============================================================================
[
{ type: install
message: <<EOM
For quick info, run "man afni".
For AFNI configuration and usage, please visit the AFNI WEB site at
@@ -34,5 +36,6 @@ AFNI_PLUGIN_PATH should be set to %%PREFIX%%/lib/afni:%%DATADIR%%
AFNI_GLOBAL_SESSION should be set to %%DATADIR%%.
You can do this by sourcing %%PREFIX%%/etc/mri/afni.profiles for
Bourne-style shells or or %%PREFIX%%/etc/mri/afni.cshrc for C-style shells.
=============================================================================
EOM
}
]
+6
View File
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
A set of script files named `definitions.<shell-type>' should now
exist in the `bin' directory.
`<shell-type>' specifies the type of shell (command interpreter)
@@ -27,3 +30,6 @@ Because aliases are not available when using the Bourne shell,
the toolkit programs must be invoked by specifying the actual
name of the executable file. The script file `definitions.B'
describes how to do this.
EOM
}
]
+6 -2
View File
@@ -1,4 +1,6 @@
------------------------------------------------------------------------------
[
{ type: install
message: <<EOM
This port provides both serial and parallel (MPI) binaries. Use of
the MPI binary is strongly recommended on any machine with multiple
cores available. The serial binary is provided only for testing and
@@ -9,4 +11,6 @@ To run a model on a workstation using 4 cores, use:
mpirun -n 4 dlpoly-classic-mpi
To run on a cluster, please see the documentation for your scheduler software.
------------------------------------------------------------------------------
EOM
}
]
+6 -2
View File
@@ -1,4 +1,8 @@
-----------------------------------------------------------------------
[
{ type: install
message: <<EOM
FVCOM has many build options that can be used in combination. To build
other variants, use one of the slave ports science/fvcom-*.
-----------------------------------------------------------------------
EOM
}
]
+6 -2
View File
@@ -1,4 +1,6 @@
======================================================================
[
{ type: install
message: <<EOM
You installed GAMESS (US): General Atomic and Molecular Electronic
Structure System
@@ -12,4 +14,6 @@ computation to perform.
You can use the wxmacmolplt command from science/wxmacmolplt to view
the computation results.
======================================================================
EOM
}
]
+6 -1
View File
@@ -1,4 +1,9 @@
[
{ type: install
message: <<EOM
Some useful tools are installed to %%DATADIR%%.
Most of them are written in Python, please install
lang/python before trying them.
EOM
}
]
+6 -3
View File
@@ -1,8 +1,11 @@
************************************************************************
[
{ type: install
message: <<EOM
If you use this library either in whole or in part in your analysis, or
use any code derived from it, please cite it as:
Sukumaran, J. and Mark T. Holder. 2010. DendroPy: A Python library
for phylogenetic computing. Bioinformatics 26: 1569-1571.
************************************************************************
EOM
}
]
+6 -2
View File
@@ -1,8 +1,12 @@
======================================================================
[
{ type: install
message: <<EOM
You installed GPAW, the system for DFT computations in quantum
chemistry.
In order to use this package you most likely need to also install
science/gpaw-setups that contains data files for electronic
configurations for many elements of the periodic table.
======================================================================
EOM
}
]
+6 -2
View File
@@ -1,4 +1,6 @@
**********************************************************
[
{ type: install
message: <<EOM
The author requests that you return a license form
to him if you find Tinker to be useful.
@@ -8,4 +10,6 @@
to 'analyze_t' during installation to allow for use on
systems where the very common hunspell package is
installed as well.
**********************************************************
EOM
}
]
+6 -3
View File
@@ -1,5 +1,6 @@
[
{ type: install
message: <<EOM
This script will create the following directories if they do not exist:
~acme/.acme.sh
@@ -29,4 +30,6 @@ MAILTO=dan@example.org
############################################################################
Change x & y to some minute and hour of the day.
EOM
}
]
+6 -1
View File
@@ -1,5 +1,10 @@
============================================================
[
{ type: install
message: <<EOM
Use "acmetool quickstart" for initial configuration.
See https://github.com/hlandau/acme for more details
about how to configure and use the client.
EOM
}
]
+6
View File
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
AfterGlow is a collection of scripts which facilitate
the process of generating graphs. It is the most downloaded
security visualization tool of all times.
@@ -5,3 +8,6 @@ security visualization tool of all times.
Afterglow documentation may be found online at
http://afterglow.sourceforge.net/ including a FAQ, manual
and screenshots. Be sure to read the documentation carefully.
EOM
}
]
+6
View File
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
If you want to finish setting up AIDE, don't forget to customise your
own aide.conf in %%PREFIX%%/etc/aide.conf. You will also need to run
the following commands:
@@ -10,3 +13,6 @@ You may want to change the permissions of the /var/adm/aide/ directory tree.
For your reference, a copy of the original aide.conf is supplied in
%%PREFIX%%/etc/aide.conf.sample.
EOM
}
]
+6 -4
View File
@@ -1,5 +1,6 @@
-----
[
{ type: install
message: <<EOM
To view the statistics via you browser you must:
create a symlink, like:
cd /usr/local/www/data ; ln -s ../amavis-stats amavis-stats
@@ -12,5 +13,6 @@ You can view then the statistics in http://your-site/amavis-stats
To update the statistics every 5 minutes, you also
can setup cronjob for amavis-stats by putting this line to /etc/crontab
*/5 * * * * amavis %%PREFIX%%/sbin/amavis-stats /var/log/maillog 2>&1 > /dev/null
-----
EOM
}
]
+6 -7
View File
@@ -1,12 +1,11 @@
*******************************************************************
To configure amavisd-milter, sendmail and amavisd-new point
[
{ type: install
message: <<EOM
your browser to http://amavisd-milter.sourceforge.net
Enable amavisd-milter in /etc/rc.conf with the following line:
amavisd_milter_enable="YES"
*******************************************************************
EOM
}
]
+6 -4
View File
@@ -1,5 +1,6 @@
*******************************************************************
[
{ type: install
message: <<EOM
To use amavisd-new, you need to install at least one virus scanner.
The following virus scanners are available in the FreeBSD ports
collection:
@@ -38,5 +39,6 @@
Configuration templates are available in %%PREFIX%%/etc
as amavisd.conf.sample, amavisd.conf-default and amavisd-custom.conf.sample
Documentation is available in %%DOCSDIR%%.
*******************************************************************
EOM
}
]
@@ -1,4 +1,6 @@
[
{ type: install
message: <<EOM
Before starting arpCounterattack, you should edit its configuration file,
%%PREFIX%%/etc/arpCounterattack/arpCounterattack.conf. Then, add the following
line to /etc/rc.conf:
@@ -8,4 +10,6 @@ arpcounterattack_enable="YES"
Finally, to start it, run the following command:
%%PREFIX%%/etc/rc.d/arpCounterattack start
EOM
}
]
+6 -2
View File
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
Read the notes in the barnyard2.conf file for how to configure
%%PREFIX%%/etc/barnyard2.conf after installation. For addtional information
see the Securixlive FAQ at http://www.securixlive.com/barnyard2/faq.php.
@@ -12,5 +15,6 @@ the options in the startup script - in %%PREFIX%%/etc/rc.d.
Barnyard2 can process unified2 files from snort or suricata. It can also
interact with snortsam firewall rules as well as the sguil-sensor. Those
ports must be installed separately if you wish to use them.
************************************************************************
EOM
}
]
+6
View File
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
Add the following lines to /etc/periodic.conf(.local) to enable periodic check
security_status_baseaudit_enable="YES"
security_status_baseaudit_quiet="NO"
@@ -13,3 +16,6 @@ for this script only.
You can also change following variables:
security_status_baseaudit_period="daily"
security_status_baseaudit_expiry="2"
EOM
}
]
+6 -4
View File
@@ -1,5 +1,6 @@
========================================================================
[
{ type: install
message: <<EOM
Please read the README file located at:
%%DOCSDIR%%/README
@@ -22,5 +23,6 @@ If you built BASE with PDF support, make sure you include the FPDF
path in your %%LOCALBASE%%/etc/php.ini configuration file, like:
include_path = ".:%%LOCALBASE%%/share/pear:%%LOCALBASE%%/share/fpdf"
========================================================================
EOM
}
]
+8 -4
View File
@@ -1,4 +1,8 @@
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! The DES cipher should no longer be considered secure. !!
!! Please consider using a more modern alternative. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[
{ type: install
message: <<EOM
The DES cipher should no longer be considered secure.
Please consider using a more modern alternative.
EOM
}
]
+6
View File
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
WARNING:
The private keys on the eID cards are created by the Belgian government and
not by the citizens. You should assume that the government can forge digital
@@ -14,3 +17,6 @@ as devel/libccid) and that pcscd is running (add pcscd_enable="YES" to
To use your eID in Firefox you have to enable the "eID Belgium" extension
in the Add-ons Manager.
EOM
}
]
+6 -4
View File
@@ -1,10 +1,12 @@
********************PLEASE NOTE!!!***************************
[
{ type: install
message: <<EOM
During deinstall of this package, the cfg files for broctl
are not deleted if you have edited them. Instead
the software will create a .sample file instead and the
edited files will remain in place when you upgrade. If you
want to delete them, you have to delete them and the directory,
%%PREFIX%%/etc manually.
********************PLEASE NOTE!!!***************************
EOM
}
]
+6 -2
View File
@@ -1,5 +1,6 @@
===> CONFIGURATION NOTE:
[
{ type: install
message: <<EOM
Configuration of the bruteblock is done via configuration files
located at %%PREFIX%%/etc/bruteblock/
@@ -25,3 +26,6 @@ auth.info;authpriv.info |exec %%PREFIX%%/sbin/bruteblock
and start bruteblockd: %%PREFIX%%/etc/rc.d/bruteblockd.sh start
See bruteblock(8) for more details.
EOM
}
]
@@ -1,5 +1,8 @@
===> CONFIGURATION NOTE:
[
{ type: install
message: <<EOM
Configuration of BruteForceBlocker is done via main configuration file
located at %%PREFIX%%/etc/bruteforceblocker.conf
EOM
}
]
+6 -2
View File
@@ -1,6 +1,10 @@
[
{ type: install
message: <<EOM
Please note a sample configuration file for bsmtrace has been installed
in %%EXAMPLESDIR%%. This file will not be
suitable for your own system, but can be used as a reference to get
started.
i
EOM
}
]
+6 -5
View File
@@ -1,5 +1,6 @@
********************************* WARNING *********************************
[
{ type: install
message: <<EOM
FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.
@@ -7,7 +8,6 @@ audited for trustworthiness or RFC 3647 compliance.
Assessment and verification of trust is the complete responsibility of the
system administrator.
*********************************** NOTE **********************************
This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.
@@ -21,5 +21,6 @@ either an empty file or your site-local certificate bundle.
* /etc/ssl/cert.pem
* %%PREFIX%%/etc/ssl/cert.pem
* %%PREFIX%%/openssl/cert.pem
***************************************************************************
EOM
}
]
+6 -1
View File
@@ -1,5 +1,10 @@
[
{ type: install
message: <<EOM
This version supports (and encourages you to use) PAM. A sample
configuration file is in ${PREFIX}/etc/pam.d/calife.sample.
Rename it to "calife" to enable PAM authentication. It will fall
back to the previous methods if PAM is not available.
EOM
}
]
+6 -2
View File
@@ -1,4 +1,6 @@
===============================================================================
[
{ type: install
message: <<EOM
Quick start instructions:
- add the following entry to /etc/exports:
@@ -19,4 +21,6 @@ Quick start instructions:
# service mountd start
# service cfsd start
===============================================================================
EOM
}
]
@@ -1,5 +1,6 @@
**********************************************************************
[
{ type: install
message: <<EOM
In order to start using clamav-unofficial-sigs, you need to configure
it first. Sample configuration files have been installed to:
@@ -21,5 +22,6 @@ obsolete configuration file:
To run the script periodically by cron, you also need to add it to
your crontab.
**********************************************************************
EOM
}
]
+6 -2
View File
@@ -1,7 +1,11 @@
**************************************************************************
[
{ type: install
message: <<EOM
In order to use clamfs, you should load fuse.ko module.
Type "sudo kldload fuse.ko"
For more info please visit http://clamfs.sourceforge.net
**************************************************************************
EOM
}
]
+6 -2
View File
@@ -1,4 +1,6 @@
/* ================================================================= */
[
{ type: install
message: <<EOM
Edit /etc/rc.conf and set
clamsmtpd_enable="YES"
@@ -11,4 +13,6 @@ config file.
To work with postfix, See also
http://memberwebs.com/nielsen/software/clamsmtp/postfix.html
/* ================================================================= */
EOM
}
]
+6 -5
View File
@@ -1,6 +1,6 @@
##############################################################################
[
{ type: install
message: <<EOM
In order to run this port, please add the following line to
/etc/inetd.conf if not already there:
@@ -13,5 +13,6 @@ its value defaults to "login".
After modifying /etc/inetd.conf, you must (as root) run:
killall -HUP inetd
##############################################################################
EOM
}
]
+6 -4
View File
@@ -1,5 +1,6 @@
#########################################################################
[
{ type: install
message: <<EOM
NOTES FOR RUNNING COURIERPASSWD
In order to use courierpasswd, it must be able to access the
@@ -47,5 +48,6 @@ attacks against account passwords if courierpasswd is set up this way.
The location of the authdaemon domain socket is listed in the
authdaemonrc configuration file as the parameter authdaemonvar.
#########################################################################
EOM
}
]
+6 -5
View File
@@ -1,5 +1,6 @@
#########################################################################
[
{ type: install
message: <<EOM
NOTES FOR RUNNING COURIERUSERINFO
In order to use courieruserinfo, it must be able to access the
@@ -39,6 +40,6 @@ setgid, courieruserinfo cannot retrieve passwords.
The location of the authdaemon domain socket is listed in the
authdaemonrc configuration file as the parameter authdaemonvar.
#########################################################################
EOM
}
]
+6 -4
View File
@@ -1,5 +1,6 @@
=======================================================
[
{ type: install
message: <<EOM
In order for cp2fwb to work, you need the following
files from your Checkpoint FW1 installation:
@@ -11,5 +12,6 @@
cp2fwbuilder --objects=objects.C \
--rules=Rulebase.W \
--output_xml=Rulebase.xml
=======================================================
EOM
}
]
+13 -11
View File
@@ -1,11 +1,13 @@
/**************************************************************************/
/* */
/* To submit to a transparency log use the following command: */
/* */
/* ct-submit some.cert-transparency.log < /path/to/ssl-cert.pem > foo.sct */
/* */
/* For a list of known logs, see: */
/* */
/* https://www.certificate-transparency.org/known-logs */
/* */
/**************************************************************************/
[
{ type: install
message: <<EOM
To submit to a transparency log use the following command:
ct-submit some.cert-transparency.log < /path/to/ssl-cert.pem > foo.sct
For a list of known logs, see:
https://www.certificate-transparency.org/known-logs
EOM
}
]
+6 -4
View File
@@ -1,6 +1,8 @@
****************************************************************************
[
{ type: install
message: <<EOM
To run saslauthd from startup, add saslauthd_enable="YES" in your
/etc/rc.conf.
****************************************************************************
EOM
}
]
+6 -2
View File
@@ -1,4 +1,6 @@
[
{ type: install
message: <<EOM
You can use sasldb2 for authentication, to add users use:
saslpasswd2 -c username
@@ -19,4 +21,6 @@ NOTE: This port has been compiled with a default pwcheck_method of
ports/security/cyrus-sasl2-srp.
If you want to use LDAP auxprop plugin, install
ports/security/cyrus-sasl2-ldapdb.
EOM
}
]
+6 -1
View File
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
To use this script you should copy the examples in
%%PREFIX%%/etc/%%PORTNAME%%/ and at least add a
domain and a contact mail address.
@@ -18,4 +21,6 @@ weekly_dehydrated_deployscript="%%PREFIX%%/etc/%%PORTNAME%%/deploy.sh"
Additional flags for the periodic run go into
weekly_dehydrated_flags="-g"
EOM
}
]
+8 -4
View File
@@ -1,19 +1,23 @@
-------------------------------------------------------------------------------
[
{ type: install
message: <<EOM
To run denyhosts from startup, add denyhosts_enable="YES"
in your /etc/rc.conf.
Configiration options can be found in %%PREFIX%%/etc/denyhosts.conf
-------------------------------------------------------------------------------
In order to proper working of denyhosts
1. edit your /etc/hosts.allow file and add:
sshd : /etc/hosts.deniedssh : deny
sshd : ALL : allow
2. issue the following command if /etc/hosts.deniedssh does not exist yet
touch /etc/hosts.deniedssh
-------------------------------------------------------------------------------
Warning:
syslogd should ideally be run with the -c option; this will ensure that
denyhosts notices multiple repeated login attempts.
To do this, add syslogd_flags="-c" to /etc/rc.conf
-------------------------------------------------------------------------------
EOM
}
]
+6 -5
View File
@@ -1,6 +1,6 @@
******************************************************************************
[
{ type: install
message: <<EOM
To configure Doorman, please edit the files guestlist and doormand.cf found in
%%PREFIX%%/etc/doormand. Documentation can be found using:
@@ -13,5 +13,6 @@ The doormand daemon will *not* be started automatically. To allow it
to start, put this line in /etc/rc.conf:
doorman_enable="YES"
******************************************************************************
EOM
}
]
+6 -4
View File
@@ -1,5 +1,6 @@
=================================================================
[
{ type: install
message: <<EOM
Configuration file %%PREFIX%%/etc/login_duo.conf was created.
You must edit it to add your Duo integration and secret keys.
@@ -10,5 +11,6 @@ auth required %%PREFIX%%/lib/security/pam_duo.so
Additionally, you must edit %%PREFIX%%/etc/pam_duo.conf
duo headers have been installed to %%PREFIX%%/include/duo
=================================================================
EOM
}
]
+6 -4
View File
@@ -1,5 +1,6 @@
***************************************************************************
[
{ type: install
message: <<EOM
F-Prot Antivirus for BSD Workstations has been installed.
By default fpupdate will run daily to update F-Prot's virus
@@ -7,5 +8,6 @@ definitions. If you do not want this behaviour please set the
following in /etc/periodic.conf or /etc/periodic.conf.local:
fpupdate_enable="NO"
***************************************************************************
EOM
}
]
+6 -1
View File
@@ -1,3 +1,8 @@
[
{ type: install
message: <<EOM
To enable fakeidentd please add fakeidentd_enable="YES" to
/etc/rc.conf.
EOM
}
]
+6 -4
View File
@@ -1,8 +1,10 @@
===============================================================================
[
{ type: install
message: <<EOM
Figaro's Password Manager 2 has been installed.
Make sure you set up a few IRQ's for random generation with rndcontrol before
expecting password generation to work well.
===============================================================================
EOM
}
]
+6
View File
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
In order to enroll new finger prints, you must have r/w access to the
usb device node(s) of your finger print reader (i.e., /dev/{ugen, usb}*).
@@ -16,3 +19,6 @@ add path 'usb' mode 0770 group operator
add path 'usb/*' mode 0660 group operator
# /etc/rc.d/devfs restart
EOM
}
]
+6 -2
View File
@@ -1,4 +1,6 @@
-----------------------------------------------------------------
[
{ type: install
message: <<EOM
The default fswatch.conf checks directories:
/etc /bin /sbin /lib /libexec /usr/bin /usr/sbin /usr/lib
/usr/libexec /usr/libdata /usr/local/etc /usr/local/bin
@@ -6,4 +8,6 @@ The default fswatch.conf checks directories:
/usr/local/libdata
See fswatch(7) for more details.
-----------------------------------------------------------------
EOM
}
]
+6 -4
View File
@@ -1,8 +1,10 @@
=========================================================================
[
{ type: install
message: <<EOM
BEWARE! This software bombards programs with signicant amounts of random
input meant to cause failure. Due to the potential havok some programs
may cause when given untrusted input, it is recommended that programs be
tested under a jail(8) environment.
=========================================================================
EOM
}
]
+6
View File
@@ -1,2 +1,8 @@
[
{ type: install
message: <<EOM
For trying out rclone (experimental backend), please install rclone
from net/rclone port.
EOM
}
]
+6 -2
View File
@@ -1,7 +1,11 @@
[
{ type: install
message: <<EOM
Gnome-keyring uses pinentry-gnome3 for gpg interactions, please add the
following line to your ~/.gnupg/gpg-agent.conf to enable the pinentry
dialog.
pinentry-program %%PREFIX%%/bin/pinentry-gnome3
EOM
}
]
+6 -2
View File
@@ -1,4 +1,6 @@
***************************************************************************
[
{ type: install
message: <<EOM
GnuPG, when run on hosts without IPv6 connectivity, may fail to connect to
dual-stack hkp servers [1]. As a workaround, add
@@ -9,4 +11,6 @@ to
%%PREFIX%%/etc/dirmngr.conf
[1] https://dev.gnupg.org/rGecfc4db3a2f8bc2652ba4ac4de5ca1cd13bfcbec
***************************************************************************
EOM
}
]
@@ -1,4 +1,6 @@
===============================================================================
[
{ type: install
message: <<EOM
Congratulations, you have installed %%PORTNAME%%!
%%PORTNAME%% does not ship any CVE database.
@@ -16,4 +18,6 @@ To enable %%PORTNAME%% and start:
sysrc go_cve_dictionary_enable="YES"
service %%PORTNAME%% start
===============================================================================
EOM
}
]
+6 -2
View File
@@ -1,6 +1,10 @@
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[
{ type: install
message: <<EOM
You should edit openssl.cnf configuration file as specified below
to start using GOST Engine through OpenSSL.
For details, refer to the section `How to Configure' in
%%DOCSDIR%%/INSTALL.md
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
EOM
}
]
+6 -2
View File
@@ -1,8 +1,12 @@
#####################################################################
[
{ type: install
message: <<EOM
This port installs a sample password file in the following location:
%%DOCSDIR%%
You may find this file useful while making your own password file.
Also note that the File->Open function is not implemented yet.
#####################################################################
EOM
}
]
+6
View File
@@ -1,6 +1,12 @@
[
{ type: install
message: <<EOM
This port requires an OpenCL runtime.
Please see this for information on how to obtain one:
https://wiki.freebsd.org/Graphics/OpenCL
If it is not possible to obtain an OpenCL runtime,
please use security/hashcat-legacy instead.
EOM
}
]
+6 -2
View File
@@ -1,7 +1,11 @@
====
[
{ type: install
message: <<EOM
heimdal-7.1.0_1 uses a new database format which is incompatible
with Heimdal in the base system and heimdal-1.5.3_6 or prior.
Please read 20161112 in /usr/ports/UPDATING carefully to upgrade
your database.
====
EOM
}
]
+6
View File
@@ -1,2 +1,8 @@
[
{ type: install
message: <<EOM
Don't forget to append DH params to your pem file using:
openssl dhparam -rand - 2048 >> /path/to/cert.pem
EOM
}
]
+6 -1
View File
@@ -1,4 +1,6 @@
[
{ type: install
message: <<EOM
Hockeypuck needs a configuration file before it can be used.
For more information about configuration details see:
https://hockeypuck.github.io/configuration.html
@@ -7,3 +9,6 @@ If this hockeypuck install is to be used in the sks-keyserver.net pools
it needs to be populated with a current dump of the keys in the network.
For more information on populating the database see:
https://hockeypuck.github.io/populating.html
EOM
}
]
+6
View File
@@ -1,5 +1,11 @@
[
{ type: install
message: <<EOM
You may want to increase default i2pd bandwidth limit by adding
--bandwidth to i2pd_flags in /etc/rc.conf. Add the following to
allow the highest traffic:
i2pd_flags="--bandwidth X"
EOM
}
]
+6 -2
View File
@@ -1,4 +1,6 @@
[
{ type: install
message: <<EOM
To summarise ipf(8) logs in your daily security check:
* Copy %%EXAMPLESDIR%%/100.ipfcount to
@@ -9,4 +11,6 @@
daily_status_security_ipfcount_enable="YES"
to /etc/periodic.conf
EOM
}
]
+6 -4
View File
@@ -1,5 +1,6 @@
***************************************************************************
[
{ type: install
message: <<EOM
Installer instructions. This port has installed the
%%DISTNAME%% script into %%PREFIX%%/sbin directory.
@@ -20,5 +21,6 @@ Also contained in the ppars-1.0 port is instructions on how to auto
launch the scripts only when the ipfilter log is rotated by
newsyslog, which you may find useful for launching the dshield
script installed by this port.
***************************************************************************
EOM
}
]
+6 -2
View File
@@ -1,4 +1,6 @@
[
{ type: install
message: <<EOM
To summarise ipfw(8) logs in your daily security check:
* Copy %%EXAMPLESDIR%%/100.ipfwcount to
@@ -9,4 +11,6 @@
daily_status_security_ipfwcount_enable="YES"
to /etc/periodic.conf
EOM
}
]
+6
View File
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
IMPORTANT:
kc v2.4 has introduced a new database file format that is incompatible
with the older one (<2.4).
@@ -38,3 +41,6 @@ Save OK
6) Remove the dump
rm -P kcdump.xml
EOM
}
]
+6 -6
View File
@@ -1,11 +1,11 @@
######################################################################
\!/ WARNING \!/
[
{ type: install
message: <<EOM
Uploading private keys is strongly discouraged.
\!/ WARNING \!/
Notes on how to configure and mount KBFS are available on the FreeBSD wiki:
https://wiki.FreeBSD.org/Ports/security/keybase
######################################################################
EOM
}
]
+6 -5
View File
@@ -1,7 +1,6 @@
===============================================================================
Important security considerations
===============================================================================
[
{ type: install
message: <<EOM
Before using the 'edit' subcommand interactively, it's recommended to set the
SECURE_TMPDIR environment variable to a location that isn't written to disk,
such as a tmpfs mount, ideally using encrypted swap:
@@ -13,4 +12,6 @@ locations - consider disabling these features for files matching the pattern
lpass.* or within your $SECURE_TMPDIR. For example, with vim:
autocmd BufRead lpass.* setlocal noundofile nowritebackup noswapfile
EOM
}
]
+6 -3
View File
@@ -1,4 +1,6 @@
[
{ type: install
message: <<EOM
There are example scripts in
%%ETCDIR%%
that you can use for renewing and deploying certificates.
@@ -33,5 +35,6 @@ Then run lego.sh with the run argument as the %%LEGO_USER%% user:
Subsequent periodic runs will run with the renew argument by default, with a
renewal interval of 30 days.
EOM
}
]
+6 -3
View File
@@ -1,4 +1,6 @@
----------------------------------------------------------------------------
[
{ type: install
message: <<EOM
Please make sure that all files listed in
%%ETCDIR%%/logcheck.logfiles
@@ -9,5 +11,6 @@ or remove them from the aforementioned logcheck configuration file.
For information on how to write local rulesets see
%%DOCSDIR%%/README.logcheck-database
----------------------------------------------------------------------------
EOM
}
]
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
*** Note ssh-add will NOT use GUI tools like lxqt-openssh-askpass
*** when it is attached to a terminal.
@@ -8,3 +11,6 @@ ssh-agent -a "/tmp/${USER}-ssh-agent"
SSH_ASKPASS=lxqt-openssh-askpass
SSH_AUTH_SOCK=<SOCKET_PATH>
then run ssh-add from lxqt-runner or a .desktop entry
EOM
}
]
+6
View File
@@ -1,2 +1,8 @@
[
{ type: install
message: <<EOM
* You must be in the sudoers file in order to use lxqt-sudo
* You must be in the the wheel group in order to use lxsu
EOM
}
]
+7 -5
View File
@@ -1,5 +1,6 @@
*******************************************************************
[
{ type: install
message: <<EOM
To use Maia-Mailguard, you need to install at least one virus scanner.
The following virus scanners are available in the FreeBSD ports
collection:
@@ -14,10 +15,11 @@
Configuration templates are available in %%ETCDIR%%
as maia.conf.dist and maiad.conf.dist.
*******************************************************************
Please note that Maia Mailguard no longer supports "mysql" but has
moved forward to using "mysqli" instead. So, please check your
%%WWWDIR%%/config.php file and make any appropriate changes.
*******************************************************************
EOM
}
]
+6 -2
View File
@@ -1,10 +1,11 @@
[
{ type: install
message: <<EOM
MailZu has been installed into:
%%WWWDIR%%
****************************************************
Please read: %%DOCSDIR%%/INSTALL
****************************************************
Then, edit %%WWWDIR%%/config/config.php
@@ -25,3 +26,6 @@ Alias /mailzu/ "%%WWWDIR%%/"
Deny from all
Allow from 127.0.0.1 .example.org
</Directory>
EOM
}
]
+6 -2
View File
@@ -1,4 +1,8 @@
---------------------------------------------------------------------
[
{ type: install
message: <<EOM
Please check http://www.stachliu.com/collisions.html for instructions
on how to use this application.
---------------------------------------------------------------------
EOM
}
]
+6 -3
View File
@@ -1,4 +1,6 @@
================================================================================
[
{ type: install
message: <<EOM
If you are using meek with tor, here are some instructions:
As a client, add the following to %%PREFIX%%/etc/tor/torrc:
@@ -9,5 +11,6 @@ As a client, add the following to %%PREFIX%%/etc/tor/torrc:
--url=https://meek-reflect.example.com \
--front=www.example.com \
--log meek-client.log
================================================================================
EOM
}
]
+6 -2
View File
@@ -1,4 +1,6 @@
======================================================================
[
{ type: install
message: <<EOM
You installed MORPHiS: Secure decentralized data store and mail.
It is recommended to run MORPHiS as a service:
@@ -10,4 +12,6 @@ http://localhost:4251
You can also run MORPHiS manually (not recommended) with the command:
# su -m %%USER%% -c morphis
======================================================================
EOM
}
]
+6 -4
View File
@@ -1,5 +1,6 @@
======================================================================
[
{ type: install
message: <<EOM
To use obfs4 as a Bridge Client, please add the following configuration
to your 'torrc' config file:
@@ -22,5 +23,6 @@ config file to fit your needs. It's compatible with ScrambleSuit in client mode.
For more information, please consult the official wiki page at
https://trac.torproject.org/projects/tor/wiki/doc/PluggableTransports/obfs4proxy
======================================================================
EOM
}
]
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
To run pkcsslotd automatically, add the following line to /etc/rc.conf
pkcsslotd_enable="YES"
@@ -5,3 +8,6 @@ pkcsslotd_enable="YES"
To use PKCS#11 token, add your_account to '%%GROUPS%%':
# pw groupmod %%GROUPS%% -m your_account
EOM
}
]
+6 -2
View File
@@ -1,4 +1,6 @@
********************************************************
[
{ type: install
message: <<EOM
Before using OpenCT, you should create the configuration
file, by copying the installed sample.
@@ -6,4 +8,6 @@ To enable hot-plug support for your USB reader/token,
you need a devd enabled system. A configuration sample
for the Aladdin eToken PRO crypto token has been put
in the examples directory.
********************************************************
EOM
}
]
+6 -2
View File
@@ -1,4 +1,6 @@
======================================================================
[
{ type: install
message: <<EOM
You now need to add an alias to apache's httpd.conf pointing to
%%PREFIX%%/www/openscep in order to access openscep from
your web browser, or create a VirtualHost with DocumentRoot set
@@ -11,4 +13,6 @@ into your slapd config (sample of this is at
Furthermore, you should add your ldap directory information from
%%PREFIX%%/etc/openscep/openscep.ldif and edit DN specific information
there before doing ldapadd.
======================================================================
EOM
}
]
+6
View File
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
To enable this port, add openssh_enable="YES" in your rc.conf. To
prevent conflict with openssh in the base system add sshd_enable="NO"
in your rc.conf. Also you can configure openssh at another TCP port (via
@@ -14,3 +17,6 @@ Users are encouraged to create single-purpose users with ssh keys, disable
Password authentication by setting 'PasswordAuthentication no' and
'ChallengeResponseAuthentication no', and to define very narrow sudo
privileges instead of using root for automated tasks.
EOM
}
]
+6 -1
View File
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
/!\ ================================ /!\ ============================== /!\
/!\ /!\
/!\ This openssl version is for security testing/scanning purposes only /!\
@@ -5,4 +8,6 @@
/!\ DO NOT USE FOR PRODUCTION PURPOSES /!\
/!\ /!\
/!\ ================================ /!\ ============================== /!\
EOM
}
]
+6
View File
@@ -1 +1,7 @@
[
{ type: install
message: <<EOM
Edit %%PREFIX%%/openssl/openssl.cnf to fit your needs.
EOM
}
]
+6 -2
View File
@@ -1,4 +1,8 @@
[
{ type: install
message: <<EOM
Copy %%PREFIX%%/openssl/openssl.cnf.sample to %%PREFIX%%/openssl/openssl.cnf
and edit it to fit your needs.
EOM
}
]
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
A sample configuration which has to be added into /etc/ssl/openssl.cnf
to enable "tpm" engine in OpenSSL can be found at
%%EXAMPLESDIR%%/openssl.cnf.sample.
@@ -9,3 +12,6 @@ you might get the following error messages:
| 65738:error:260B806D:engine routines:ENGINE_TABLE_REGISTER:init failed:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/eng_table.c:161:
| 65738:error:260BC065:engine routines:INT_ENGINE_CONFIGURE:engine configuration error:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/eng_cnf.c:204:section=tpm_section, name=default_algorithms, value=ALL
| 65738:error:0E07606D:configuration file routines:MODULE_RUN:module initialization error:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf_mod.c:235:module=engines, value=engine_section, retcode=-1
EOM
}
]
+6 -4
View File
@@ -1,5 +1,6 @@
###############################################################################
[
{ type: install
message: <<EOM
OpenVAS 8 ports were installed
1) Redis is a dependency of OpenVAS. Please, configure redis-server for
@@ -53,5 +54,6 @@ OpenVAS 8 ports were installed
It will install 1G of data
9) Enjoy it
###############################################################################
EOM
}
]
+6 -4
View File
@@ -1,5 +1,6 @@
###############################################################################
[
{ type: install
message: <<EOM
OpenVAS 9 ports were installed
1) Redis is a dependency of OpenVAS. Please, configure redis-server for
@@ -51,5 +52,6 @@ OpenVAS 9 ports were installed
It will install 1G of data
9) Enjoy it
###############################################################################
EOM
}
]
+15 -11
View File
@@ -1,11 +1,15 @@
### ------------------------------------------------------------------------
### Edit /etc/rc.conf[.local] to start OpenVPN automatically at system
### startup. See %%PREFIX%%/etc/rc.d/openvpn for details.
### ------------------------------------------------------------------------
### Connect to VPN server as a client with this command to include
### the client.up/down scripts in the initialization:
### openvpn-client <spec>.ovpn
### ------------------------------------------------------------------------
### For compatibility notes when interoperating with older OpenVPN
### versions, please, see <http://openvpn.net/relnotes.html>
### ------------------------------------------------------------------------
[
{ type: install
message: <<EOM
Edit /etc/rc.conf[.local] to start OpenVPN automatically at system
startup. See %%PREFIX%%/etc/rc.d/openvpn for details.
Connect to VPN server as a client with this command to include
the client.up/down scripts in the initialization:
openvpn-client <spec>.ovpn
For compatibility notes when interoperating with older OpenVPN
versions, please, see <http://openvpn.net/relnotes.html>
EOM
}
]
+17 -13
View File
@@ -1,13 +1,17 @@
### ------------------------------------------------------------------------
### Edit /etc/rc.conf[.local] to start OpenVPN automatically at system
### startup. See %%PREFIX%%/etc/rc.d/openvpn for details.
### ------------------------------------------------------------------------
### Connect to VPN server as a client with this command to include
### the client.up/down scripts in the initialization:
### openvpn-client <spec>.ovpn
### ------------------------------------------------------------------------
### For compatibility notes when interoperating with older OpenVPN
### versions, please see <http://openvpn.net/relnotes.html>
### ------------------------------------------------------------------------
### Note that OpenVPN does not officially support LibreSSL.
### ------------------------------------------------------------------------
[
{ type: install
message: <<EOM
Edit /etc/rc.conf[.local] to start OpenVPN automatically at system
startup. See %%PREFIX%%/etc/rc.d/openvpn for details.
Connect to VPN server as a client with this command to include
the client.up/down scripts in the initialization:
openvpn-client <spec>.ovpn
For compatibility notes when interoperating with older OpenVPN
versions, please see <http://openvpn.net/relnotes.html>
Note that OpenVPN does not officially support LibreSSL.
EOM
}
]
+6
View File
@@ -1,3 +1,9 @@
[
{ type: install
message: <<EOM
Free rainbow tables (for Windows XP and Vista/7) can be downloaded from
http://ophcrack.sourceforge.net/tables.php; professional versions are
available for purchase.
EOM
}
]
+6
View File
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
Manually edit pam.d/* files as needed and add in the required auth line and
remove any undesired fallback lines. Also ensure you arent already using opie!"
@@ -7,3 +10,6 @@ auth sufficient pam_orthrus.so
Please remember to delete any such entry BEFORE deinstalling this port or you
could lock yourself out !!
EOM
}
]
+6 -6
View File
@@ -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
}
]
+10 -3
View File
@@ -1,4 +1,6 @@
=================================================================
[
{ type: install
message: <<EOM
- Universal server building block (OpenXPKI) for arbitrary PKI: installed.
- SCEP prerequisite binary and i18n tools for UI: installed.
- Enable utf8 locale (e.g. en_US.utf8) for the translation staff to operate
@@ -48,8 +50,13 @@ install -m 660 -o www -g www /dev/null /var/log/openxpki/soap.log
/var/openxpki/session: session files.
/var/log/openxpki: server log files.
/var/tmp: temporary directory.
==================================================================
EOM
}
{ type: upgrade
message: <<EOM
If you update existing installation, please check if extra handwork
is needed in your case:
http://openxpki.readthedocs.io/en/latest/upgrading.html
==================================================================
EOM
}
]
+6 -4
View File
@@ -1,5 +1,6 @@
*****************************************************************************
[
{ type: install
message: <<EOM
Read files in %%DOCSDIR%% for info on how to set up.
The PAM subsystem only looks for modules in /usr/lib: to use any pam module
@@ -9,5 +10,6 @@ from the ports, either specify the full pathname in your pam.d config file
Example:
ln -sf %%PREFIX%%/lib/pam_mysql.so /usr/lib/pam_mysql.so
*****************************************************************************
EOM
}
]
+6 -1
View File
@@ -1,4 +1,6 @@
[
{ type: install
message: <<EOM
Follow the instructions in the
%%PREFIX%%/share/doc/pam-pgsql/README
@@ -6,3 +8,6 @@ Follow the instructions in the
to use this module. Note, that unlike most other ports, this port
installs a file into /usr/lib directly (/usr/lib/pam_pgsql.so),
because PAM requires that.
EOM
}
]
+6
View File
@@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
The security/fprint_demo port contains the graphical `fprint_demo'
application that allows you to manage your finger prints in a comfortable
way.
@@ -11,3 +14,6 @@ auth sufficient %%PREFIX%%/lib/pam_fprint.so
/etc/pam.d/system is used for system-wide defaults,
/etc/pam.d/{gdm, kde} are used by the GDM/KDM login managers.
EOM
}
]
+6 -2
View File
@@ -1,7 +1,11 @@
[
{ type: install
message: <<EOM
You may want to add something like this to your /etc/pam.d/login
or /etc/pam.d/sshd ( when you've configured ssh with PAM )
file to use this module:
session required %%PREFIX%%/lib/pam_jail.so
EOM
}
]
+6 -2
View File
@@ -1,8 +1,12 @@
================================================================================
[
{ type: install
message: <<EOM
Copy %%PREFIX%%/etc/ldap.conf.dist to %%PREFIX%%/etc/ldap.conf, then edit
%%PREFIX%%/etc/ldap.conf in order to use this module. Add a line similar to
the following to /etc/pam.conf on 4.X, or create an /etc/pam.d/ldap
on 5.X and higher with a line similar to the following:
login auth sufficient %%PREFIX%%/lib/pam_ldap.so
================================================================================
EOM
}
]
+6 -4
View File
@@ -1,9 +1,11 @@
[
{ type: install
message: <<EOM
You may want to add something like this to your /etc/pam.d/login
or /etc/pam.d/sshd ( when you've configured ssh with PAM )
file to use this module:
session required %%PREFIX%%/lib/pam_mkhomedir.so
EOM
}
]
+6 -2
View File
@@ -1,6 +1,10 @@
[
{ type: install
message: <<EOM
For setup instructions on authenticating with your YubiKey, see:
%%DOCSDIR%%/README
or
https://github.com/Yubico/yubico-pam/blob/master/README
EOM
}
]
+6
View File
@@ -1,3 +1,9 @@
[
{ type: install
message: <<EOM
A startup script 'passivedns' was installed in %%PREFIX%%/etc/rc.d/.
Type "passivedns -h" on the commandline for usage instructions.
EOM
}
]

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