From 673b0d84ba9591e07c0bdf0ee49d92eba10f502c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 3 May 2004 10:59:46 +0000 Subject: * Merged newxml into HEAD git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/nettools.xml | 53 -------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 chapter06/nettools.xml (limited to 'chapter06/nettools.xml') diff --git a/chapter06/nettools.xml b/chapter06/nettools.xml deleted file mode 100644 index 2f149de11..000000000 --- a/chapter06/nettools.xml +++ /dev/null @@ -1,53 +0,0 @@ - -Installing Net-tools-&net-tools-version; - - -The Net-tools package contains programs for basic networking. - -&buildtime; &net-tools-time; -&diskspace; &net-tools-compsize; - -&aa-nettools-down; -&aa-nettools-dep; - -   - - -Installation of Net-tools - -If you don't know what to answer to all the questions asked during the -make config phase below, then just accept the defaults. -This will be just fine in the majority of cases. What you're asked here is a -bunch of questions about which network protocols you've enabled in your -kernel. The default answers will enable the tools from this package to work -with the most common protocols: TCP, PPP, and several others. You still need -to actually enable these protocols in the kernel -- what you do here is merely -telling the package to include support for those protocols in its programs, -but it's up to the kernel to make the protocols available. - -First fix a small syntax problem in the sources of the -mii-tool program: - -patch -Np1 -i ../&net-tools-mii-patch; - -Now prepare Net-tools for compilation (if you intend to accept the -defaults, you can skip all the questions by running yes "" | -make config instead): - -make config - -Compile the package: - -make - -And install it: - -make update - - - -&aa-nettools-shortdesc; -&aa-nettools-desc; - - - -- cgit v1.2.3-54-g00ecf