View Single Post
  #4   (View Single Post)  
Old 11th December 2010
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

"# out" is to comment out

Code:
# echo I use NetBSD
echo "I use OpenBSD"
This script snippet will produce I use OpenBSD because the first line has been commented out
__________________
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