diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-11 22:53:37 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-11 22:53:37 +0000 |
commit | 108307d69aea00f3cd960a296ea60ae423ef9a7a (patch) | |
tree | 72fdc77399c2c9be4e8cac7b583e62671b76c32b | |
parent | 4b845dae87ee23fdccacefa6abc6681be811bcf9 (diff) |
Added && to the second last command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@793 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter07/symperm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/symperm.xml b/chapter07/symperm.xml index 161a92e94..ee43c5f6e 100644 --- a/chapter07/symperm.xml +++ b/chapter07/symperm.xml @@ -54,7 +54,7 @@ K002otherdaemon. <userinput>ln -s ../init.d/sysklogd S100sysklogd &&</userinput> <userinput>ln -s ../init.d/ethnet S200ethnet &&</userinput> <userinput>cd ../rc5.d &&</userinput> -<userinput>ln -s ../init.d/sysklogd S100sysklogd</userinput> +<userinput>ln -s ../init.d/sysklogd S100sysklogd &&</userinput> <userinput>ln -s ../init.d/ethnet S200ethnet &&</userinput> </screen> </para> |