From 5d0e2ab613ade636ac6cebd9082d6ab148d77d09 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 15 Jan 2003 05:09:07 +0000 Subject: [PATCH] Added missing files git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2326 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/sed-shortdesc.xml | 15 +++++++++++++++ appendixa/shellutils-shortdesc.xml | 18 ++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 appendixa/sed-shortdesc.xml create mode 100644 appendixa/shellutils-shortdesc.xml diff --git a/appendixa/sed-shortdesc.xml b/appendixa/sed-shortdesc.xml new file mode 100644 index 000000000..19824151e --- /dev/null +++ b/appendixa/sed-shortdesc.xml @@ -0,0 +1,15 @@ +Contents of Sed + +Last checked against version &sed-contversion;. + +sed is a stream editor. A stream editor is used to perform basic text +transformations on an input stream (a file or input from a +pipeline). + +Sed installs the following: + +Program Files +sed + + + diff --git a/appendixa/shellutils-shortdesc.xml b/appendixa/shellutils-shortdesc.xml new file mode 100644 index 000000000..5371a8ea7 --- /dev/null +++ b/appendixa/shellutils-shortdesc.xml @@ -0,0 +1,18 @@ +Contents of Sh-utils + +Last checked against version &sh-utils-contversion;. + +The sh-utils package contains a number of basic shell manipulation +utilities. + +Sh-utils installs the following: + +Program Files +basename, chroot, date, dirname, +echo, env, expr, factor, false, groups, hostid, id, logname, +nice, nohup, pathchk, pinky, printenv, printf, pwd, seq, sleep, stty, +su, tee, test, true, tty, uname, uptime, users, who, whoami and +yes + + +