diff options
author | Daniel Jakots <danj@cvs.openbsd.org> | 2022-04-21 20:48:51 +0000 |
---|---|---|
committer | Daniel Jakots <danj@cvs.openbsd.org> | 2022-04-21 20:48:51 +0000 |
commit | 4978e2ce49ea757952f61c0fea1381dcf4a086c6 (patch) | |
tree | 7565983b9dabe5f6f125315d1ebae8d946396f84 | |
parent | 76673ff380c3f1d725afdcbc0f7decc80777cd76 (diff) |
Remove _switchd user/group/alias
ok millert deraadt
switchd(8) was removed back in November. Commit message was:
Retire switchd and switchctl. While interesting they never managed to
really get into a usable state. The OpenFlow API is mostly superseeded
by P4 and so this is a bit of a dead end.
-rw-r--r-- | etc/group | 1 | ||||
-rw-r--r-- | etc/mail/aliases | 3 | ||||
-rw-r--r-- | etc/master.passwd | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/etc/group b/etc/group index 05999391152..2fd963b7778 100644 --- a/etc/group +++ b/etc/group @@ -22,7 +22,6 @@ _sshagnt:*:34: _x11:*:35: utmp:*:45: _unwind:*:48: -_switchd:*:49: _traceroute:*:50: _ping:*:51: _unbound:*:53: diff --git a/etc/mail/aliases b/etc/mail/aliases index bc2283c0e84..85c2c73549d 100644 --- a/etc/mail/aliases +++ b/etc/mail/aliases @@ -1,5 +1,5 @@ # -# $OpenBSD: aliases,v 1.68 2020/01/24 06:17:37 tedu Exp $ +# $OpenBSD: aliases,v 1.69 2022/04/21 20:48:50 danj Exp $ # # Aliases in this file will NOT be expanded in the header from # Mail, but WILL be visible over networks or from /usr/libexec/mail.local. @@ -61,7 +61,6 @@ _smtpq: /dev/null _sndio: /dev/null _snmpd: /dev/null _spamd: /dev/null -_switchd: /dev/null _syslogd: /dev/null _tcpdump: /dev/null _traceroute: /dev/null diff --git a/etc/master.passwd b/etc/master.passwd index 6380f455561..a997028ecb4 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -11,7 +11,6 @@ _rusersd:*:32:32::0:0:rpc.rusersd:/var/empty:/sbin/nologin _fingerd:*:33:33::0:0:fingerd:/var/empty:/sbin/nologin _x11:*:35:35::0:0:X Server:/var/empty:/sbin/nologin _unwind:*:48:48::0:0:Unwind Daemon:/var/empty:/sbin/nologin -_switchd:*:49:49::0:0:Switch Daemon:/var/empty:/sbin/nologin _traceroute:*:50:50::0:0:traceroute privdrop user:/var/empty:/sbin/nologin _ping:*:51:51::0:0:ping privdrop user:/var/empty:/sbin/nologin _unbound:*:53:53:unbound:0:0:Unbound Daemon:/var/unbound:/sbin/nologin |