diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-05 16:21:18 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:08 +0700 |
commit | 6de11543d54b1c5bb2a32aa02a49cf8d66c45ef0 (patch) | |
tree | 33f87092b77147bb7f489e01c5baa21ac3dd5ba9 /network | |
parent | b70e47585de07c81f4851348acab1d3d6280a91a (diff) |
network/authbind: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/authbind/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/authbind/README b/network/authbind/README index 81624ae1a25b..155bbbdabe8e 100644 --- a/network/authbind/README +++ b/network/authbind/README @@ -1,5 +1,5 @@ authbind (allows unprivileged processes to bind to low-numbered ports) -authbind allows non-root processes to bind to TCP and UDP ports 1 to 512. -Access is controlled by config files located in /etc/authbind, and can -be configured per user (or group), per address, and per port. +authbind allows non-root processes to bind to TCP and UDP ports 1 to +512. Access is controlled by config files located in /etc/authbind, +and can be configured per user (or group), per address, and per port. |