Skip to content

Commit

Permalink
New project README file
Browse files Browse the repository at this point in the history
  • Loading branch information
kobliha committed Aug 20, 2012
1 parent 52450e4 commit ab9aaac
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# YaST Firewall - Configures SuSEfirewall2 #

This repository contains basic set of shared libraries and so-called SCR agents
used for reading and writing configuration files and some even for executing
commands on the system.

YaST Firewall configures SuSEfirewall2 in /etc/sysconfig/SuSEfirewall2 and
handles also services defined in /etc/sysconfig/SuSEfirewall2.d/services/.

Shared functionality is in another repository:
https://github.com/yast/yast-yast2/tree/master/library/network

## Installation ##

make -f Makefile.cvs
make
sudo make install

## Running Testsuites ##

make check

## Links ##

* See more at http://en.opensuse.org/openSUSE:YaST_development

0 comments on commit ab9aaac

Please sign in to comment.