OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003841 [pkg_get] regular use minor have not tried 2009-08-09 22:57 2009-10-04 03:25
Reporter hcoomes View Status public  
Assigned To phil
Priority normal Resolution fixed  
Status resolved  
Summary 0003841: Wget will fail if --no-directories not set in .wgetrc
Description If using pkg-get is using /usr/bin/wget with default values in .wgetrc,
pkg-get may fail because catalog may be written into lower level directory.
Additional Information Fix:

--- pkg-get.original 2009-05-31 17:23:13.000000000 -0400
+++ pkg-get 2009-05-31 17:23:13.000000000 -0400
@@ -144,7 +144,7 @@
        fi
 
        if [[ "$WGET" = "wget" ]] ; then
- WGETFLAGS="--dot-style=mega"
+ WGETFLAGS="--dot-style=mega --no-directories"
        fi
 
        case $graburl in
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0006793)
phil (manager)
2009-10-04 03:25

code modified to use --no-directories. thanks for the suggestion.

pending new package release.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker