summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Users/Users.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Users/Users.pm b/Users/Users.pm
index 09464c3..6bc5100 100644
--- a/Users/Users.pm
+++ b/Users/Users.pm
@@ -579,7 +579,8 @@ sub add_user
if ($cmd_adduser &&
$Utils::Backend::tool{"platform"} !~ /^slackware/ &&
- $Utils::Backend::tool{"platform"} !~ /^archlinux/)
+ $Utils::Backend::tool{"platform"} !~ /^archlinux/ &&
+ $Utils::Backend::tool{"platform"} !~ /^redhat/)
{
# use adduser if available and valid (slackware one is b0rk)
# set empty gecos fields and password, they will be filled out later