aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-01 15:08:31 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-01 15:09:49 +0000
commit7b4d1f0b36f88f7fee1898a9cc10c2acf261a123 (patch)
tree2abf1c896f8e1fd58b9c4e767d74a5ba36df7259 /sysutils
parentfda98f5fc2459e6d2a205ca94c44ec038b560866 (diff)
downloadports-7b4d1f0b36f88f7fee1898a9cc10c2acf261a123.tar.gz
ports-7b4d1f0b36f88f7fee1898a9cc10c2acf261a123.zip
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/apachetop/pkg-descr2
-rw-r--r--sysutils/consolekit2/pkg-descr2
-rw-r--r--sysutils/docker/pkg-descr2
-rw-r--r--sysutils/g15daemon/pkg-descr6
-rw-r--r--sysutils/mac_nonet/pkg-descr4
-rw-r--r--sysutils/mac_rtprio/pkg-descr2
-rw-r--r--sysutils/myrescue/pkg-descr2
-rw-r--r--sysutils/passwordsafe/pkg-descr4
-rw-r--r--sysutils/plasma5-drkonqi/pkg-descr2
-rw-r--r--sysutils/powermon/pkg-descr2
-rw-r--r--sysutils/py-hpilo/pkg-descr2
-rw-r--r--sysutils/rocr/pkg-descr2
-rw-r--r--sysutils/rubygem-chef-telemetry/pkg-descr2
-rw-r--r--sysutils/rw/pkg-descr2
-rw-r--r--sysutils/safecopy/pkg-descr10
-rw-r--r--sysutils/siegfried/pkg-descr4
-rw-r--r--sysutils/vzvol/pkg-descr4
-rw-r--r--sysutils/wimlib/pkg-descr2
18 files changed, 28 insertions, 28 deletions
diff --git a/sysutils/apachetop/pkg-descr b/sysutils/apachetop/pkg-descr
index 937f22204e49..58322f997a27 100644
--- a/sysutils/apachetop/pkg-descr
+++ b/sysutils/apachetop/pkg-descr
@@ -1,4 +1,4 @@
ApacheTop watches a logfile generated by Apache (in standard common or
combined log format) and generates human-parsable output in realtime.
-WWW: https://github.com/tessus/apachetop
+WWW: https://github.com/tessus/apachetop
diff --git a/sysutils/consolekit2/pkg-descr b/sysutils/consolekit2/pkg-descr
index ac7f514abfa1..3525e8879474 100644
--- a/sysutils/consolekit2/pkg-descr
+++ b/sysutils/consolekit2/pkg-descr
@@ -3,7 +3,7 @@ sessions, and seats. It allows multiple users to be logged in at the
same time and share hardware for their graphical session. ConsoleKit2
will keep track of those resources and whichever session is active
will have use of the hardware at that time.
-
+
What is a seat?
===============
A seat is a collection of sessions and a set of hardware (usually at
diff --git a/sysutils/docker/pkg-descr b/sysutils/docker/pkg-descr
index 439c302f2917..df01af6d3582 100644
--- a/sysutils/docker/pkg-descr
+++ b/sysutils/docker/pkg-descr
@@ -3,6 +3,6 @@ Docker to eliminate "works on my machine" problems when collaborating on code
with co-workers. Operators use Docker to run and manage apps side-by-side in
isolated containers to get better compute density. Enterprises use Docker to
build agile software delivery pipelines to ship new features faster, more
-securely and with confidence for both Linux and Windows Server apps.
+securely and with confidence for both Linux and Windows Server apps.
WWW: https://www.docker.com/
diff --git a/sysutils/g15daemon/pkg-descr b/sysutils/g15daemon/pkg-descr
index 415d6bc21480..104235b1c1cd 100644
--- a/sysutils/g15daemon/pkg-descr
+++ b/sysutils/g15daemon/pkg-descr
@@ -1,7 +1,7 @@
-G15daemon takes control of the G15 keyboard, allowing the use of all keys
-through the uinput device driver. It also controls the use of the
+G15daemon takes control of the G15 keyboard, allowing the use of all keys
+through the uinput device driver. It also controls the use of the
keyboard's LCD display, allows multiple, simultaneous client applications
-to connect, and gives the user the ability to switch between client apps
+to connect, and gives the user the ability to switch between client apps
at the press of a button.
WWW: https://gitlab.com/menelkir/g15daemon
diff --git a/sysutils/mac_nonet/pkg-descr b/sysutils/mac_nonet/pkg-descr
index 348c2b880685..295c207bbfa0 100644
--- a/sysutils/mac_nonet/pkg-descr
+++ b/sysutils/mac_nonet/pkg-descr
@@ -2,11 +2,11 @@ Simple MAC framework policy to disable access to networking for
certain group. Running kldload mac_nonet.ko to load the kernel
module. The load action require root permissions.
-Set gid that shouldn't access the network:
+Set gid that shouldn't access the network:
sysctl security.mac.nonet.gid=31337
and enable enforcing:
sysctl security.mac.nonet.enabled=1
-
+
Any call to socket(2) from user in this group will end with EPERM.
You can also select group that can access only AF_UNIX sockets with
security.mac.nonet.local_gid.
diff --git a/sysutils/mac_rtprio/pkg-descr b/sysutils/mac_rtprio/pkg-descr
index 202392012bc6..09f51f17d636 100644
--- a/sysutils/mac_rtprio/pkg-descr
+++ b/sysutils/mac_rtprio/pkg-descr
@@ -1,7 +1,7 @@
Simple MAC framework policy to manage access for setting realtime priorities by
selected GID.Running kldload mac_rtprio.ko to load the kernel module. The load
action require root permissions. Set GID that should be able to change realtime
-priorities:
+priorities:
sysctl security.mac.rtprio.gid=1001
and enable enforcing:
sysctl security.mac.rtprio.enabled=1
diff --git a/sysutils/myrescue/pkg-descr b/sysutils/myrescue/pkg-descr
index 09cc3eb27659..21b6479c74a6 100644
--- a/sysutils/myrescue/pkg-descr
+++ b/sysutils/myrescue/pkg-descr
@@ -1,4 +1,4 @@
-myrescue is a program to rescue the still-readable data from a damaged
+myrescue is a program to rescue the still-readable data from a damaged
hard-disk. It is similar in purpose to dd_rescue, but it tries to quickly get
out of damaged areas, handling the non-damaged areas and then returning to
the damaged sections later.
diff --git a/sysutils/passwordsafe/pkg-descr b/sysutils/passwordsafe/pkg-descr
index 96282b41adf5..6357e40ee92d 100644
--- a/sysutils/passwordsafe/pkg-descr
+++ b/sysutils/passwordsafe/pkg-descr
@@ -1,5 +1,5 @@
-Password Safe is a password database utility. Users can keep their
-passwords securely encrypted on their computers. A single Safe Combination
+Password Safe is a password database utility. Users can keep their
+passwords securely encrypted on their computers. A single Safe Combination
unlocks them all.
WWW: https://pwsafe.org
diff --git a/sysutils/plasma5-drkonqi/pkg-descr b/sysutils/plasma5-drkonqi/pkg-descr
index 2d05ccf7ce9b..474aef660812 100644
--- a/sysutils/plasma5-drkonqi/pkg-descr
+++ b/sysutils/plasma5-drkonqi/pkg-descr
@@ -1,3 +1,3 @@
-Plasma5 crash handler
+Plasma5 crash handler
WWW: https://www.kde.org/plasma-desktop
diff --git a/sysutils/powermon/pkg-descr b/sysutils/powermon/pkg-descr
index 53408f878b9e..5ab49d488096 100644
--- a/sysutils/powermon/pkg-descr
+++ b/sysutils/powermon/pkg-descr
@@ -1,6 +1,6 @@
Powermon is a small utility that reads the CPU internal power counters,
calculates the current power consumption and displays it together with
-some nice statistics on an interactive curses interface.
+some nice statistics on an interactive curses interface.
All Intel CPUs starting with Sandy Bridge are supported. Older Intel
CPUs and CPUs from other vendors don't expose the necessary performance
diff --git a/sysutils/py-hpilo/pkg-descr b/sysutils/py-hpilo/pkg-descr
index ac9e0e125673..802d52d455b0 100644
--- a/sysutils/py-hpilo/pkg-descr
+++ b/sysutils/py-hpilo/pkg-descr
@@ -1,4 +1,4 @@
-This module provide a python library and command-line tool that make
+This module provide a python library and command-line tool that make
easier to interact with HP iLO management interface.
WWW: https://github.com/seveas/python-hpilo
diff --git a/sysutils/rocr/pkg-descr b/sysutils/rocr/pkg-descr
index 6f92ad676994..c8b8e0d146a7 100644
--- a/sysutils/rocr/pkg-descr
+++ b/sysutils/rocr/pkg-descr
@@ -1,6 +1,6 @@
rocr
-HPC market enhanced HSA based runtime
+HPC market enhanced HSA based runtime
The user-mode API interfaces and libraries necessary for host applications to
launch compute kernels to available HSA ROCm kernel agents.
diff --git a/sysutils/rubygem-chef-telemetry/pkg-descr b/sysutils/rubygem-chef-telemetry/pkg-descr
index dafdf20f96d6..832a8eb6befb 100644
--- a/sysutils/rubygem-chef-telemetry/pkg-descr
+++ b/sysutils/rubygem-chef-telemetry/pkg-descr
@@ -1,4 +1,4 @@
-Send user actions to the Chef telemetry system.
+Send user actions to the Chef telemetry system.
See Chef RFC-051 for further information
WWW: https://github.com/chef/chef-telemetry
diff --git a/sysutils/rw/pkg-descr b/sysutils/rw/pkg-descr
index 44ddb36563ef..f91cec5e18d5 100644
--- a/sysutils/rw/pkg-descr
+++ b/sysutils/rw/pkg-descr
@@ -1,5 +1,5 @@
rw is a command line program which copies information between files or byte
-streams. The rw command is designed to be a replacement for dd with
+streams. The rw command is designed to be a replacement for dd with
standard style command line flags.
WWW: https://sortix.org/rw/
diff --git a/sysutils/safecopy/pkg-descr b/sysutils/safecopy/pkg-descr
index 809b8e508efc..332aa707624d 100644
--- a/sysutils/safecopy/pkg-descr
+++ b/sysutils/safecopy/pkg-descr
@@ -1,11 +1,11 @@
-Safecopy is a data recovery tool which tries to extract as much data as
+Safecopy is a data recovery tool which tries to extract as much data as
possible from a problematic (i.e. damaged sectors) source - like floppy drives,
-hard disk partitions, CDs, tape devices etc, ... , where other tools like dd
+hard disk partitions, CDs, tape devices etc, ... , where other tools like dd
would fail due to I/O errors.
-Safecopy includes a low level IO layer to read CDROM disks in raw mode, and
+Safecopy includes a low level IO layer to read CDROM disks in raw mode, and
issue device resets and other helpful low level operations on a number of other
device classes.
-The project also includes a device simulator which can be used to simulate bad
-media for testing and benchmarking safecopy as well as other data rescue tools.
+The project also includes a device simulator which can be used to simulate bad
+media for testing and benchmarking safecopy as well as other data rescue tools.
WWW: http://safecopy.sourceforge.net/
diff --git a/sysutils/siegfried/pkg-descr b/sysutils/siegfried/pkg-descr
index badbcde39d67..1c3bd45dcb3b 100644
--- a/sysutils/siegfried/pkg-descr
+++ b/sysutils/siegfried/pkg-descr
@@ -1,5 +1,5 @@
-Siegfried is a signature-based file format identification tool,
-implementing the National Archives UK's PRONOM file format
+Siegfried is a signature-based file format identification tool,
+implementing the National Archives UK's PRONOM file format
signatures and freedesktop.org's MIME-info file format signatures.
WWW: http://www.itforarchivists.com/siegfried
diff --git a/sysutils/vzvol/pkg-descr b/sysutils/vzvol/pkg-descr
index 8e08e94bfcbe..22877932f501 100644
--- a/sysutils/vzvol/pkg-descr
+++ b/sysutils/vzvol/pkg-descr
@@ -1,5 +1,5 @@
-vzvol is a zvol manager, that allows a user to create,
-format, and manage zvols in the context of use for
+vzvol is a zvol manager, that allows a user to create,
+format, and manage zvols in the context of use for
virtualization. It is meant to simplify the management of
these devices, as well as allow the creation of a shim
.VMDK file to allow the use of a zvol with VirtualBox.
diff --git a/sysutils/wimlib/pkg-descr b/sysutils/wimlib/pkg-descr
index 2d2b7da8100e..511736a19281 100644
--- a/sysutils/wimlib/pkg-descr
+++ b/sysutils/wimlib/pkg-descr
@@ -8,7 +8,7 @@ General capabilities:
- Append, delete, and export WIM images (wimappend, wimdelete, wimexport)
- Modify a WIM image (wimupdate)
- Extract files or directories from a WIM image (wimextract)
-- Optimize a WIM archive, removing wasted space
+- Optimize a WIM archive, removing wasted space
and optionally recompressing (wimoptimize)
- Split or join a WIM archive (wimsplit, wimjoin)
- Mount a WIM image (wimmount, wimmountrw)