Skip to content
This repository has been archived by the owner on Mar 2, 2019. It is now read-only.

Commit

Permalink
fixed markdown readme issues
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed May 8, 2011
1 parent f6a16f9 commit 98d0ffd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -141,12 +141,12 @@ You'll also need build-essential, autoconf, automake, libtool, iptables-dev, lin

So, installation process for that part:

# apt-get install build-essential autoconf automake libtool iptables-dev linux-headers-2.6-686 pkg-config
# ./autogen.sh
# ./configure
# make
# make install
# cp -s /usr/local/libexec/xtables/* /lib/xtables/
apt-get install build-essential autoconf automake libtool iptables-dev linux-headers-2.6-686 pkg-config
./autogen.sh
./configure
make
make install
cp -s /usr/local/libexec/xtables/* /lib/xtables/

## Known Issues ##

Expand Down
1 change: 0 additions & 1 deletion templates/frontend/help/new.html
Expand Up @@ -43,7 +43,6 @@ <h2 id="2.8.4">Changes in 2.8.4 (November 2010 - May 2011)</h2>
<li>General code cleanup.</li>
<li>Remove legacy Django bits, replace with 1.2 code.</li>
<li>FIX BUGS</li>
<li>make tollgate open source, under the Affero GNU General Public License version 3, or at your option, any later version as published by the Free Software Foundation.</li>
<li>Replace flags like "coffee" with an extensible system for easily adding new flags from the webui.

</ul>
Expand Down

0 comments on commit 98d0ffd

Please sign in to comment.