]> git.pld-linux.org Git - packages/fiaif.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:34 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fiaif-FHS.patch -> 1.2
    fiaif-chkconfig.patch -> 1.2

fiaif-FHS.patch [deleted file]
fiaif-chkconfig.patch [deleted file]

diff --git a/fiaif-FHS.patch b/fiaif-FHS.patch
deleted file mode 100644 (file)
index b74e7c9..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-diff -Nur fiaif-1.3.0_1.orig/Makefile fiaif-1.3.0_1/Makefile
---- fiaif-1.3.0_1.orig/Makefile        Wed Oct 16 13:29:35 2002
-+++ fiaif-1.3.0_1/Makefile     Wed Oct 23 14:57:47 2002
-@@ -69,7 +69,7 @@
-       install -d $(DESTDIR)/$(INSTALL_MAN_PATH)5
-       install -d $(DESTDIR)/$(INSTALL_MAN_PATH)8
-       install -d $(DESTDIR)/$(INSTALL_PROG_PATH)
--      install -d $(DESTDIR)/var/state/fiaif
-+      install -d $(DESTDIR)/var/lib/fiaif
-       install -m 644 $(SRC_PATH)/*sh $(DESTDIR)/$(INSTALL_SRC_PATH) 
-       install -m 644 $(DOC_FILES) $(DESTDIR)/$(INSTALL_DOC_PATH)
-@@ -77,7 +77,7 @@
-       install -m 644 $(MAN_PATH)/*.5 $(DESTDIR)/$(INSTALL_MAN_PATH)5/
-       install -m 755 $(SRC_PATH)/$(INIT_FILE) $(DESTDIR)/$(INSTALL_INIT_PATH)
-       install -m 755 $(PROG_PATH)/fiaif* $(DESTDIR)/$(INSTALL_PROG_PATH)
--      rm -f $(DESTDIR)/var/state/fiaif/iptables
-+      rm -f $(DESTDIR)/var/lib/fiaif/iptables
- install-initd: 
-       if [ -d $(DESTDIR)/etc/rcS.d/ ] ; then # Debian (?) \
-diff -Nur fiaif-1.3.0_1.orig/man/fiaif.8 fiaif-1.3.0_1/man/fiaif.8
---- fiaif-1.3.0_1.orig/man/fiaif.8     Wed Oct 16 12:01:21 2002
-+++ fiaif-1.3.0_1/man/fiaif.8  Wed Oct 23 14:58:10 2002
-@@ -77,7 +77,7 @@
- for further details.\r
- .RE\r
\r
--.I /var/state/fiaif/iptables\r
-+.I /var/lib/fiaif/iptables\r
- .RS\r
- file containing rules generated by fiaif. \r
- .RE\r
-diff -Nur fiaif-1.3.0_1.orig/man/fiaif.conf.5 fiaif-1.3.0_1/man/fiaif.conf.5
---- fiaif-1.3.0_1.orig/man/fiaif.conf.5        Wed Oct 16 12:01:21 2002
-+++ fiaif-1.3.0_1/man/fiaif.conf.5     Wed Oct 23 14:58:02 2002
-@@ -223,7 +223,7 @@
- generating the rules. When FIAIF is started again, this\r
- file is used if and only if no modifications has been made to any\r
- configuration files. Rules are saved to\r
--.B /var/state/fiaif/iptables.\r
-+.B /var/lib/fiaif/iptables.\r
\r
- Enabling this option greatly improves start time\r
- of FIAIF, but may cause problems if for example the ipnumber of a\r
-diff -Nur fiaif-1.3.0_1.orig/src/constants.sh fiaif-1.3.0_1/src/constants.sh
---- fiaif-1.3.0_1.orig/src/constants.sh        Mon Sep  9 16:23:14 2002
-+++ fiaif-1.3.0_1/src/constants.sh     Wed Oct 23 14:57:55 2002
-@@ -29,7 +29,7 @@
- ###############################################################################
- CONF_FILE=/etc/fiaif/fiaif.conf
- TABLES="filter nat mangle"
--STATE_FILE=/var/state/fiaif/iptables
-+STATE_FILE=/var/lib/fiaif/iptables
- ###############################################################################
- # Global Variables 
diff --git a/fiaif-chkconfig.patch b/fiaif-chkconfig.patch
deleted file mode 100644 (file)
index 58da67c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- fiaif-1.3.0_1/src/fiaif.orig       Wed Sep 11 21:55:38 2002
-+++ fiaif-1.3.0_1/src/fiaif    Wed Oct 23 15:14:35 2002
-@@ -1,11 +1,13 @@
- #!/bin/bash
- #
--# FIAIF is an Intelligent firewall, version: $Revision$
--# Startup script to add firewall functionality.
-+# fiaif               Intelligent firewall
- #
--# chkconfig: - 08 92
-+# chkconfig:  345 08 92
- #
--# description: Automates a packet filtering firewall with iptables.
-+# description:        Automates a packet filtering firewall with iptables.
-+
-+# FIAIF is an Intelligent firewall, version: $Revision$
-+# Startup script to add firewall functionality.
- #
- # Script Author:      Anders Fugmann <afu at fugmann dot dhs dot org>
- # 
This page took 0.068515 seconds and 4 git commands to generate.