Bug#497540:

2009-01-29 Thread Santiago M. Mola
I can't reproduce the original issue. The old code: ps axo command | sed -ne "1d; s/^\[\?\([^-][^] ]*\).*$/\1/p" | sed -e "s/.*\///" outputs dbus-daemon correctly. Could someone post the 'ps axo command' output from Debian? Can anyone actually confirm the original bug? By the way, both the old

Bug#497540:

2009-01-21 Thread Yanko Kaneti
It would be nice if this worked but current release of procps trim the command name to 15 even if the ps comm column is specified with additional width. And these days there are many commands with names longer than 15 e.g. gnome-blah-blah.. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#497540: bash-completion: killall completion uses command with arguments instead of command name

2008-09-02 Thread Fabian Bieler
Package: bash-completion Severity: normal Tags: patch killall expects only the command name without arguments or path of the process to kill, e.g. if you want to kill the process with the command line "/usr/bin/dbus-daemon --system", you would have to do "killall dbus-daemon". However, bash_com