diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-04-03 12:21:48 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-04-03 12:21:48 +0000 |
commit | f4c628cc8009690144917de718338bb95cbff428 (patch) | |
tree | dc5da569c6dad157c691e3627ab3e49f0d52b345 /general.ent | |
parent | 85d8df50447b4bdcae11a0fb45253ed6fa8549bb (diff) |
Install su from coreutils in chapter 5 as su-tools. Use su-tools to run test suites from coreutils and bash as user nobody. Fixes #1877
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8006 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/general.ent b/general.ent index f63e9f3e2..62d79dbdb 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20070401"> -<!ENTITY releasedate "April 1, 2007"> +<!ENTITY version "SVN-20070403"> +<!ENTITY releasedate "April 3, 2007"> <!ENTITY milestone "6.3"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |