# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
# @ECLASS: sys-user.eclass
# @MAINTAINER:
local oldshell=$(egetshell "${SYS_USER_NAME}")
if [[ "${oldhome}" != "${SYS_USER_HOME}" ]]; then
- die "home directory conflict for new user ${SYS_USER_HOME}"
+ die "home directory conflict for new user: ${SYS_USER_HOME}"
fi
if [[ "${oldhshell}" != "${SYS_USER_SHELL}" ]]; then
- die "shell conflict for new user ${SYS_USER_HOME}"
+ die "shell conflict for new user: ${SYS_USER_SHELL}"
fi
# The user already exists, so all we have left to do is to try