diff options
author | Emmanuel N. Millán <emmanueln@gmail.com> | 2015-08-21 23:41:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-21 23:41:10 +0700 |
commit | a6ca00e5c49a293858bf9e520cdf96b6eb1d176d (patch) | |
tree | 9c154d3b3790f2120919321eb169f69d41169542 /system/modules/slack-desc | |
parent | 25afeda39378118c956bd4defc80215051597872 (diff) |
system/modules: Added (modification of a user's environment).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/modules/slack-desc')
-rw-r--r-- | system/modules/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/modules/slack-desc b/system/modules/slack-desc new file mode 100644 index 0000000000000..e89f048dba96e --- /dev/null +++ b/system/modules/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +modules: modules (dynamic modification of a user's environment) +modules: +modules: Each modulefile contains the information needed to configure the +modules: shell for an application. Typically modulefiles instruct the module +modules: command to alter or set shell environment variables such as PATH, +modules: MANPATH, etc. Modules are useful in managing different versions of +modules: applications. Modules can also be bundled into metamodules that will +modules: load an entire suite of different applications. +modules: +modules: +modules: http://modules.sourceforge.net/ |