diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 11:09:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 11:09:14 +0000 |
commit | e87a8bd319cefd3a75d9d061fe9ac6bad980b0db (patch) | |
tree | e9e6dc56d6e4b04cfacf45ccb3b74fdd987668e3 /sysutils | |
parent | Fixup the NDK distfile extraction, sometime, libarchive can't cope (diff) |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=415503
Diffstat (limited to 'sysutils')
36 files changed, 54 insertions, 54 deletions
diff --git a/sysutils/acerhdf-kmod/pkg-message b/sysutils/acerhdf-kmod/pkg-message index 4cdecff890df..630ed3713d94 100644 --- a/sysutils/acerhdf-kmod/pkg-message +++ b/sysutils/acerhdf-kmod/pkg-message @@ -2,7 +2,7 @@ The acerhdf fan control is disabled by default. To enable it add the following settings to /boot/loader.conf acerhdf_load="YES" - + and to /etc/sysctl.conf dev.acerhdf.0.enabled=1 diff --git a/sysutils/apcupsd/files/pkg-message.in b/sysutils/apcupsd/files/pkg-message.in index 36ee3eb2ff77..98f2d6f98c51 100644 --- a/sysutils/apcupsd/files/pkg-message.in +++ b/sysutils/apcupsd/files/pkg-message.in @@ -10,7 +10,7 @@ Sample files are installed in %%ETCDIR%%. These files must be copied and/or configured for a proper working apcupsd. You need to modify %%ETCDIR%%/apcupsd.conf as follows: - For serial cable: DEVICE /dev/cuadX (or /dev/cuaaX for [45.]x) + For serial cable: DEVICE /dev/cuadX (or /dev/cuaaX for [45.]x) For USB cable: DEVICE (yes, leave it blank after DEVICE) NOTE that for USB cable you must comment out the line diff --git a/sysutils/atop/files/pkg-message.in b/sysutils/atop/files/pkg-message.in index 53f396327930..d3d983bb98af 100644 --- a/sysutils/atop/files/pkg-message.in +++ b/sysutils/atop/files/pkg-message.in @@ -2,9 +2,9 @@ atop succesfully installed. To run in interactive mode use "atop" command. -To run the atop in collecting mode from startup, add +To run the atop in collecting mode from startup, add -atop_enable="YES" +atop_enable="YES" in your /etc/rc.conf. diff --git a/sysutils/boxbackup/files/pkg-message.in b/sysutils/boxbackup/files/pkg-message.in index ee4ff003ca2a..36053708291f 100644 --- a/sysutils/boxbackup/files/pkg-message.in +++ b/sysutils/boxbackup/files/pkg-message.in @@ -4,7 +4,7 @@ %%SERVER%%configuration options The default location of configuration files changed from -%%PREFIX%%/etc/box to %%ETCDIR%%, if you are upgrading then run +%%PREFIX%%/etc/box to %%ETCDIR%%, if you are upgrading then run mv %%PREFIX%%/etc/box %%ETCDIR%% %%CLIENT%%To run bbackupd at startup, add bbackupd_enable="YES" to /etc/rc.conf diff --git a/sysutils/clockspeed/pkg-message b/sysutils/clockspeed/pkg-message index 779622c7057d..d7412ef02908 100644 --- a/sysutils/clockspeed/pkg-message +++ b/sysutils/clockspeed/pkg-message @@ -32,7 +32,7 @@ if you remove this port. To disable it, simply re-do step 6 without Step 6 should not break anything but you can disable it anytime as per last paragraph if you think something unusual has happened to your system. - + 7) /stand/sysinstall -> configure -> time zone (choose the correct time zone for your system) 8) sntpclock IP.OF.NTP.SERVER | clockview diff --git a/sysutils/clonehdd/pkg-message b/sysutils/clonehdd/pkg-message index 02fb0c773e3f..45ee669257b4 100644 --- a/sysutils/clonehdd/pkg-message +++ b/sysutils/clonehdd/pkg-message @@ -1,7 +1,7 @@ ---------------------------------------------------------------------- ## ATTENTION! ## ATTENTION! ## ATTENTION! ## -This tool can damage your data if you will use it without +This tool can damage your data if you will use it without understanding how it works! Please, run "man clonehdd" or read README file. diff --git a/sysutils/colorize/files/pkg-message.in b/sysutils/colorize/files/pkg-message.in index 28b663b78d0f..ffb1c97cddcf 100644 --- a/sysutils/colorize/files/pkg-message.in +++ b/sysutils/colorize/files/pkg-message.in @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -To customize the colorize utility, you can make changes to +To customize the colorize utility, you can make changes to %%PREFIX%%/etc/colorizerc or user-specific changes in ~/.colorizerc --------------------------------------------------------------------------- diff --git a/sysutils/daedalus/pkg-message b/sysutils/daedalus/pkg-message index 122a152ccbd6..19670ef04dfa 100644 --- a/sysutils/daedalus/pkg-message +++ b/sysutils/daedalus/pkg-message @@ -2,7 +2,7 @@ IMPORTANT NOTE: =============== -If you are upgrading from a version previous to 2.0, the +If you are upgrading from a version previous to 2.0, the location and layout of the configuration files has changed. They are now in XML and a templates.xml file can be referenced that allows updating of templates from machine to diff --git a/sysutils/docker-freebsd/pkg-message b/sysutils/docker-freebsd/pkg-message index f01d94f6fa82..bd81519739ec 100644 --- a/sysutils/docker-freebsd/pkg-message +++ b/sysutils/docker-freebsd/pkg-message @@ -1,9 +1,9 @@ -Docker requires a bit of setup before usage. +Docker requires a bit of setup before usage. You will need to create a ZFS dataset on /usr/docker -# zfs create -o mountpoint=/usr/docker <zroot>/docker +# zfs create -o mountpoint=/usr/docker <zroot>/docker And lastly enable the docker daemon # sysrc -f /etc/rc.conf docker_enable="YES" @@ -18,4 +18,4 @@ nat on ${iface} from 172.17.0.0/16 to any -> (${iface}) Where $iface is the default NIC on the system, or the value of $docker_nat_iface. This is for network connectivity to docker containers in this early port. This should not be needed in future -versions of docker. +versions of docker. diff --git a/sysutils/duply/files/pkg-message.in b/sysutils/duply/files/pkg-message.in index 0f0ff8e280f5..fe1966a2edd6 100644 --- a/sysutils/duply/files/pkg-message.in +++ b/sysutils/duply/files/pkg-message.in @@ -3,23 +3,23 @@ /etc/periodic.conf or /etc/periodic.conf.local Configuration Settings (with default values): - + backup_duply_enable="NO" enable duply backup - + backup_duply_profile="" default duply profile to use see duply usage - + backup_duply_command="bkp_status" default duply commands - + backup_duply_opt="" options passed to duply - + backup_duply_random="0" randomize backup time - + Add these lines to your /etc/crontab 10 3 * * * root periodic backup diff --git a/sysutils/dvdisaster/pkg-message b/sysutils/dvdisaster/pkg-message index 751f67bdbbad..4ade30318520 100644 --- a/sysutils/dvdisaster/pkg-message +++ b/sysutils/dvdisaster/pkg-message @@ -27,7 +27,7 @@ If the above step works you can load the kernel module at boot time by adding atapicam_load="YES" -at the end of /boot/loader.conf +at the end of /boot/loader.conf * (Optionally) recompiling the kernel diff --git a/sysutils/feather/files/pkg-message.in b/sysutils/feather/files/pkg-message.in index 9e9639f9cfc2..ce9455a7c3c4 100644 --- a/sysutils/feather/files/pkg-message.in +++ b/sysutils/feather/files/pkg-message.in @@ -2,7 +2,7 @@ Feather is designed to be run from cron like this: - */5 * * * * %%PREFIX%%/bin/feather %%PREFIX%%/etc/feather.yaml + */5 * * * * %%PREFIX%%/bin/feather %%PREFIX%%/etc/feather.yaml If installed, please check the contents of %%DOCSDIR%%/README for the syntax of the YAML file, as well as the sample file at diff --git a/sysutils/froxlor/files/pkg-message.in b/sysutils/froxlor/files/pkg-message.in index 9cdbe92fed25..2343fbd7e666 100644 --- a/sysutils/froxlor/files/pkg-message.in +++ b/sysutils/froxlor/files/pkg-message.in @@ -5,7 +5,7 @@ INFORMATION INTO %%WWWDIR%%/logs. Please visit froxlor's website for more information. -You will want to check and eventually modify some of +You will want to check and eventually modify some of the paths used by froxlor, as this port currently does not make any attempts to change the defaults as given by the upstream. diff --git a/sysutils/fusefs-smbnetfs/files/pkg-message.in b/sysutils/fusefs-smbnetfs/files/pkg-message.in index 429ff05e343e..fa7791174cf1 100644 --- a/sysutils/fusefs-smbnetfs/files/pkg-message.in +++ b/sysutils/fusefs-smbnetfs/files/pkg-message.in @@ -14,7 +14,7 @@ Copy your smb.conf (usually in %%PREFIX%%/etc/) and % cp %%PREFIX%%/etc/smb.conf %%DOCSDIR%%/smbnetfs.conf ~/.smb/ Make mountpoint for smb network and mount it: - + % mkdir ~/mountpoint % smbnetfs ~/mountpoint diff --git a/sysutils/ganglia-webfrontend/files/pkg-message.in b/sysutils/ganglia-webfrontend/files/pkg-message.in index 0d9710707a19..ba1b586774d5 100644 --- a/sysutils/ganglia-webfrontend/files/pkg-message.in +++ b/sysutils/ganglia-webfrontend/files/pkg-message.in @@ -33,7 +33,7 @@ Nginx configuration: If you are using a different document root, then you will need to create the appropriate location directive. -The default configuration is stored in +The default configuration is stored in %%WWWDIR%%/conf_default.php. If you want to customize the configuration make customizations to %%WWWDIR%%/conf.php . diff --git a/sysutils/getdelta/files/pkg-message.in b/sysutils/getdelta/files/pkg-message.in index 568341e2dd1f..8403e319b8d8 100644 --- a/sysutils/getdelta/files/pkg-message.in +++ b/sysutils/getdelta/files/pkg-message.in @@ -1,5 +1,5 @@ ========================================================================================= -ATTENTION! +ATTENTION! To use Getdelta for upgrading ports you need to add the following string into /etc/make.conf: FETCH_CMD=%%PREFIX%%/bin/getdelta.sh diff --git a/sysutils/healthd/files/pkg-message.in b/sysutils/healthd/files/pkg-message.in index 371862d2a2a2..97c669ec0602 100644 --- a/sysutils/healthd/files/pkg-message.in +++ b/sysutils/healthd/files/pkg-message.in @@ -1,2 +1,2 @@ -It is recommended to edit %%PREFIX%%/etc/healthd.conf +It is recommended to edit %%PREFIX%%/etc/healthd.conf so it match the monitored system before running the program. diff --git a/sysutils/heartbeat/files/pkg-message.in b/sysutils/heartbeat/files/pkg-message.in index 656989b802a7..c4758d608e70 100644 --- a/sysutils/heartbeat/files/pkg-message.in +++ b/sysutils/heartbeat/files/pkg-message.in @@ -15,7 +15,7 @@ INFORMATION: - - Configuration directory: %%PREFIX%%/etc/ha.d + - Configuration directory: %%PREFIX%%/etc/ha.d CAVEATS: diff --git a/sysutils/istatd/files/pkg-message.in b/sysutils/istatd/files/pkg-message.in index f2d0771818c0..7340e84f2e9d 100644 --- a/sysutils/istatd/files/pkg-message.in +++ b/sysutils/istatd/files/pkg-message.in @@ -1,6 +1,6 @@ ================================================================================ -Please copy %%PREFIX%%/etc/istat.conf-dist to %%PREFIX%%/etc/istat.conf and +Please copy %%PREFIX%%/etc/istat.conf-dist to %%PREFIX%%/etc/istat.conf and change necessary variables before starting the daemon. ================================================================================ diff --git a/sysutils/k3b-kde4/pkg-message b/sysutils/k3b-kde4/pkg-message index 7faf8f8ede7f..b2c30c5670f5 100644 --- a/sysutils/k3b-kde4/pkg-message +++ b/sysutils/k3b-kde4/pkg-message @@ -18,10 +18,10 @@ Notes for FreeBSD 7.x and onwards users: - to enable it, add to your /etc/rc.conf a devfs_system_ruleset="system" d. Every user who should be able to use k3b must have read and write access - to all pass through devices connected with CD and DVD drives and to the - /dev/xpt0 device. Run 'camcontrol devlist' to identify those devices (seek - string 'passX' at the end of each line). Note, that this is a security - leak as well but that there is no alternative! + to all pass through devices connected with CD and DVD drives and to the + /dev/xpt0 device. Run 'camcontrol devlist' to identify those devices (seek + string 'passX' at the end of each line). Note, that this is a security + leak as well but that there is no alternative! - add to your /etc/devfs.rules under '[system=10]': add path 'pass*' mode 666 add path 'xpt0' mode 666 diff --git a/sysutils/logstash-forwarder/files/pkg-message.in b/sysutils/logstash-forwarder/files/pkg-message.in index 30355147c119..cc32aa0a2f10 100644 --- a/sysutils/logstash-forwarder/files/pkg-message.in +++ b/sysutils/logstash-forwarder/files/pkg-message.in @@ -3,7 +3,7 @@ If you want to run logstash-forwarder, add to /etc/rc.conf logstash_forwarder_enable="YES" -Do not forget to edit your configuration file: +Do not forget to edit your configuration file: Default: ${PREFIX}/etc/logstash-forwarder.conf diff --git a/sysutils/logtool/pkg-message b/sysutils/logtool/pkg-message index fa963277f72b..9f37310c2a0a 100644 --- a/sysutils/logtool/pkg-message +++ b/sysutils/logtool/pkg-message @@ -1,6 +1,6 @@ ########################################################################### -# -# Sample configuration files are installed in +# +# Sample configuration files are installed in # # PREFIX/share/examples/logtool # diff --git a/sysutils/msyslog/files/pkg-message.in b/sysutils/msyslog/files/pkg-message.in index 0e817bebe622..9d5c3552bf8b 100644 --- a/sysutils/msyslog/files/pkg-message.in +++ b/sysutils/msyslog/files/pkg-message.in @@ -7,10 +7,10 @@ To replace FreeBSD's standard syslogd with msyslog, do this: 2) Set up a startup script in %%PREFIX%%/etc/rc.d. For your convinience, a msyslog.sh has been provided. put this in /etc/rc.conf - + msyslogd_enable="YES" -3) Pass right values from man pages to /etc/rc.conf for +3) Pass right values from man pages to /etc/rc.conf for msyslogd_flags="" 4) Stop the standard FreeBSD syslogd from starting automatically by putting this diff --git a/sysutils/py-salt/files/pkg-message.in b/sysutils/py-salt/files/pkg-message.in index 47459fb67a78..c5cd25c792aa 100644 --- a/sysutils/py-salt/files/pkg-message.in +++ b/sysutils/py-salt/files/pkg-message.in @@ -21,7 +21,7 @@ To configure a Salt Proxy Minion, do the following: o sysrc salt_proxy_enable="YES" o sysrc salt_proxy_list="" - o Update the salt_proxy_list with the proxy minion name(s) + o Update the salt_proxy_list with the proxy minion name(s) =================================================================================================== diff --git a/sysutils/realsync/files/pkg-message.in b/sysutils/realsync/files/pkg-message.in index b5a5fdd966ed..ddc091e1041e 100644 --- a/sysutils/realsync/files/pkg-message.in +++ b/sysutils/realsync/files/pkg-message.in @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------------------- Author: Krasimir Nachev e-mail: krasi@it-sys.org Please: - 1. Edit %%PREFIX%%/etc/realsync.cfg + 1. Edit %%PREFIX%%/etc/realsync.cfg 2. Genenerate a ssh key with the command below: ssh-keygen -b 4048 -t rsa -C "realsync automatic sync" 3. Copy the key to some remote nodes: diff --git a/sysutils/rsyncbackup/files/pkg-message.in b/sysutils/rsyncbackup/files/pkg-message.in index 400683dbf517..c5b9ef0af47a 100644 --- a/sysutils/rsyncbackup/files/pkg-message.in +++ b/sysutils/rsyncbackup/files/pkg-message.in @@ -3,7 +3,7 @@ NOTE: ========== -rsyncbackup is now installed on your system. +rsyncbackup is now installed on your system. - rsyncbackup installed into %%PREFIX%%/bin/rsyncbackup @@ -14,7 +14,7 @@ rsyncbackup is now installed on your system. NOTE: %%PREFIX%%/etc/rsyncbackup is deleted upon deletion - HTML documentation: - The HTML documentation has been installed into + The HTML documentation has been installed into %%DOCSDIR%% diff --git a/sysutils/scanbuttond/files/pkg-message.in b/sysutils/scanbuttond/files/pkg-message.in index 74e09a789b9b..8274da776559 100644 --- a/sysutils/scanbuttond/files/pkg-message.in +++ b/sysutils/scanbuttond/files/pkg-message.in @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------- scanbuttond has been installed, but is not quite ready to be used yet. -To make scanbuttond actually do something you have to edit +To make scanbuttond actually do something you have to edit %%PREFIX%%/etc/scanbuttond/buttonpressed.sh and change it to your needs. If you are having trouble getting your scanner detected try uncommenting one @@ -13,9 +13,9 @@ sane-find-scanner > /dev/null 2> /dev/null If your scanner is connected via a hot-plug capable technology (e.g. USB) you can conveniently enable scanbuttond every time you attach you scanner by -using devd. In order to do so you may add the following lines to your -/etc/devd.conf and restart devd after you are done. -(Make sure to replace device-name, vendor, product and back-end name to +using devd. In order to do so you may add the following lines to your +/etc/devd.conf and restart devd after you are done. +(Make sure to replace device-name, vendor, product and back-end name to something that matches your environment) attach 20 { @@ -27,7 +27,7 @@ attach 20 { -S %%PREFIX%%/etc/scanbuttond/initscanner.sh \ -b %%PREFIX%%/lib/libscanbtnd-backend_plustek.so"; }; - + detach 20 { device-name "ugen[0-9]+"; match "vendor" "0x04a9"; diff --git a/sysutils/sievelog/files/pkg-message.in b/sysutils/sievelog/files/pkg-message.in index 89cd06a143ff..da72bf3beb90 100644 --- a/sysutils/sievelog/files/pkg-message.in +++ b/sysutils/sievelog/files/pkg-message.in @@ -1,4 +1,4 @@ -An example sievelog configuration file has been dropped +An example sievelog configuration file has been dropped in %%PREFIX%%/etc/sievelog.conf.example. For more details, see http://sievelog.googlecode.com/. diff --git a/sysutils/smartmontools/files/pkg-message.in b/sysutils/smartmontools/files/pkg-message.in index 9db5193a0843..9c68b7009fc2 100644 --- a/sysutils/smartmontools/files/pkg-message.in +++ b/sysutils/smartmontools/files/pkg-message.in @@ -12,7 +12,7 @@ add a line like the following to /etc/periodic.conf: substituting the appropriate device names for your SMART-capable disks. To enable drive monitoring, you can use %%PREFIX%%/sbin/smartd. -A sample configuration file has been installed as +A sample configuration file has been installed as %%PREFIX%%/etc/smartd.conf.sample Copy this file to %%PREFIX%%/etc/smartd.conf and edit appropriately diff --git a/sysutils/syslog-ng-devel/files/pkg-message.in b/sysutils/syslog-ng-devel/files/pkg-message.in index 2b5582660897..36cb7e65a243 100644 --- a/sysutils/syslog-ng-devel/files/pkg-message.in +++ b/sysutils/syslog-ng-devel/files/pkg-message.in @@ -18,7 +18,7 @@ syslog-ng is now installed! To replace FreeBSD's standard syslogd adding a line to the end of your /etc/rc.conf file that reads: syslogd_enable="NO" - + 4. Shut down the standard FreeBSD syslogd: kill `cat /var/run/syslog.pid` diff --git a/sysutils/syslog-ng34/files/pkg-message.in b/sysutils/syslog-ng34/files/pkg-message.in index 2b5582660897..36cb7e65a243 100644 --- a/sysutils/syslog-ng34/files/pkg-message.in +++ b/sysutils/syslog-ng34/files/pkg-message.in @@ -18,7 +18,7 @@ syslog-ng is now installed! To replace FreeBSD's standard syslogd adding a line to the end of your /etc/rc.conf file that reads: syslogd_enable="NO" - + 4. Shut down the standard FreeBSD syslogd: kill `cat /var/run/syslog.pid` diff --git a/sysutils/syslog-ng35/files/pkg-message.in b/sysutils/syslog-ng35/files/pkg-message.in index 2b5582660897..36cb7e65a243 100644 --- a/sysutils/syslog-ng35/files/pkg-message.in +++ b/sysutils/syslog-ng35/files/pkg-message.in @@ -18,7 +18,7 @@ syslog-ng is now installed! To replace FreeBSD's standard syslogd adding a line to the end of your /etc/rc.conf file that reads: syslogd_enable="NO" - + 4. Shut down the standard FreeBSD syslogd: kill `cat /var/run/syslog.pid` diff --git a/sysutils/syslog-ng36/files/pkg-message.in b/sysutils/syslog-ng36/files/pkg-message.in index 2b5582660897..36cb7e65a243 100644 --- a/sysutils/syslog-ng36/files/pkg-message.in +++ b/sysutils/syslog-ng36/files/pkg-message.in @@ -18,7 +18,7 @@ syslog-ng is now installed! To replace FreeBSD's standard syslogd adding a line to the end of your /etc/rc.conf file that reads: syslogd_enable="NO" - + 4. Shut down the standard FreeBSD syslogd: kill `cat /var/run/syslog.pid` diff --git a/sysutils/syslog-ng37/files/pkg-message.in b/sysutils/syslog-ng37/files/pkg-message.in index 2b5582660897..36cb7e65a243 100644 --- a/sysutils/syslog-ng37/files/pkg-message.in +++ b/sysutils/syslog-ng37/files/pkg-message.in @@ -18,7 +18,7 @@ syslog-ng is now installed! To replace FreeBSD's standard syslogd adding a line to the end of your /etc/rc.conf file that reads: syslogd_enable="NO" - + 4. Shut down the standard FreeBSD syslogd: kill `cat /var/run/syslog.pid` diff --git a/sysutils/upsdaemon/pkg-message b/sysutils/upsdaemon/pkg-message index f04f449e4a74..d75fe006ba77 100644 --- a/sysutils/upsdaemon/pkg-message +++ b/sysutils/upsdaemon/pkg-message @@ -1,7 +1,7 @@ ************************************************* NOTICE: - To run UpsDaemon from startup add + To run UpsDaemon from startup add upsdaemon_enable="YES" in rc.conf ************************************************* diff --git a/sysutils/zfsnap/pkg-message b/sysutils/zfsnap/pkg-message index 5e71e15f6f0b..1114ee61fb51 100644 --- a/sysutils/zfsnap/pkg-message +++ b/sysutils/zfsnap/pkg-message @@ -39,7 +39,7 @@ Deleting zfs snapshots takes more time than creating them. There for it's better to delete snapshots once per day... - + Periodic scripts provide very limited feature set. If you want to use more advanced setup, you need to call zfSnap from crontab directly. This way you can combine all sort of parameter combinations. |