summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordanj <danj@openbsd.org>2020-05-23 13:16:03 +0000
committerdanj <danj@openbsd.org>2020-05-23 13:16:03 +0000
commit885dbb90c2b273255cc599c50be4e07dc62c560a (patch)
tree4e494949190e337c46934330bfa6c03bf5ba5ce7 /etc
parentFail on duplicate vcpu, memory or iodevice parameters (diff)
downloadwireguard-openbsd-885dbb90c2b273255cc599c50be4e07dc62c560a.tar.xz
wireguard-openbsd-885dbb90c2b273255cc599c50be4e07dc62c560a.zip
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@
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.amd64/login.conf3
-rw-r--r--etc/etc.i386/login.conf3
-rw-r--r--etc/etc.macppc/login.conf3
-rw-r--r--etc/etc.sparc64/login.conf3
4 files changed, 4 insertions, 8 deletions
diff --git a/etc/etc.amd64/login.conf b/etc/etc.amd64/login.conf
index d9c99b1d39f..b14e4b85faa 100644
--- a/etc/etc.amd64/login.conf
+++ b/etc/etc.amd64/login.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.14 2020/03/11 15:41:48 naddy Exp $
+# $OpenBSD: login.conf,v 1.15 2020/05/23 13:16:03 danj Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@@ -64,7 +64,6 @@ daemon:\
:openfiles-max=1024:\
:openfiles-cur=128:\
:stacksize-cur=8M:\
- :localcipher=blowfish,a:\
:tc=default:
#
diff --git a/etc/etc.i386/login.conf b/etc/etc.i386/login.conf
index f639970b66c..6083015964a 100644
--- a/etc/etc.i386/login.conf
+++ b/etc/etc.i386/login.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.9 2019/11/05 19:03:46 solene Exp $
+# $OpenBSD: login.conf,v 1.10 2020/05/23 13:16:03 danj Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@@ -64,7 +64,6 @@ daemon:\
:openfiles-max=1024:\
:openfiles-cur=128:\
:stacksize-cur=8M:\
- :localcipher=blowfish,a:\
:tc=default:
#
diff --git a/etc/etc.macppc/login.conf b/etc/etc.macppc/login.conf
index 54e1a2e751e..908cb530284 100644
--- a/etc/etc.macppc/login.conf
+++ b/etc/etc.macppc/login.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.12 2020/03/12 15:32:22 deraadt Exp $
+# $OpenBSD: login.conf,v 1.13 2020/05/23 13:16:03 danj Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@@ -64,7 +64,6 @@ daemon:\
:openfiles-max=1024:\
:openfiles-cur=128:\
:stacksize-cur=8M:\
- :localcipher=blowfish,a:\
:tc=default:
#
diff --git a/etc/etc.sparc64/login.conf b/etc/etc.sparc64/login.conf
index 4ccfe8f48e9..e5e76523158 100644
--- a/etc/etc.sparc64/login.conf
+++ b/etc/etc.sparc64/login.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.12 2019/11/05 19:03:47 solene Exp $
+# $OpenBSD: login.conf,v 1.13 2020/05/23 13:16:03 danj Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@@ -64,7 +64,6 @@ daemon:\
:openfiles-max=1024:\
:openfiles-cur=128:\
:stacksize-cur=8M:\
- :localcipher=blowfish,a:\
:tc=default:
#