ports/devel/rubygem-etc/pkg-descr
Sunpoet Po-Chuan Hsieh 7eb8b72dc7 Add rubygem-etc 1.1.0
The Etc module provides access to information typically stored in files in the
/etc directory on Unix systems.

The information accessible consists of the information found in the /etc/passwd
and /etc/group files, plus information about he system's temporary directory
(/tmp) and configuration directory (/etc).

The Etc module provides a more reliable way to access information about the
logged in user than environment variables such as +$USER+.

WWW: https://github.com/ruby/etc
2020-07-30 09:46:53 +00:00

11 lines
482 B
Text

The Etc module provides access to information typically stored in files in the
/etc directory on Unix systems.
The information accessible consists of the information found in the /etc/passwd
and /etc/group files, plus information about he system's temporary directory
(/tmp) and configuration directory (/etc).
The Etc module provides a more reliable way to access information about the
logged in user than environment variables such as +$USER+.
WWW: https://github.com/ruby/etc