From 7330d8ce852e9f86fdc18cad5f0ae25f772eccd4 Mon Sep 17 00:00:00 2001 From: linggao Date: Thu, 28 Feb 2008 14:44:52 +0000 Subject: [PATCH] new notes for building fping --- fping/Build-nodes | 18 ------------------ fping/Build-notes | 9 +++++++++ 2 files changed, 9 insertions(+), 18 deletions(-) delete mode 100644 fping/Build-nodes create mode 100644 fping/Build-notes diff --git a/fping/Build-nodes b/fping/Build-nodes deleted file mode 100644 index 08e68ce..0000000 --- a/fping/Build-nodes +++ /dev/null @@ -1,18 +0,0 @@ -Build notes - -1. download fping.tar.gz (version 2.4b2_to) from http://fping.sourceforge.net/download/ - and copy it to /tmp/fping directory. -2. cd to /tmp/fping. -3. un-tar the files -4. run ./fping-2.4b2_to/configure to create a Makefile. -5. copy fping.spec /tmp/fping directory -6. tar -cvf fping.tar fping.spec fping-2.4b2_to -7. gzip fping.tar to create a new fping.tar.gz -8. copy fping.tar.gz to /usr/src/packages/SOURCES/ directory -9. copy fping.patch to /usr/src/packages/SOURCES/ directory -10. rpmbuild -ta /usr/src/packages/SOURCES/fping.tar.gz - - -*The patch was created using "diff -uNr fping-2.4b2_to fping-2.4b2_to_new" command. -**on a RedHat Linux machine, /usr/src/packages is /usr/src/redhat. - diff --git a/fping/Build-notes b/fping/Build-notes new file mode 100644 index 0000000..b3725c4 --- /dev/null +++ b/fping/Build-notes @@ -0,0 +1,9 @@ +Build notes + +1. download fping.tar.gz (version 2.4b2_to) from http://fping.sourceforge.net/download/ + and copy it to /usr/src//SOURCES (where ="redhat" for RH, and ="packages" for SLES) +2. copy fping.spec to /usr/src//SOURCES directory +3. copy fping.patch to /usr/src//SOURCES/ directory +4. rpmbuild -bb /usr/src/packages/SOURCES/fping.spec + +