summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpe <rpe@openbsd.org>2016-02-27 12:28:16 +0000
committerrpe <rpe@openbsd.org>2016-02-27 12:28:16 +0000
commit32e6a413e65affb190512a92bc8570a21e274305 (patch)
treeb9cf56afa46904a4dd649f36e5b56b66afd59445
parentShorter version that does the same. (diff)
downloadwireguard-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.sub6
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