| Anonymous | Login | Signup for a new account | 11-10-2008 11:04 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000969 | [buildroot] Architecture Specific | minor | always | 07-25-06 06:37 | 02-12-07 05:44 | ||||
| Reporter | bowerymarc | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | won't fix | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000969: lsof website missing/down | ||||||||
| Description |
nightly build 20060724... the LSOF website seems to be gone, found anotherone, here's a patch: --- Config.in.orig 2006-07-25 09:32:00.000000000 -0400 +++ Config.in 2006-07-25 09:33:14.000000000 -0400 @@ -6,4 +6,4 @@ The lsof tool lists information about files opened by processes. - ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ [^] + ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ [^] --- lsof.mk.orig 2006-07-25 09:32:10.000000000 -0400 +++ lsof.mk 2006-07-25 09:32:59.000000000 -0400 @@ -4,7 +4,7 @@ # ############################################################# LSOF_SOURCE:=lsof_4.77.tar.bz2 -LSOF_SITE:=ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ [^] +LSOF_SITE:=ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ [^] LSOF_CAT:=bzip2 -cd LSOF_DIR:=$(BUILD_DIR)/lsof_4.77 LSOF_BINARY:=lsof |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |