diff options
Diffstat (limited to 'Users')
-rw-r--r-- | Users/Users.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Users/Users.pm b/Users/Users.pm index 6703d0f..bd0603a 100644 --- a/Users/Users.pm +++ b/Users/Users.pm @@ -591,7 +591,8 @@ sub add_user if ($cmd_adduser && $Utils::Backend::tool{"platform"} !~ /^slackware/ && $Utils::Backend::tool{"platform"} !~ /^archlinux/ && - $Utils::Backend::tool{"platform"} !~ /^redhat/) + $Utils::Backend::tool{"platform"} !~ /^redhat/ && + $Utils::Backend::tool{"platform"} !~ /^gentoo/) { # use adduser if available and valid (slackware one is b0rk) # set empty gecos fields and password, they will be filled out later |