# File lib/phusion_passenger/utils.rb, line 86
        def assert_valid_groupname(groupname)
                # If groupname does not exist then getgrnam() will raise an ArgumentError.
                groupname && Etc.getgrnam(groupname)
        end