diff options
author | 2016-02-27 12:28:16 +0000 | |
---|---|---|
committer | 2016-02-27 12:28:16 +0000 | |
commit | 32e6a413e65affb190512a92bc8570a21e274305 (patch) | |
tree | b9cf56afa46904a4dd649f36e5b56b66afd59445 | |
parent | Shorter version that does the same. (diff) | |
download | wireguard-openbsd-32e6a413e65affb190512a92bc8570a21e274305.tar.xz wireguard-openbsd-32e6a413e65affb190512a92bc8570a21e274305.zip |
Cleanup the list of usernames that are rejected during installation.
- sendmail, named, popa3d are not part of base anymore and their ports
versions use _<username>.
- _tftp_proxy and _ftp_proxy are used instead of the proxy user.
OK ajacoutot@
-rw-r--r-- | distrib/miniroot/install.sub | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index cca7f54ed16..1d9cd4eacb4 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.881 2016/02/27 12:17:03 rpe Exp $ +# $OpenBSD: install.sub,v 1.882 2016/02/27 12:28:16 rpe Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org> @@ -1705,9 +1705,7 @@ user_setup() { y|yes) _q="No really, what is the lower-case loginname, or 'no'?" continue ;; - root|daemon|operator|bin|smmsp|popa3d) - ;; - sshd|uucp|www|named|proxy|nobody|ftp) + root|daemon|operator|bin|sshd|uucp|www|nobody|ftp) ;; [a-z]*([a-z0-9_])) ((${#resp} <= 31)) && break |