commit: c994845c4ee7050ef4fbb96dd980905c93961fab Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Sat May 24 00:04:37 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Fri May 30 11:44:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c994845c
profiles/default/linux: add net-mail/mailbase to @system The Gentoo Handbook has historically provided instructions to create new users with the `-m` flag. However, this now results in the error "Creating mailbox file: No such file or directory" because `/var/spool/mail` is no longer included in stage3 tarballs. Bug: https://bugs.gentoo.org/520064 Closes: https://bugs.gentoo.org/910754 Closes: https://bugs.gentoo.org/920818 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> profiles/default/linux/packages | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/default/linux/packages b/profiles/default/linux/packages index 6d35bf72e202..9bc63f1b7e12 100644 --- a/profiles/default/linux/packages +++ b/profiles/default/linux/packages @@ -1,4 +1,4 @@ -# Copyright 2004-2021 Gentoo Authors. +# Copyright 2004-2025 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 # This file extends the base packages file for the default profile that all @@ -6,6 +6,7 @@ # will have. Some will have an selinux profile (see ${PORTDIR}/profiles/selinux). # The idea is to only create a new family of profiles when absolutely necessary. +*net-mail/mailbase *sys-apps/iproute2 *sys-apps/man-pages *sys-apps/net-tools
