upgraded to Lucid (10.04) and this bug is fixed - Q - What should happen to the status? how should it be updated?
aelw...@pcitgtelwell:~$ head `which pdsh` #! /bin/bash # If PDSH_RCMD_TYPE is set don't check default if test $PDSH_RCMD_TYPE; then exec -a pdsh /usr/bin/pdsh.bin "$@" fi # If a default is set run with it. if test -f /etc/pdsh/rcmd_default; then PDSH_RCMD_TYPE=`cat /etc/pdsh/rcmd_default` aelw...@pcitgtelwell:~$ dpkg -l pdsh Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description +++-=================-=================-================================================== ii pdsh 2.18-5 Efficient rsh-like utility, for using hosts in par -- problem with wrapper script since updating https://bugs.launchpad.net/bugs/476382 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
