PDA

View Full Version : [Solved] Please help find arp source


orlusha
May 29th, 2010, 20:02
Hi mates from FreeBSD newbie!

I need a source for arp executable (that is located in /usr/sbin/). arp.c in /lib/libstand is NOT a source for this executable. Please smb help find the proper file.

graudeejs
May 29th, 2010, 20:07
/usr/src/usr.sbin/arp/arp.c

Carpetsmoker
May 29th, 2010, 22:49
find /usr/src/ -name arp\*

“Give a man a fish; you have fed him for today. Teach a man to fish; and you have fed him for a lifetime”

;)

orlusha
May 30th, 2010, 00:28
Thanx, it's the right file!

It's definitely hard to find it having a coreutils tree and a FreeSBIE CD... :D

FreeBSD installation to HDD is a nice tool... :D

fronclynne
May 30th, 2010, 04:19
Well, there is a source viewer (http://svn.freebsd.org/viewvc/base/head/) . . .