View Single Post
  #2   (View Single Post)  
Old 24th June 2009
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

A tar archive containing the matts script and man page.

To unpack and install:

Code:
$ cp  /home/xxx/matts.tgz /tmp
$ cd /tmp
$ tar xvzf matts.tgz
Become root and copy the matts shell script:
Code:
# cp matts  /usr/local/bin
chown root:wheel /usr/local/bin/matts
Make sure permissions are OK else change with "chmod'

Copy the man page:
Code:
# cp matts.1 /usr/local/man/man1
Again make sure permissions are OK else change them with "chmod'.
It is nearly 4 o'clock in the morning and I really have to go to bed now:
Attached Files
File Type: tgz matts.tgz (4.6 KB, 155 views)
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote