Bug in fou4s 0.15.0-0.2 - wget output shown
[email protected] Mon, 10 Jul 2006 10:30:55 -0400
| Newsgroups | gmane.linux.suse.fou4s.devel |
|---|---|
| Message-ID | <[email protected]> |
fou4s has been functioning perfectly on my SuSE 10.1 laptop, great work! Much better than that rug/zen garbage that SuSE shipped. I've found one minor bug, though: When I run `/usr/sbin/fou4s --auto --nocolor --checkfou4s`, the output of wget is shown. Since I'm running fou4s in a cron, it makes it a bit difficult to read. I tried running `/usr/sbin/fou4s -q --auto --nocolor --checkfou4s`, that didn't change anything. (wget output still shown) Running `/usr/sbin/fou4s --auto -q --nocolor --checkfou4s` suppressed the package info aswell as the wget output, just showing one line per package. Adding a '-q' to line 955 of fou4s suppresses the wget output while still giving me the package info. --