diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-06 15:27:45 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-06 15:27:45 +0000 |
commit | 8c74d8ad181df312f8e5fd5bedc545dd0c2b5c4c (patch) | |
tree | adeb60aa75b189bf1b396a48acdef2be07722ec8 /chapter07 | |
parent | 11ce06ae65258859cc43ab338e2a81f880b011e4 (diff) |
Changed locations to the hints on archive.linuxfromscratch.org (some
hints have been renamed into all lowercase)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@761 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/introduction.xml | 2 | ||||
-rw-r--r-- | chapter07/setclock.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml index 323270849..faaea0835 100644 --- a/chapter07/introduction.xml +++ b/chapter07/introduction.xml @@ -13,7 +13,7 @@ intact, setting up networking and starting the daemons that the system uses. We will be using SysV style init scripts. We have chosen this style because it is widely used and we feel confortable with it. If you want to try something else, someone has written an LFS-Hint on <ulink -url="http://archive.linuxfromscratch.org/lfs-hints/BSD-Init.txt">BSD style init +url="http://archive.linuxfromscratch.org/lfs-hints/bsd-init.txt">BSD style init scripts</ulink>. </para> diff --git a/chapter07/setclock.xml b/chapter07/setclock.xml index 341257934..d0ad1f837 100644 --- a/chapter07/setclock.xml +++ b/chapter07/setclock.xml @@ -90,7 +90,7 @@ the value <emphasis>0</emphasis> (zero). <para> Now, you may want to take a look at a very good hint explaining <ulink -url="http://archive.linuxfromscratch.org/lfs-hints/Time.txt">how we deal with +url="http://archive.linuxfromscratch.org/lfs-hints/time.txt">how we deal with time on LFS</ulink>. It explains issues such as timezones, UTC, and the TZ environment variable. </para> |