Already suggested, without any reply so far... Current root .bashrc source global /etc/bashrc, then redefine PATH. However, bash completion is defined through /etc/bashrc only for commands present in PATH, so won't works for all /sbin and /usr/sbin commands, such as urpmi.
Just redefining PATH before sourcing /etc/bashrc is enough to fix this. BTW, bash_completion %post script has a "TODO: remove for 9.0" comment :-) -- Guillaume Rousse <[EMAIL PROTECTED]> GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html
