git: 524b9810de6a - stable/14 - login.conf: add a placeholder for the pipebuf limit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Oct 2024 07:11:12 UTC
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=524b9810de6a7cb60cfad94217e0e7f79e227669 commit 524b9810de6a7cb60cfad94217e0e7f79e227669 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-09-11 14:48:58 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-10-05 07:08:54 +0000 login.conf: add a placeholder for the pipebuf limit (cherry picked from commit b029e29e0d8b928de2da50014d81799dfb5c9047) --- usr.bin/login/login.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/login/login.conf b/usr.bin/login/login.conf index 50a2ba9ffb5e..1069da17b4db 100644 --- a/usr.bin/login/login.conf +++ b/usr.bin/login/login.conf @@ -44,6 +44,7 @@ default:\ :pseudoterminals=unlimited:\ :kqueues=unlimited:\ :umtxp=unlimited:\ + :pipebuf=unlimited:\ :priority=0:\ :ignoretime@:\ :umask=022:\