diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index db80c83c8..7d9c05e66 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -751,6 +751,8 @@ sub ask_users { rpm => _("access to rpm tools"), wheel => _("allow \"su\""), adm => _("access to administrative files"), + ntools => _("access to network tools"), + ctools => _("access to compilation tools"), ); while (1) { $u->{password2} ||= $u->{password} ||= ''; |