After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 306543 - usage of pidof is not good
usage of pidof is not good
Status: RESOLVED DUPLICATE of bug 305399
Product: beagle
Classification: Other
Component: General
0.0.x
Other Linux
: Normal critical
: ---
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2005-06-05 12:59 UTC by Mark
Modified: 2005-06-05 13:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mark 2005-06-05 12:59:03 UTC
Distribution/Version: Gentoo/latest

use

ps uxw | grep ssh-agent | grep -v grep | awk '{print $2}'

in /usr/bin/beagled instead.
Comment 1 Mark 2005-06-05 12:59:49 UTC
of course, replace ssh-agent with something appropriate :-))

Source:
http://www-106.ibm.com/developerworks/linux/library/l-keyc3/?Opent=grl,l=929,p=Kp3
Comment 2 Daniel Drake 2005-06-05 13:35:04 UTC

*** This bug has been marked as a duplicate of 305399 ***