![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PING - Unknown host 127.0.0.1, Unknown host localhost - Solaris 10 | Przemek | SUN Solaris | 4 | 05-26-2008 12:11 AM |
| pkg_add fails | HIMANI | UNIX for Dummies Questions & Answers | 0 | 09-04-2007 05:33 AM |
| How to delete the files from local host to remote host | krishna176 | SUN Solaris | 3 | 03-24-2007 04:48 PM |
| host alias not working: host not found | FunnyCats | UNIX for Advanced & Expert Users | 4 | 05-13-2005 04:36 PM |
| QNX host cannot ping SCO host, vice versa | gavon | IP Networking | 2 | 08-20-2001 08:57 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Using pkg_add on alternative host
I am using pkg_add to add packages to a FreeBSD 7.1 install. This command is fetching from ftp.freebsd.org, which is known to be slow from my geographical location. Can I set a variable so that the package is fetched from a host closer to the machine (ftp.xx.freebsd.org)?
|
|
||||
|
# export PACKAGEROOT=ftp://ftp3.FreeBSD.org
# pkg_add -v -r vim |
|
||||
|
hi,
look in the man Quote:
|
|
||||
|
Thank you for your response. I have since added to my post installation script:
Code:
# set package source location export PACKAGEROOT=ftp://ftp.xx.FreeBSD.org |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|