On Wed, Jun 30, 2010 at 11:07:24PM -0700, Chris Stankevitz wrote:
> > From: Kevin Kinsey <k...@daleco.biz>
> > > Q2: Where on my hard drive are the bytes that tell
> > > pkg_add to use 
> > > ftp.freebsd.org when downloading packages?
> > 
> > You mean like inode number, which cylinder
> 
> No, I am looking for a file name.

/usr/src/usr.sbin/pkg_install/add/main.c
static char * getpackagesite(void)

which constructs URL using ftp.freebsd.org unless PACKAGESITE and
PACKAGEROOT are defined.

> 
> Thank you,
> 
> Chris


HTH,
Yuri
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to