CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/05/23 07:16:03
Modified files:
etc/etc.amd64 : login.conf
etc/etc.i386 : login.conf
etc/etc.macppc : login.conf
etc/etc.sparc64: login.conf
Log message:
Remove useless line from daemon class in login.conf
We used to have different numbers of blowfish rounds between the
default and daemon classes in login.conf. On Jun 26, 2016, tedu
committed "upgrade selected login.conf to use auto rounds for bcrypt"
for amd64, sparc64, i386, and maccpc.
Since the class daemon inherits from the default class, the
:localcipher=blowfish,a:\
is a duplicate.
ok millert@ deraadt@ sthen@