Package: jigit
Version: 1.15-2

Package: wget
Version: 1.10.2-2

Knows
  -nv, --no-verbose          turn off verboseness, without being quiet.

but jigit uses 

  --no*n*-verbose" 

Or is it a flaw in wget?

Patch:
# diff -Nau /usr/bin/jigit.org /usr/bin/jigit
--- /usr/bin/jigit.org  2005-01-17 23:53:49.000000000 +0100
+++ /usr/bin/jigit      2007-09-27 18:28:04.000000000 +0200
@@ -10,7 +10,7 @@

 # Some definitions
 APT_CACHE=/var/cache/apt/archives
-WGET_OPTS="-q --passive-ftp --no-directories --non-verbose"
+WGET_OPTS="-q --passive-ftp --no-directories --no-verbose"
 HOST="http://people.debian.org/~93sam/";

 if [ -e /etc/jigit.conf ] ; then




Error messages:

:~# jigit
Downloading config:   http://people.debian.org/~93sam//jigit/.conf
wget: unrecognized option `--non-verbose'
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.
/usr/bin/jigit: line 52: .conf: No such file or directory
Downloading jigdo:    http://people.debian.org/~93sam//jigit/
wget: unrecognized option `--non-verbose'
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.
Downloading template: http://people.debian.org/~93sam//jigit/
wget: unrecognized option `--non-verbose'
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.
If you have a mirror, or any previous CD or CD image(s) available,
where are they mounted?
Say "none" if you have none; separate multiple entries with spaces
> [none]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to