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
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
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
3 matches
Mail list logo