diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-21 06:51:00 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-21 06:51:00 +0000 |
commit | 57201f80be4e8b938f6a9bc25944f124d8a30d4e (patch) | |
tree | 01eb1861de6869b6a9243bc19c20cf246fc176b2 /security/fwbuilder2/files/patch-ab | |
parent | Upgrade to v5.0. (diff) |
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
Diffstat (limited to 'security/fwbuilder2/files/patch-ab')
-rw-r--r-- | security/fwbuilder2/files/patch-ab | 20 |
1 files changed, 20 insertions, 0 deletions
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 \ |