Re: Some inconsistencies in interactive mode
Lars Ellenberg <[email protected]> Tue, 6 Jul 2004 01:25:34 +0200
| Newsgroups | gmane.linux.suse.fou4s.devel |
|---|---|
| Message-ID | <[email protected]> |
/ 2004-07-06 00:17:36 +0200 \ Kai Schaetzl: > 1. > Perform download/update ([Y]es/[N]o/[S]kip forever/show [D]escription)? > > suggests capital letters, however, it *requires* small letters. what makes you think so? (works for me) ... ahh. no, you are right, the "D" is not accepted. --- fou4s.orig 2004-02-19 00:18:32.000000000 +0100 +++ fou4s 2004-07-06 01:19:06.000000000 +0200 @@ -1624,10 +1625,10 @@ n*|N*) doupdate=n ok=1 ;; - s|skip) + [Ss]|skip) doupdate=s ok=1 ;; - d) + [Dd]) v=$VERBOSE VERBOSE=1 printUpdateInformation $i "$shortdesc" > 2. > [S]kip forever > doesn't seem to skip forever > I accidentally skipped the latest kernel update and was surprised that I > was asked again you probably hit "S". see patch above. > 3. > Can we have a special interactive mode which prompts only for the update > that requires that mode? go ahead, it is just bash ... :) > At the moment you have to do two install runs if > you want to avoid getting asked for each update. whats wrong with that? lge --