From fe4c587c27d7d5a4d271b7e780eb0866825e2398 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sat, 8 Feb 2020 23:56:37 +0100 Subject: [PATCH] Remove outdated documentation --- TODO | 2 -- doc/Working-distributions.txt | 16 ----------- doc/floppyfw.txt | 53 ----------------------------------- 3 files changed, 71 deletions(-) delete mode 100644 TODO delete mode 100644 doc/Working-distributions.txt delete mode 100644 doc/floppyfw.txt diff --git a/TODO b/TODO deleted file mode 100644 index dc7fb8d..0000000 --- a/TODO +++ /dev/null @@ -1,2 +0,0 @@ -* Homepage -* Documentation diff --git a/doc/Working-distributions.txt b/doc/Working-distributions.txt deleted file mode 100644 index 5eefe5b..0000000 --- a/doc/Working-distributions.txt +++ /dev/null @@ -1,16 +0,0 @@ -These distributions are known to be working with muninlite: - -* Floppyfw 3.0 - - Needs a busybox with inetd - - See http://pong.no/floppyfw/muninlite/ - -* Endian Firewall Community 2.1 - - Needs some kind of inetd (xinetd RPM from Centos might work) - - # rpm -ivh --nodeps ftp://mirror.ii.uib.no/sites/msync.centos.org/centos/2.1/final/i386/CentOS/RPMS/xinetd-2.3.11-2.AS2.1.i386.rpm - - Remove '[ "${NETWORKING}" = "yes" ] || exit 0' from /etc/inet.d/xinetd - - Add /etc/xinetd.d/munin (see examples dir for config) - - Add munin (port 4949) to /etc/services - - Add "munin-node : " to /etc/hosts.allow - -* OpenSuSE 10.2 - - Just works diff --git a/doc/floppyfw.txt b/doc/floppyfw.txt deleted file mode 100644 index 0d0c1f9..0000000 --- a/doc/floppyfw.txt +++ /dev/null @@ -1,53 +0,0 @@ -How to make busybox with inetd ------------------------------- -Some version numbers might be different, but the steps should be valid -anyway. - -Get a copy of the floppyfw devkit: -# http://www.zelow.no/floppyfw/trac/wiki/TheDevkit - -Follow the readme to get a svn check out of the source. -For the stable 3.0 series, the command is as follows: -# svn co http://www.zelow.no/svn/floppyfw-3.0 - -Edit the BusyBox config with your favourite editor. It's located at -/floppyfw-3.0/configs/config-busybox-1.2.2.1 - -Change the line "# CONFIG_INETD is not set" to "CONFIG_INETD=y". - -To add the muninlite package, you should download muninlite.mk.txt from -http://pong.no/floppyfw/muninlite/. - -Rename muninlite.mk.txt to muninlite.mk and place in the makefile -directory. - -Edit /floppyfw-3.0/Makefile. Find all the TARGETS and add -"TARGETS+=muninlite" next to them. - -Then build your own version of floppyfw: -# cd /floppyfw-3.0; make - -If you want additional packages, copy the .ffw-files from the -/floppyfw-3.0/build_i386/ directory to the /floppyfw-3.0/floppy/packages -directory. - -Download post-muninlite.ini.txt from http://pong.no/floppyfw/muninlite/ -to the /floppyfw-3.0/floppy/packages directory and rename it to -post-muninlite.ini. - -Make the floppy-image: -# cd /floppyfw-3.0; make floppyimage - -You now have a floppy image with muninlite installed and configured. -Transfer the image to a floppy and make your customizations to the -config and floppyfw.ini files (if any are needed). - -Boot your firewall. - -If it works, you will see these messages during boot: - - Looking for post- scripts... - /mnt/tmp/packages/post-muninlite.ini stripped - /mnt/tmp/packages/post-muninlite.ini chmoded - Running /etc/post-muninlite.ini - Starting inetd.