Etc library is missing
----------------------

                 Key: JRUBY-1651
                 URL: http://jira.codehaus.org/browse/JRUBY-1651
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
            Reporter: Charles Oliver Nutter
            Assignee: Charles Oliver Nutter
             Fix For: JRuby 1.1


We are missing the Etc library. It is a library for working with /etc/passwd 
and /etc/group files.

{noformat}
~/NetBeansProjects/jruby/tmp $ ruby -e "require 'etc'; p Etc.methods - 
Object.methods"
["getgrnam", "endpwent", "setgrent", "getlogin", "getpwent", "group", 
"endgrent", "getpwuid", "passwd", "getgrent", "getpwnam", "getgrgid", 
"setpwent"]
{noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to