Author: pebender
Date: Sat Sep 13 19:47:19 2008
New Revision: 3749
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/usr/bin/mm_sleep_on_ss
Log:
- Changed mm_sleep_on_ss so that its use of the ps command does not output
the header.
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/usr/bin/mm_sleep_on_ss
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/usr/bin/mm_sleep_on_ss
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/usr/bin/mm_sleep_on_ss
Sat Sep 13 19:47:19 2008
@@ -36,7 +36,7 @@
{
# Use the ps command to list information needed about each process.
my $ps_command = undef;
- if (open($ps_command, '-|', '/bin/ps ax -o ppid,pid,args'))
+ if (open($ps_command, '-|', '/bin/ps axh -o ppid,pid,args'))
{
# Create two hashes: one containing each PID's parent PID and one
containing each PID's arguments.
# We will use these hashes to locate the process(es) spawned by
this script that we need to kill.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---