diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-05 17:27:40 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-05 17:27:40 +0000 |
commit | 9c8da4c4c27a3ff7ce8d258a08a15ed856c93024 (patch) | |
tree | f1c7d6c5d0cc96d69159db2a008cf8a65597e9ab /chapter06/nettools-exp.xml | |
parent | 78a9ee5ab0ed1a94ad9bf028100584f28972f3dd (diff) |
added exp. what make update does
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1179 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/nettools-exp.xml')
-rw-r--r-- | chapter06/nettools-exp.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chapter06/nettools-exp.xml b/chapter06/nettools-exp.xml new file mode 100644 index 000000000..0f8216665 --- /dev/null +++ b/chapter06/nettools-exp.xml @@ -0,0 +1,16 @@ +<sect2> +<title>Command explanations</title> + +<para><userinput>make update:</userinput> This does the same as a +<userinput>make install</userinput> with the exception that make update +doesn't make backups of files it's replacing. One of the things +net-tools replaces is sh-utils's version of +<filename>/bin/hostname</filename> (net-tools's version is far better +than sh-utils's version).</para> + +<para>Also, if you decide to reinstall this package at some point in the +future, a <userinput>make update</userinput> won't backup all the files +from a previous net-tools installation.</para> + +</sect2> + |