Igor Vukotic' wrote:
> 
>> ---------->
>> Need advice, what is BEST way to remove djbdns pakage from upgrade
>> procedure?
>>
> Is that OK? (part of qtp-newmodel script)
> 
> 
> ###################################################################
> ## remove djbdns from package lists if bind is installed
> #
> #c252_check_bind_vs_djbdns(){
> 
> #rpm -q bind >/dev/null
> #rc=$?
> #if [ $rc == "0" ]; then
>   pkglist=`echo "$pkglist" | sed -e 's,djbdns-[^-]*-[^-]*.src.rpm$,,'`
>   devlist=`echo "$devlist" | sed -e 's,djbdns-[^-]*-[^-]*.src.rpm$,,'`
>   devlist=`echo "$devlist" | sed -e 's,djbdns$,,'`
> #fi
> #}
> 
> ###################################################################
> 
> 
That would do it too. Don't neglect to re-select packages for upgrading. The
script gives you an option to keep the list that was already selected but
not completed. Do not use the old list, and your change will make the script
not prompt you for selection of djbdns.

I'm curious, what were the error messages you got (dependencies, from what
you've said) when trying to install it?

-- 
-Eric 'shubes'

---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to