diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-08-09 16:00:54 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-08-09 16:00:54 +0000 |
commit | ccd7609add1e162892d9f4fb56b9bb75253ed446 (patch) | |
tree | a612044944895e9bfb1db4a92f8bc6b446cc07cb /etc | |
parent | 4fad6dc242b71224d7a6869894537ef39fe724bb (diff) |
Remove all references to btd and the corresponding _btd user and group.
ok sthen@ deraadt@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ftpusers | 3 | ||||
-rw-r--r-- | etc/group | 1 | ||||
-rw-r--r-- | etc/mail/aliases | 3 | ||||
-rw-r--r-- | etc/master.passwd | 1 | ||||
-rw-r--r-- | etc/rc.conf | 3 |
5 files changed, 3 insertions, 8 deletions
diff --git a/etc/ftpusers b/etc/ftpusers index 302cb47592a..a06c90219ec 100644 --- a/etc/ftpusers +++ b/etc/ftpusers @@ -1,4 +1,4 @@ -# $OpenBSD: ftpusers,v 1.44 2012/10/12 19:34:51 dcoppa Exp $ +# $OpenBSD: ftpusers,v 1.45 2013/08/09 16:00:53 ajacoutot Exp $ # # list of users disallowed any ftp access. # read by ftpd(8). @@ -45,7 +45,6 @@ _ospf6d _snmpd _rtadvd _ypldap -_btd _smtpd _rwalld _nsd diff --git a/etc/group b/etc/group index b0932f89e83..d3cf23c9972 100644 --- a/etc/group +++ b/etc/group @@ -58,7 +58,6 @@ _ospf6d:*:90: _snmpd:*:91: _rtadvd:*:92: _ypldap:*:93: -_btd:*:94: _smtpd:*:95: _rwalld:*:96: _nsd:*:97: diff --git a/etc/mail/aliases b/etc/mail/aliases index 71880e6b315..ce94ea2adfe 100644 --- a/etc/mail/aliases +++ b/etc/mail/aliases @@ -1,5 +1,5 @@ # -# $OpenBSD: aliases,v 1.37 2012/10/13 07:42:39 dcoppa Exp $ +# $OpenBSD: aliases,v 1.38 2013/08/09 16:00:53 ajacoutot 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. @@ -23,7 +23,6 @@ www: root # Redirections for pseudo accounts that should not receive mail _afs: /dev/null _bgpd: /dev/null -_btd: /dev/null _dhcp: /dev/null _dvmrpd: /dev/null _fingerd: /dev/null diff --git a/etc/master.passwd b/etc/master.passwd index d0a8ed3089a..739f32aff38 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -40,7 +40,6 @@ _ospf6d:*:90:90::0:0:OSPF6 Daemon:/var/empty:/sbin/nologin _snmpd:*:91:91::0:0:SNMP Daemon:/var/empty:/sbin/nologin _rtadvd:*:92:92::0:0:IPv6 Router Advertisement Daemon:/var/empty:/sbin/nologin _ypldap:*:93:93::0:0:YP to LDAP Daemon:/var/empty:/sbin/nologin -_btd:*:94:94::0:0:Bluetooth Daemon:/var/empty:/sbin/nologin _smtpd:*:95:95::0:0:SMTP Daemon:/var/empty:/sbin/nologin _rwalld:*:96:96::0:0:rpc.rwalld:/var/empty:/sbin/nologin _nsd:*:97:97::0:0:NSD Daemon:/var/empty:/sbin/nologin diff --git a/etc/rc.conf b/etc/rc.conf index 43ac916abe0..c7668220eda 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.179 2013/06/01 14:06:20 naddy Exp $ +# $OpenBSD: rc.conf,v 1.180 2013/08/09 16:00:53 ajacoutot Exp $ # DO NOT EDIT THIS FILE!! # @@ -64,7 +64,6 @@ portmap_flags=NO # for normal use: "" kdc_flags=NO # for normal use: "" see 'info heimdal' for help kadmind_flags=NO # for normal use: "" kpasswdd_flags=NO # for normal use: "" -btd_flags=NO # for normal use: "" amd_flags=NO # for normal use: "" tftpd_flags=NO # for normal use: "[chroot dir]" tftpproxy_flags=NO # for normal use: "" |