FreeBSD Bugzilla – Attachment 9688 Details for
Bug 19750
sbsize in /etc/login.conf is type number
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 777 bytes, created by
Paul Herman
on 2000-07-07 09:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Paul Herman
Created:
2000-07-07 09:10:01 UTC
Size:
777 bytes
patch
obsolete
>--- lib/libutil/login.conf.5.orig Fri Jul 7 09:26:39 2000 >+++ lib/libutil/login.conf.5 Fri Jul 7 09:26:47 2000 >@@ -160,5 +160,5 @@ > .It maxproc number Maximum number of processes. > .It openfiles number Maximum number of open files per process. >-.It sbsize number Maximum permitted socketbuffer size. >+.It sbsize size Maximum permitted socketbuffer size. > .El > .Pp >--- lib/libutil/login_class.c.orig Fri Jul 7 09:22:42 2000 >+++ lib/libutil/login_class.c Fri Jul 7 09:23:24 2000 >@@ -56,5 +56,5 @@ > { "openfiles", login_getcapnum, RLIMIT_NOFILE }, > { "coredumpsize", login_getcapsize, RLIMIT_CORE }, >- { "sbsize", login_getcapnum, RLIMIT_SBSIZE }, >+ { "sbsize", login_getcapsize, RLIMIT_SBSIZE }, > { NULL, 0, 0 } > };
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19750
: 9688