Guillaume Cottenceau wrote:
> Buchan Milne <[EMAIL PROTECTED]> writes:
> 
>> On Sat, 2 Aug 2003, David Walser wrote:
>> 
>> > Olivier Blin wrote:
>> > > 
>> > > damned, it's already here, but there's a typo, line 430 :
>> > > elsif (($k, $v) =
>> > > /^(limit-rate|excludepath|key_ids|split-(?:level|length))\s*:\s*(.*)$/)
>> > > {                 unless (exists($urpm->{options}{$k})) {
>> > >                       $v =~ /^'([^']*)'$/ and $v = $1; $v =~ /^"([^"]*)"$/ and 
>> > > $v =
>> > > $1;                   $urpm->{options}{$k} = $v;
>> > >                   }
>> > > 
>> > > "limit-rate" should be "limit_rate" ...
>> > > Otherwise it won't work :)
>> > 
>> > Cool, then all that's left is for edit-urpm-sources.pl to let you 
>> > configure it.
> 
> Well only "main" options go to the editor (maintainance). Now we
> need to define what's a main option.. and this gonna be different
> for everyone. Is this really an important enough option for that?
> Shouldn't it be documented in manpages also (instead?).

For dialup users, it absolutely is important enough.  I certainly wouldn't dream of 
asking for every possible option to be in the GUI.

I think this option is important enough to make available to those who aren't manpage 
readers yet.


Reply via email to