[PLUG] how to get a copy of the red hat errata files?

Colin Kuskie ckuskie at dalsemi.com
Fri Apr 12 16:23:36 UTC 2002


On Thu, Apr 11, 2002 at 11:46:25PM -0700, Bruce Kingsland wrote:
> When I needed a better solution for offline reading of web based USB
> solutions, someone suggested wget:
> 
>   wget --mirror http://www.linux-usb.org
> 
> And it worked GREAT! So, I thot I'd try:
> 
>   wget --mirror http://www.redhat.com/support/errata/rh72-errata.html
> 
> But that only gave me _that_ page, and then proceeded to start from
> the top of the redhat domain; and soon I was getting some ad tree at
> 10key*.com

On that page, there's a link to the top of the website.  Give wget
the -np switch:

Recursive accept/reject:
  -A,  --accept=LIST                comma-separated list of accepted extensions.
  -R,  --reject=LIST                comma-separated list of rejected extensions.
  -D,  --domains=LIST               comma-separated list of accepted domains.
       --exclude-domains=LIST       comma-separated list of rejected domains.
       --follow-ftp                 follow FTP links from HTML documents.
       --follow-tags=LIST           comma-separated list of followed HTML tags.
  -G,  --ignore-tags=LIST           comma-separated list of ignored HTML tags.
  -H,  --span-hosts                 go to foreign hosts when recursive.
  -L,  --relative                   follow relative links only.
  -I,  --include-directories=LIST   list of allowed directories.
  -X,  --exclude-directories=LIST   list of excluded directories.
  -nh, --no-host-lookup             don't DNS-lookup hosts.
  -np, --no-parent                  don't ascend to the parent directory.

Colin




More information about the PLUG mailing list