View Single Post
  #2   (View Single Post)  
Old 25th March 2011
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

I can repeat this on
Code:
]$ uname -a
FreeBSD hercules.utp.xnet 8.2-RC3 FreeBSD 8.2-RC3 #0: Sun Jan 30 06:52:51 UTC 2011
root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
Code:
$ alias aa='cmd_a -a -b'
$ alias
aa='cmd_a -a -b'
g='egrep -i'
h='fc -l'
j=jobs
l='ls -l'
ll='ls -laFo'
m=more

$ alias aa='cmd_a -a -b'
$ alias
aa='cmd_a -a -'
g='egrep -i'
[snip]
Very strange indeed
__________________
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