mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
You
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@338 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
81a47c0302
commit
9aab9f542a
@ -34,8 +34,8 @@ Given the string :
|
|||||||
</literallayout></blockquote>
|
</literallayout></blockquote>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
You can easily come to the result 7. Why ? Because of the structure. You
|
A human can easily come to the result 7. Why? Because of the structure.
|
||||||
know
|
Our brain knows
|
||||||
how to interpretet the string. The computer doesn't know that and Bison
|
how to interpretet the string. The computer doesn't know that and Bison
|
||||||
is a
|
is a
|
||||||
tool to help it understand by presenting the string in the following way
|
tool to help it understand by presenting the string in the following way
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<userinput>cp limits login.access and others:</userinput> These files
|
<userinput>cp limits login.access and others:</userinput> These files
|
||||||
were not installed during the installation of the package so we copy
|
were not installed during the installation of the package so we copy
|
||||||
them manually as those files are used to configure authentication
|
them manually as those files are used to configure authentication
|
||||||
details on your system.
|
details on the system.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -60,7 +60,7 @@ services get killed and others get started.
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
The real scripts are in /etc/init.d. They do all the work, and the
|
The real scripts are in /etc/init.d. They do all the work, and the
|
||||||
symlinks all point to them. You'll note that killing links and starting
|
symlinks all point to them. Killing links and starting
|
||||||
links point to the same script in /etc/init.d. That's because the scripts
|
links point to the same script in /etc/init.d. That's because the scripts
|
||||||
can be called with different parameters like start, stop, restart, reload,
|
can be called with different parameters like start, stop, restart, reload,
|
||||||
status. When a K link is encountered, the appropriate script is run with
|
status. When a K link is encountered, the appropriate script is run with
|
||||||
|
Loading…
Reference in New Issue
Block a user