"Eugene V. Lyubimkin" <[email protected]> writes:

> Goswin Brederlow wrote:
>> Package: cupt
>> Version: 0.2.2
>> Severity: normal
>> 
>> Hi,
> Hi Goswin,
>
>> 
>> cupt complains about my apt.conf:
>> 
>> % cat /etc/apt/apt.conf                                       
>> DPkg::Options { "--force-confmiss"; }
>                                        ;
>                                        ^
> Wrong syntax, the semicolon is missed here (apt.conf(5)).
> Cupt uses stricter syntax checks.

Yes, sorry, I noticed that a minute after sending. But the bug still
remains as:

W: attempt to set wrong option 'apt::cache-limit'

% cat /etc/apt/apt.conf   
DPkg::Options { "--force-confmiss"; };
APT::Install-Recommends "false";
APT::Cache-Limit "50331648";

apt-get seems to be way more forgiving with the syntax than
cupt. E.g. you can write

APT::Cache-Limit 50331648;

MfG
        Goswin



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

Reply via email to