atom feed3 messages in org.freebsd.freebsd-hackersWhere's the pkg_add, etc. code?
FromSent OnAttachments
Henry LenziFeb 7, 2007 3:56 am 
Joseph J. DamatoFeb 7, 2007 4:01 am 
Joseph KoshyFeb 7, 2007 4:14 am 
Subject:Where's the pkg_add, etc. code?
From:Joseph J. Damato (jdam@andrew.cmu.edu)
Date:Feb 7, 2007 4:01:18 am
List:org.freebsd.freebsd-hackers

On Tue, 6 Feb 2007, Henry Lenzi wrote:

I can't find it. I've been looking at:

http://fxr.watson.org/fxr/source/?v=RELENG62

That is only the code under src/sys/ in the source tree, pkg_add and friends are under src/usr.sbin/pkg_install/.

I don't know if the code in src/usr.sbin/ is browsable online, there is probably a CVS web somewhere, but checking it out with cvsup is well documented in the handbook.

HTH, joe