diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-20 12:14:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-20 12:14:48 +0000 |
commit | 85acbcbb780ca03772d1cfe35994bd5dc144b6d2 (patch) | |
tree | 6697ea75a2658d55d2a9805f809ab0bd2f5c7056 /general.ent | |
parent | a9db1e1dabfb7edfe16ffa1f9ad9dd936d86367a (diff) |
Keep readlink in /usr/bin instead of moving it to /bin. It's not specified in the FHS, nor is it required by the bootscripts.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8844 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 95877eb84..16b10fa39 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20090316"> -<!ENTITY releasedate "March 16, 2009"> +<!ENTITY version "SVN-20090320"> +<!ENTITY releasedate "March 20, 2009"> <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |