> > Contrib. has synthesis.hdlist. Can I use it to add contrib to urpmi
> > (without hdlist)? What is it used for?
> 
> This is exactly the case, use it with urpmi.addmedia instead of
hdlist,
> urpmi
> should notice it and use it accordingly. You may so notice a time
> improvement to
> download it :-)
> 

[root@cooker root]# urpmf
urpmi is not installed

            if /bin/ls $dir/hdlist.* >/dev/null 2>/dev/null; then
                parsehdlist ${options:---files --quiet} $dir/hdlist.* |
grep -E "$1"
                exit $?
            else
                $ECHO "urpmi is not installed"
                exit 1
            fi

So, you can't replace hdlist with synthesis. Not yet at least.

-andrej

Reply via email to