diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-05-17 23:04:26 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-05-17 23:04:26 +0000 |
commit | 14ac599867adebabefd47ae9570f958a31e0df45 (patch) | |
tree | aa3020799192e9b416740a4d39a4db255ddfc3b3 /chapter01 | |
parent | 68d2fcf1e67d84090c550debaa79db05d9abe74c (diff) |
change chown X.X's to chown X:X's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1888 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 72614caf1..08e38ddde 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -27,6 +27,10 @@ </para></listitem> +<listitem><para>May 17th, 2002 [markh]: Changed all chown X.X's to chown +X:X's which is less likely to run into problems (according to info +chown).</para></listitem> + <listitem><para>May 16th, 2002 [gerard]: Chapter 01 - Mirror sites: Added http interface to FTP mirror at idge.net</para></listitem> |