Frans Pop wrote:
> On Thursday 29 November 2007, Eddy Petrișor wrote:
>> Change line 172 from ppp-udeb's postinst (should be
>> /var/lib/dpkg/info/ppp-udeb.postinst after the ppp-udeb udeb has been
>> loaded):
>>      db_input high netcfg/get_hostname
>> into
>>      db_input high netcfg/get_hostname || [ $? -eq 30 ]
> 
> I think that should just be:
>       db_input high netcfg/get_hostname || true

I've seen quite a few examples with '|| [ $? -eq 30]' throughout the d-i repo,
so I assume is ok. Also, that going to gulp all error codes and I am not sure we
want to do that ;-) .

-- 
Regards,
EddyP
=============================================
"Imagination is more important than knowledge" A.Einstein

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to