]> git.etc.gen.nz Git - spong.git/commitdiff
change $PSEF var to $PS for spong standard commands
authorStephen L Johnson <sjohnson@monsters.org>
Tue, 7 Nov 2000 06:20:54 +0000 (06:20 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Tue, 7 Nov 2000 06:20:54 +0000 (06:20 +0000)
src/lib/Spong/Client/plugins/check_processes

index 95565d9c7595dea883dfad8907e395e769b291d1..9cbf9a27fa12b6df5e4f3458c83b96aa6a71a421 100755 (executable)
@@ -1,4 +1,4 @@
-# $Id: check_processes,v 1.3 2000/11/07 05:57:59 sljohnson Exp $
+# $Id: check_processes,v 1.4 2000/11/07 06:20:54 sljohnson Exp $
 
 # Register this routine with the plugin registery
 
@@ -13,7 +13,7 @@ sub check_processes {
    my( $message, $summary, $check, @ret, $down, @down, $time, $critical );
    my (@plist);
    
-   open (P, "$PSEF |");
+   open (P, "$PS |");
    @plist = <P>;
    close P;