CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/02/06 11:11:33
Modified files:
etc/etc.alpha : login.conf
etc/etc.amd64 : login.conf
etc/etc.arm64 : login.conf
etc/etc.armv7 : login.conf
etc/etc.hppa : login.conf
etc/etc.i386 : login.conf
etc/etc.landisk: login.conf
etc/etc.loongson: login.conf
etc/etc.luna88k: login.conf
etc/etc.macppc : login.conf
etc/etc.octeon : login.conf
etc/etc.sgi : login.conf
etc/etc.socppc : login.conf
etc/etc.sparc64: login.conf
Log message:
List openfiles-max explicitly in default /etc/login.conf files. Otherwise,
raising openfiles-cur above the implicit -max value (1024 on at least the
common arch) results in the setting not being applied at all.
Earlier version OK tom@ danj@ ajacoutot@ benno@ krw@ beck@, suggestion about
openfiles= from millert@ - changes in this version are to use 1024 for -max
rather than 512 to avoid changing the existing hard limit, and just use
openfiles= for bgpd/unbound where max and cur are the same value.