From 57201f80be4e8b938f6a9bc25944f124d8a30d4e Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Wed, 21 Mar 2001 06:51:00 +0000 Subject: Firewall Builder consists of object-oriented GUI and set of policy compilers for various firewall platforms. In Firewall Builder, firewall policy is a set of rules, each rule consists of abstract objects which represent real network objects and services (hosts, routers, firewalls, networks, protocols). Firewall Builder helps user maintain database of objects and allows policy editing using simple drag-and-drop operations. WWW: http://www.crocodile.org/~vadim/fwbuilder/ - New checksum, Archive on sourceforge.net had changed. - use new version of gtkmm PR: 24837 Submitted by: roman@xpert.com --- security/fwbuilder2/files/patch-ab | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 security/fwbuilder2/files/patch-ab (limited to 'security/fwbuilder2/files/patch-ab') diff --git a/security/fwbuilder2/files/patch-ab b/security/fwbuilder2/files/patch-ab new file mode 100644 index 000000000000..baadcf884946 --- /dev/null +++ b/security/fwbuilder2/files/patch-ab @@ -0,0 +1,20 @@ +--- examples/Makefile.in.orig Sat Feb 3 23:01:10 2001 ++++ examples/Makefile.in Sat Feb 3 23:01:36 2001 +@@ -13,7 +13,7 @@ + examplesdir = $(docdir) + + INSTALL = @INSTALL@ +-INSTALL_PROGRAM=@INSTALL_PROGRAM@ ++INSTALL_DATA=@INSTALL_DATA@ + + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + +@@ -24,7 +24,7 @@ + + install: + $(mkinstalldirs) $(examplesdir) +- $(INSTALL_PROGRAM) -m 0644 $(EXAMPLES) $(examplesdir) ++ $(INSTALL_DATA) $(EXAMPLES) $(examplesdir) + + uninstall: + list='$(EXAMPLES)'; for file in $$list; do \ -- cgit v1.2.3