Penguin
Diff: PerrysFirewallingScript
EditPageHistoryDiffInfoLikePages

Differences between current version and predecessor to the previous major change of PerrysFirewallingScript.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 26 Last edited on Wednesday, April 13, 2011 7:24:40 pm by JamieCurtis
Older page: version 25 Last edited on Friday, April 7, 2006 2:00:39 pm by JamieCurtis Revert
@@ -1,18 +1,9 @@
-To obtain the latest development copy get the following:  
-  
-<verbatim>  
-svn co http://source .meta .net.nz /svn /linuxserver-firewall /trunk linuxserver-firewall  
-< /verbatim>  
+To obtain the latest development copy go to [GitHub| http://github .com/jimmyish/bearwall] . If you want a released version, go to the ~GitHub download page [here|http: //github.com/jimmyish /bearwall /downloads]  
  
 The firewall logs, and by default, syslog will put this on the screen. You can turn that off using dmesg(8). Specifically, you want to type dmesg -n 1. Or edit /etc/syslog.conf to put all the logging on another console. Firewalls shouldn't have monitors anyway. :) 
  
-If you wish to build a debian package for the firewall (one may already exist in a Hoiho repository someday) do the following once you've checked it out as above:  
-  
-<verbatim>  
- cd linuxserver-firewall  
- svn co http://source .meta.net.nz /svn /linuxserver -firewall/ debian/trunk debian  
-</verbatim>  
+If you wish to build a debian package for the firewall (one may already exist in a Hoiho repository someday) check out the debian directory from [here| http://github .com /jimmyish /bearwall -debian] into the copy you got above.  
  
 ---- 
 !!!How to build and install the package