diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 17:24:14 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 17:24:14 -0500 |
commit | a57d9d2998af6407fec1c84be17aaa628575d1de (patch) | |
tree | a578e9751065e4f4a24cded995f61c933b8b2c25 /system/sash/README | |
parent | d777998487301ff1911c66e10c1b948ae0a9f84e (diff) | |
download | slackbuilds-a57d9d2998af6407fec1c84be17aaa628575d1de.tar.gz |
system/sash: Removed (unmaintained)
Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006570.html
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/sash/README')
-rw-r--r-- | system/sash/README | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/system/sash/README b/system/sash/README deleted file mode 100644 index 27c4867a35..0000000000 --- a/system/sash/README +++ /dev/null @@ -1,22 +0,0 @@ -SASH - a stand-alone shell with many built-in commands - -The sash program is a stand-alone shell which is useful for recovering -from certain types of system failures. In particular, it was created -in order to cope with the problem of missing shared libraries or important -executables. - -Sash can execute external programs, as in any shell. There are no -restrictions on these commands, as the standard shell is used to execute -them if there are any non-wildcard meta-characters in the command. -More importantly, however, is that many of the standard system commands -are built-in to sash. - -This script applies the 'sash-plus-patches' command collection, which -adds the following commands: 'chroot' 'pivot_root' and 'losetup'. - -These functions actually provide interfaces to the respective Linux system -calls. They are specificly useful when sash is used as a shell in "initial -ramdisk" (initrd) environments. - -In addition, a simple shell variable expansion support has been added, e.g. -the variable "$(VAR)" is replaced by the content of the variable "VAR". |