From Fedora Project Wiki
m (1 revision(s))
Line 7: Line 7:
== Download ==
== Download ==


=== Grab the latest source from CVS ===
=== Grab the latest source from GIT ===


You can get the current source using the following commands:
You can get the current source using the following commands:
<!--update cvs information asap
-->


<pre>
<pre>
$ export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS
$ git clone git://git.fedorahosted.org/git/system-config-firewall
$ cvs -z3 login
(hit enter)
$ cvs -z3 co system-config-firewall
</pre>
</pre>

Revision as of 16:55, 22 December 2009

system-config-firewall

What is system-config-firewall?

system-config-firewall is a graphical user interface for setting basic firewall rules.

Download

Grab the latest source from GIT

You can get the current source using the following commands:

$ git clone git://git.fedorahosted.org/git/system-config-firewall