Date: Thu, 10 Jun 1999 16:41:06 -0500 From: Chris Costello <chris@calldei.com> To: davey@aps-services.com Cc: stable@FreeBSD.ORG Subject: Re: source for pkg_add etc Message-ID: <19990610164106.O57174@holly.dyndns.org> In-Reply-To: <199906091753.KAA09965@web1.aps-services.com>; from davey@aps-services.com on Wed, Jun 09, 1999 at 10:57:57AM -0700 References: <199906091753.KAA09965@web1.aps-services.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 9, 1999, davey@aps-services.com wrote: > Is there a way to extract the source off the CD? > Forgive me for my ignorance, The source trees are in /usr/src/usr.sbin/pkg_install. If you cannot find it, you can get them off the CD by doing the following command: cd /tmp cat /cdrom/src/susbin* | gzip -dc - | tar xvf - usr.sbin/pkg_install The source code will be in /tmp/usr.sbin/pkg_install/ -- Chris Costello <chris@calldei.com> f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990610164106.O57174>