aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bootscripts-inst.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-05-17 23:04:26 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-05-17 23:04:26 +0000
commit14ac599867adebabefd47ae9570f958a31e0df45 (patch)
treeaa3020799192e9b416740a4d39a4db255ddfc3b3 /chapter06/bootscripts-inst.xml
parent68d2fcf1e67d84090c550debaa79db05d9abe74c (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 'chapter06/bootscripts-inst.xml')
-rw-r--r--chapter06/bootscripts-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml
index a582f2cb7..ec71964d1 100644
--- a/chapter06/bootscripts-inst.xml
+++ b/chapter06/bootscripts-inst.xml
@@ -12,7 +12,7 @@ skip chapter 7 when you arrive at it and move on to chapter 8.</para>
<para>Install LFS-Bootscripts by running the following command:</para>
<para><screen><userinput>cp -a rc.d sysconfig /etc &amp;&amp;
-chown -R root.root /etc/rc.d /etc/sysconfig</userinput></screen></para>
+chown -R root:root /etc/rc.d /etc/sysconfig</userinput></screen></para>
</sect2>