===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ps-watcher-1.08/config.sub-53-
ps-watcher-1.08/config.sub:54:me=`echo "$0" | sed -e 's,.*/,,'`
ps-watcher-1.08/config.sub-55-
##############################################
ps-watcher-1.08/config.sub-117-# Here we must recognize all the valid KERNEL-OS combinations.
ps-watcher-1.08/config.sub:118:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
ps-watcher-1.08/config.sub-119-case $maybe_os in
##############################################
ps-watcher-1.08/config.sub-121-    os=-$maybe_os
ps-watcher-1.08/config.sub:122:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
ps-watcher-1.08/config.sub-123-    ;;
ps-watcher-1.08/config.sub-124-  *)
ps-watcher-1.08/config.sub:125:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
ps-watcher-1.08/config.sub-126-    if [ $basic_machine != $1 ]
ps-watcher-1.08/config.sub:127:    then os=`echo $1 | sed 's/.*-/-/'`
ps-watcher-1.08/config.sub-128-    else os=; fi
##############################################
ps-watcher-1.08/config.sub-172-		os=-sco3.2v5
ps-watcher-1.08/config.sub:173:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ps-watcher-1.08/config.sub-174-		;;
##############################################
ps-watcher-1.08/config.sub-176-		os=-sco3.2v4
ps-watcher-1.08/config.sub:177:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ps-watcher-1.08/config.sub-178-		;;
ps-watcher-1.08/config.sub-179-	-sco3.2.[4-9]*)
ps-watcher-1.08/config.sub:180:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
ps-watcher-1.08/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ps-watcher-1.08/config.sub-182-		;;
##############################################
ps-watcher-1.08/config.sub-184-		# Don't forget version if it is 3.2v4 or newer.
ps-watcher-1.08/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ps-watcher-1.08/config.sub-186-		;;
##############################################
ps-watcher-1.08/config.sub-188-		os=-sco3.2v2
ps-watcher-1.08/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ps-watcher-1.08/config.sub-190-		;;
ps-watcher-1.08/config.sub-191-	-udk*)
ps-watcher-1.08/config.sub:192:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ps-watcher-1.08/config.sub-193-		;;
##############################################
ps-watcher-1.08/config.sub-195-		os=-isc2.2
ps-watcher-1.08/config.sub:196:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ps-watcher-1.08/config.sub-197-		;;
##############################################
ps-watcher-1.08/config.sub-201-	-isc*)
ps-watcher-1.08/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ps-watcher-1.08/config.sub-203-		;;
##############################################
ps-watcher-1.08/config.sub-207-	-ptx*)
ps-watcher-1.08/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
ps-watcher-1.08/config.sub-209-		;;
ps-watcher-1.08/config.sub-210-	-windowsnt*)
ps-watcher-1.08/config.sub:211:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
ps-watcher-1.08/config.sub-212-		;;
##############################################
ps-watcher-1.08/config.sub-272-	*-*-*)
ps-watcher-1.08/config.sub:273:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ps-watcher-1.08/config.sub-274-		exit 1
##############################################
ps-watcher-1.08/config.sub-540-	i*86v32)
ps-watcher-1.08/config.sub:541:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ps-watcher-1.08/config.sub-542-		os=-sysv32
##############################################
ps-watcher-1.08/config.sub-544-	i*86v4*)
ps-watcher-1.08/config.sub:545:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ps-watcher-1.08/config.sub-546-		os=-sysv4
##############################################
ps-watcher-1.08/config.sub-548-	i*86v)
ps-watcher-1.08/config.sub:549:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ps-watcher-1.08/config.sub-550-		os=-sysv
##############################################
ps-watcher-1.08/config.sub-552-	i*86sol2)
ps-watcher-1.08/config.sub:553:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ps-watcher-1.08/config.sub-554-		os=-solaris2
##############################################
ps-watcher-1.08/config.sub-608-	mips3*-*)
ps-watcher-1.08/config.sub:609:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
ps-watcher-1.08/config.sub-610-		;;
ps-watcher-1.08/config.sub-611-	mips3*)
ps-watcher-1.08/config.sub:612:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
ps-watcher-1.08/config.sub-613-		;;
##############################################
ps-watcher-1.08/config.sub-735-	pentium-* | p5-* | k5-* | k6-* | nexgen-*)
ps-watcher-1.08/config.sub:736:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
ps-watcher-1.08/config.sub-737-		;;
ps-watcher-1.08/config.sub-738-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
ps-watcher-1.08/config.sub:739:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ps-watcher-1.08/config.sub-740-		;;
ps-watcher-1.08/config.sub-741-	pentiumii-* | pentium2-*)
ps-watcher-1.08/config.sub:742:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ps-watcher-1.08/config.sub-743-		;;
##############################################
ps-watcher-1.08/config.sub-750-	        ;;
ps-watcher-1.08/config.sub:751:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
ps-watcher-1.08/config.sub-752-		;;
##############################################
ps-watcher-1.08/config.sub-756-	ppcle-* | powerpclittle-*)
ps-watcher-1.08/config.sub:757:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
ps-watcher-1.08/config.sub-758-		;;
##############################################
ps-watcher-1.08/config.sub-760-	        ;;
ps-watcher-1.08/config.sub:761:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
ps-watcher-1.08/config.sub-762-		;;
##############################################
ps-watcher-1.08/config.sub-766-	ppc64le-* | powerpc64little-*)
ps-watcher-1.08/config.sub:767:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
ps-watcher-1.08/config.sub-768-		;;
##############################################
ps-watcher-1.08/config.sub-1008-	*)
ps-watcher-1.08/config.sub:1009:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ps-watcher-1.08/config.sub-1010-		exit 1
##############################################
ps-watcher-1.08/config.sub-1016-	*-digital*)
ps-watcher-1.08/config.sub:1017:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
ps-watcher-1.08/config.sub-1018-		;;
ps-watcher-1.08/config.sub-1019-	*-commodore*)
ps-watcher-1.08/config.sub:1020:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
ps-watcher-1.08/config.sub-1021-		;;
##############################################
ps-watcher-1.08/config.sub-1034-	-solaris1 | -solaris1.*)
ps-watcher-1.08/config.sub:1035:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
ps-watcher-1.08/config.sub-1036-		;;
##############################################
ps-watcher-1.08/config.sub-1046-	-gnu/linux*)
ps-watcher-1.08/config.sub:1047:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
ps-watcher-1.08/config.sub-1048-		;;
##############################################
ps-watcher-1.08/config.sub-1089-	-mac*)
ps-watcher-1.08/config.sub:1090:		os=`echo $os | sed -e 's|mac|macos|'`
ps-watcher-1.08/config.sub-1091-		;;
ps-watcher-1.08/config.sub-1092-	-linux*)
ps-watcher-1.08/config.sub:1093:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
ps-watcher-1.08/config.sub-1094-		;;
ps-watcher-1.08/config.sub-1095-	-sunos5*)
ps-watcher-1.08/config.sub:1096:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
ps-watcher-1.08/config.sub-1097-		;;
ps-watcher-1.08/config.sub-1098-	-sunos6*)
ps-watcher-1.08/config.sub:1099:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
ps-watcher-1.08/config.sub-1100-		;;
##############################################
ps-watcher-1.08/config.sub-1135-	-sinix5.*)
ps-watcher-1.08/config.sub:1136:		os=`echo $os | sed -e 's|sinix|sysv|'`
ps-watcher-1.08/config.sub-1137-		;;
##############################################
ps-watcher-1.08/config.sub-1174-		# Get rid of the `-' at the beginning of $os.
ps-watcher-1.08/config.sub:1175:		os=`echo $os | sed 's/[^-]*-//'`
ps-watcher-1.08/config.sub:1176:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
ps-watcher-1.08/config.sub-1177-		exit 1
##############################################
ps-watcher-1.08/config.sub-1397-		esac
ps-watcher-1.08/config.sub:1398:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
ps-watcher-1.08/config.sub-1399-		;;
##############################################
ps-watcher-1.08/tests/paction.t-18-        . " --sleep -1 --config ${srcdir}/$test.cnf";
ps-watcher-1.08/tests/paction.t:19:my @output = `$cmd 2>&1`;
ps-watcher-1.08/tests/paction.t-20-
##############################################
ps-watcher-1.08/tests/args.t-19-        . " --sleep -1 --config ${srcdir}/$test.cnf";
ps-watcher-1.08/tests/args.t:20:my @output = `$cmd 2>&1`;
ps-watcher-1.08/tests/args.t-21-
##############################################
ps-watcher-1.08/tests/full.t-16-my $srcdir = $ENV{srcdir} ? $ENV{srcdir} : '.';
ps-watcher-1.08/tests/full.t:17:my @output = `/usr/bin/perl ../ps-watcher --log --sleep -1 --nodaemon --config ${srcdir}/$test.cnf 2>&1`;
ps-watcher-1.08/tests/full.t-18-
##############################################
ps-watcher-1.08/tests/basic.t.in-15-        . "--sleep -1 --config $test.cnf";
ps-watcher-1.08/tests/basic.t.in:16:my @output = `$cmd 2>&1`;
ps-watcher-1.08/tests/basic.t.in-17-
##############################################
ps-watcher-1.08/tests/args.t.in-19-        . " --sleep -1 --config ${srcdir}/$test.cnf";
ps-watcher-1.08/tests/args.t.in:20:my @output = `$cmd 2>&1`;
ps-watcher-1.08/tests/args.t.in-21-
##############################################
ps-watcher-1.08/tests/full.t.in-16-my $srcdir = $ENV{srcdir} ? $ENV{srcdir} : '.';
ps-watcher-1.08/tests/full.t.in:17:my @output = `@PERL@ ../ps-watcher --log --sleep -1 --nodaemon --config ${srcdir}/$test.cnf 2>&1`;
ps-watcher-1.08/tests/full.t.in-18-
##############################################
ps-watcher-1.08/tests/basic.t-15-        . "--sleep -1 --config $test.cnf";
ps-watcher-1.08/tests/basic.t:16:my @output = `$cmd 2>&1`;
ps-watcher-1.08/tests/basic.t-17-
##############################################
ps-watcher-1.08/tests/count.t-9-my $srcdir = $ENV{srcdir} ? $ENV{srcdir} : '.';
ps-watcher-1.08/tests/count.t:10:my @output = `/usr/bin/perl ../ps-watcher --log --sleep -1 --nodaemon --config ${srcdir}/$test.cnf 2>&1`;
ps-watcher-1.08/tests/count.t-11-
##############################################
ps-watcher-1.08/tests/count.t.in-9-my $srcdir = $ENV{srcdir} ? $ENV{srcdir} : '.';
ps-watcher-1.08/tests/count.t.in:10:my @output = `@PERL@ ../ps-watcher --log --sleep -1 --nodaemon --config ${srcdir}/$test.cnf 2>&1`;
ps-watcher-1.08/tests/count.t.in-11-
##############################################
ps-watcher-1.08/tests/Makefile.in-219-distdir: $(DISTFILES)
ps-watcher-1.08/tests/Makefile.in:220:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ps-watcher-1.08/tests/Makefile.in:221:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ps-watcher-1.08/tests/Makefile.in-222-	list='$(DISTFILES)'; \
##############################################
ps-watcher-1.08/tests/Makefile.in-233-	  if test -d $$d/$$file; then \
ps-watcher-1.08/tests/Makefile.in:234:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ps-watcher-1.08/tests/Makefile.in-235-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
ps-watcher-1.08/missing-113-         from any GNU archive site."
ps-watcher-1.08/missing:114:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
ps-watcher-1.08/missing-115-    test -z "$files" && files="config.h"
##############################################
ps-watcher-1.08/missing-148-	*.y)
ps-watcher-1.08/missing:149:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
ps-watcher-1.08/missing-150-	    if [ -f "$SRCFILE" ]; then
##############################################
ps-watcher-1.08/missing-152-	    fi
ps-watcher-1.08/missing:153:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
ps-watcher-1.08/missing-154-	    if [ -f "$SRCFILE" ]; then
##############################################
ps-watcher-1.08/missing-178-	*.l)
ps-watcher-1.08/missing:179:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
ps-watcher-1.08/missing-180-	    if [ -f "$SRCFILE" ]; then
##############################################
ps-watcher-1.08/missing-197-
ps-watcher-1.08/missing:198:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
ps-watcher-1.08/missing-199-    if test -z "$file"; then
ps-watcher-1.08/missing:200:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
ps-watcher-1.08/missing-201-    fi
##############################################
ps-watcher-1.08/missing-223-         the \`GNU make' package.  Grab either from any GNU archive site."
ps-watcher-1.08/missing:224:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
ps-watcher-1.08/missing-225-    if test -z "$file"; then
ps-watcher-1.08/missing:226:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
ps-watcher-1.08/missing:227:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
ps-watcher-1.08/missing-228-    fi
##############################################
ps-watcher-1.08/missing-251-	*o*)
ps-watcher-1.08/missing:252:	    firstarg=`echo "$firstarg" | sed s/o//`
ps-watcher-1.08/missing-253-	    tar "$firstarg" ${1+"$@"} && exit 0
##############################################
ps-watcher-1.08/missing-257-	*h*)
ps-watcher-1.08/missing:258:	    firstarg=`echo "$firstarg" | sed s/h//`
ps-watcher-1.08/missing-259-	    tar "$firstarg" ${1+"$@"} && exit 0
##############################################
ps-watcher-1.08/install-sh-85-
ps-watcher-1.08/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
ps-watcher-1.08/install-sh-87-	    shift
##############################################
ps-watcher-1.08/install-sh-89-
ps-watcher-1.08/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
ps-watcher-1.08/install-sh-91-	    shift
##############################################
ps-watcher-1.08/install-sh-150-	then
ps-watcher-1.08/install-sh:151:		dst="$dst"/`basename $src`
ps-watcher-1.08/install-sh-152-	else
##############################################
ps-watcher-1.08/install-sh-157-## this sed command emulates the dirname command
ps-watcher-1.08/install-sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
ps-watcher-1.08/install-sh-159-
##############################################
ps-watcher-1.08/install-sh-171-IFS='%'
ps-watcher-1.08/install-sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
ps-watcher-1.08/install-sh-173-IFS="${oIFS}"
##############################################
ps-watcher-1.08/install-sh-205-	then
ps-watcher-1.08/install-sh:206:		dstfile=`basename $dst`
ps-watcher-1.08/install-sh-207-	else
##############################################
ps-watcher-1.08/install-sh-215-	then
ps-watcher-1.08/install-sh:216:		dstfile=`basename $dst`
ps-watcher-1.08/install-sh-217-	else
##############################################
ps-watcher-1.08/mkinstalldirs-12-do
ps-watcher-1.08/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
ps-watcher-1.08/mkinstalldirs-14-   shift
##############################################
ps-watcher-1.08/docs/Makefile.in-215-	  else file=$$i; fi; \
ps-watcher-1.08/docs/Makefile.in:216:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
ps-watcher-1.08/docs/Makefile.in-217-	  case "$$ext" in \
##############################################
ps-watcher-1.08/docs/Makefile.in-220-	  esac; \
ps-watcher-1.08/docs/Makefile.in:221:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
ps-watcher-1.08/docs/Makefile.in:222:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
ps-watcher-1.08/docs/Makefile.in:223:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
ps-watcher-1.08/docs/Makefile.in-224-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
##############################################
ps-watcher-1.08/docs/Makefile.in-236-	for i in $$list; do \
ps-watcher-1.08/docs/Makefile.in:237:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
ps-watcher-1.08/docs/Makefile.in-238-	  case "$$ext" in \
##############################################
ps-watcher-1.08/docs/Makefile.in-241-	  esac; \
ps-watcher-1.08/docs/Makefile.in:242:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
ps-watcher-1.08/docs/Makefile.in:243:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
ps-watcher-1.08/docs/Makefile.in:244:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
ps-watcher-1.08/docs/Makefile.in-245-	  echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
##############################################
ps-watcher-1.08/docs/Makefile.in-255-distdir: $(DISTFILES)
ps-watcher-1.08/docs/Makefile.in:256:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ps-watcher-1.08/docs/Makefile.in:257:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ps-watcher-1.08/docs/Makefile.in-258-	list='$(DISTFILES)'; \
##############################################
ps-watcher-1.08/docs/Makefile.in-269-	  if test -d $$d/$$file; then \
ps-watcher-1.08/docs/Makefile.in:270:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ps-watcher-1.08/docs/Makefile.in-271-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
ps-watcher-1.08/ps-watcher-190-    debug_log("trigger after substitution: $etrigger", 2);
ps-watcher-1.08/ps-watcher:191:    if (eval ($etrigger)) {
ps-watcher-1.08/ps-watcher-192-	if (defined($perl_action)) {
ps-watcher-1.08/ps-watcher-193-	    debug_log("running Perl_action: $perl_action", 2);
ps-watcher-1.08/ps-watcher:194:	    eval($perl_action) if $opts{run};
ps-watcher-1.08/ps-watcher-195-	}
##############################################
ps-watcher-1.08/ps-watcher-201-	    debug_log("action after substitution: $eaction", 2);
ps-watcher-1.08/ps-watcher:202:	    my $output=`$eaction` if $opts{run};
ps-watcher-1.08/ps-watcher-203-	    chomp($output);
##############################################
ps-watcher-1.08/ps-watcher-252-        my $ps_fullcmd = sprintf $ps_fullcmd_fmt, $pid;
ps-watcher-1.08/ps-watcher:253:        my @output     = `$ps_fullcmd`;
ps-watcher-1.08/ps-watcher-254-        my $output='';
##############################################
ps-watcher-1.08/ps-watcher-277-	  my $ps_argscmd = sprintf $ps_args_fmt, $pid;
ps-watcher-1.08/ps-watcher:278:          my @output     = `$ps_argscmd`;
ps-watcher-1.08/ps-watcher-279-	  if (@output == 1) {
##############################################
ps-watcher-1.08/ps-watcher-309-
ps-watcher-1.08/ps-watcher:310:          if (eval ($perl_ps_assign)) {
ps-watcher-1.08/ps-watcher-311-	      my $evaled = eval_trigger_action($trigger, $action, 
##############################################
ps-watcher-1.08/ps-watcher-582-sub gather_psinfo() {
ps-watcher-1.08/ps-watcher:583:  my @output=`$ps_cmd`;
ps-watcher-1.08/ps-watcher-584-  return @output;
##############################################
ps-watcher-1.08/ps-watcher-699-  debug_log("trigger after substitution: $etrigger", 2);
ps-watcher-1.08/ps-watcher:700:  if (eval ($etrigger)) {
ps-watcher-1.08/ps-watcher-701-    debug_log("action before substitution: $action", 2);
##############################################
ps-watcher-1.08/ps-watcher-705-    debug_log("action after substitution: $eaction", 2);
ps-watcher-1.08/ps-watcher:706:    my $output=`$eaction` if $opts{run};
ps-watcher-1.08/ps-watcher-707-    chomp($output);
##############################################
ps-watcher-1.08/config.guess-37-
ps-watcher-1.08/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
ps-watcher-1.08/config.guess-39-
##############################################
ps-watcher-1.08/config.guess-180-	# The OS release
ps-watcher-1.08/config.guess:181:	release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
ps-watcher-1.08/config.guess-182-	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
##############################################
ps-watcher-1.08/config.guess-227-	if test $UNAME_RELEASE = "V4.0"; then
ps-watcher-1.08/config.guess:228:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
ps-watcher-1.08/config.guess-229-	fi
##############################################
ps-watcher-1.08/config.guess-261-	if test "$?" = 0 ; then
ps-watcher-1.08/config.guess:262:		case `$dummy` in
ps-watcher-1.08/config.guess-263-			0-0)
##############################################
ps-watcher-1.08/config.guess-289-	rm -f $dummy.s $dummy && rmdir $tmpdir
ps-watcher-1.08/config.guess:290:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
ps-watcher-1.08/config.guess-291-	exit 0 ;;
##############################################
ps-watcher-1.08/config.guess-334-    sun4H:SunOS:5.*:*)
ps-watcher-1.08/config.guess:335:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ps-watcher-1.08/config.guess-336-	exit 0 ;;
ps-watcher-1.08/config.guess-337-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
ps-watcher-1.08/config.guess:338:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ps-watcher-1.08/config.guess-339-	exit 0 ;;
ps-watcher-1.08/config.guess-340-    i86pc:SunOS:5.*:*)
ps-watcher-1.08/config.guess:341:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ps-watcher-1.08/config.guess-342-	exit 0 ;;
##############################################
ps-watcher-1.08/config.guess-346-	# it's likely to be more like Solaris than SunOS4.
ps-watcher-1.08/config.guess:347:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ps-watcher-1.08/config.guess-348-	exit 0 ;;
##############################################
ps-watcher-1.08/config.guess-355-	# Japanese Language versions have a version number like `4.1.3-JL'.
ps-watcher-1.08/config.guess:356:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
ps-watcher-1.08/config.guess-357-	exit 0 ;;
##############################################
ps-watcher-1.08/config.guess-361-    sun*:*:4.2BSD:*)
ps-watcher-1.08/config.guess:362:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
ps-watcher-1.08/config.guess-363-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
ps-watcher-1.08/config.guess-440-	$CC_FOR_BUILD $dummy.c -o $dummy \
ps-watcher-1.08/config.guess:441:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
ps-watcher-1.08/config.guess-442-	  && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0
##############################################
ps-watcher-1.08/config.guess-493-    *:IRIX*:*:*)
ps-watcher-1.08/config.guess:494:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
ps-watcher-1.08/config.guess-495-	exit 0 ;;
##############################################
ps-watcher-1.08/config.guess-533-    *:AIX:*:[45])
ps-watcher-1.08/config.guess:534:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
ps-watcher-1.08/config.guess-535-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
ps-watcher-1.08/config.guess-568-    9000/[34678]??:HP-UX:*:*)
ps-watcher-1.08/config.guess:569:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ps-watcher-1.08/config.guess-570-	case "${UNAME_MACHINE}" in
##############################################
ps-watcher-1.08/config.guess-622-EOF
ps-watcher-1.08/config.guess:623:		    (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null) && HP_ARCH=`$dummy`
ps-watcher-1.08/config.guess-624-		    if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
##############################################
ps-watcher-1.08/config.guess-630-    ia64:HP-UX:*:*)
ps-watcher-1.08/config.guess:631:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ps-watcher-1.08/config.guess-632-	echo ia64-hp-hpux${HPUX_REV}
##############################################
ps-watcher-1.08/config.guess-731-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ps-watcher-1.08/config.guess:732:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
ps-watcher-1.08/config.guess-733-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ps-watcher-1.08/config.guess-754-EOF
ps-watcher-1.08/config.guess:755:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
ps-watcher-1.08/config.guess-756-	rm -f $dummy.c && rmdir $tmpdir
ps-watcher-1.08/config.guess:757:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
ps-watcher-1.08/config.guess-758-	exit 0 ;;
##############################################
ps-watcher-1.08/config.guess-783-    prep*:SunOS:5.*:*)
ps-watcher-1.08/config.guess:784:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ps-watcher-1.08/config.guess-785-	exit 0 ;;
ps-watcher-1.08/config.guess-786-    *:GNU:*:*)
ps-watcher-1.08/config.guess:787:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
ps-watcher-1.08/config.guess-788-	exit 0 ;;
##############################################
ps-watcher-1.08/config.guess-816-EOF
ps-watcher-1.08/config.guess:817:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
ps-watcher-1.08/config.guess-818-	rm -f $dummy.c && rmdir $tmpdir
##############################################
ps-watcher-1.08/config.guess-912-EOF
ps-watcher-1.08/config.guess:913:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
ps-watcher-1.08/config.guess-914-	rm -f $dummy.c && rmdir $tmpdir
##############################################
ps-watcher-1.08/config.guess-932-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
ps-watcher-1.08/config.guess:933:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
ps-watcher-1.08/config.guess-934-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
ps-watcher-1.08/samples/root-procs.ini-16-  perl-action  = <<EOP1
ps-watcher-1.08/samples/root-procs.ini:17:system("logger You have $root_procs root processes running");
ps-watcher-1.08/samples/root-procs.ini-18-EOP1
##############################################
ps-watcher-1.08/configure-107-do
ps-watcher-1.08/configure:108:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
ps-watcher-1.08/configure-109-    eval $as_var=C; export $as_var
##############################################
ps-watcher-1.08/configure-215-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
ps-watcher-1.08/configure:216:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
ps-watcher-1.08/configure-217-") 2> /dev/null; then
##############################################
ps-watcher-1.08/configure-330-  test "x$as_lineno_1" != "x$as_lineno_2" &&
ps-watcher-1.08/configure:331:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
ps-watcher-1.08/configure-332-
##############################################
ps-watcher-1.08/configure-425-  test "x$as_lineno_1" != "x$as_lineno_2" &&
ps-watcher-1.08/configure:426:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
ps-watcher-1.08/configure-427-
##############################################
ps-watcher-1.08/configure-536-	esac;
ps-watcher-1.08/configure:537:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
ps-watcher-1.08/configure-538-	???[sx]*):;;*)false;;esac;fi
##############################################
ps-watcher-1.08/configure-728-  case $ac_option in
ps-watcher-1.08/configure:729:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ps-watcher-1.08/configure-730-  *)	ac_optarg=yes ;;
##############################################
ps-watcher-1.08/configure-771-  -disable-* | --disable-*)
ps-watcher-1.08/configure:772:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ps-watcher-1.08/configure-773-    # Reject names that are not valid shell variable names.
##############################################
ps-watcher-1.08/configure-776-   { (exit 1); exit 1; }; }
ps-watcher-1.08/configure:777:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
ps-watcher-1.08/configure-778-    eval enable_$ac_feature=no ;;
##############################################
ps-watcher-1.08/configure-790-  -enable-* | --enable-*)
ps-watcher-1.08/configure:791:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ps-watcher-1.08/configure-792-    # Reject names that are not valid shell variable names.
##############################################
ps-watcher-1.08/configure-795-   { (exit 1); exit 1; }; }
ps-watcher-1.08/configure:796:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
ps-watcher-1.08/configure-797-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
ps-watcher-1.08/configure-987-  -with-* | --with-*)
ps-watcher-1.08/configure:988:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ps-watcher-1.08/configure-989-    # Reject names that are not valid shell variable names.
##############################################
ps-watcher-1.08/configure-992-   { (exit 1); exit 1; }; }
ps-watcher-1.08/configure:993:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
ps-watcher-1.08/configure-994-    eval with_$ac_package=\$ac_optarg ;;
##############################################
ps-watcher-1.08/configure-996-  -without-* | --without-*)
ps-watcher-1.08/configure:997:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ps-watcher-1.08/configure-998-    # Reject names that are not valid shell variable names.
##############################################
ps-watcher-1.08/configure-1001-   { (exit 1); exit 1; }; }
ps-watcher-1.08/configure:1002:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
ps-watcher-1.08/configure-1003-    eval with_$ac_package=no ;;
##############################################
ps-watcher-1.08/configure-1028-  *=*)
ps-watcher-1.08/configure:1029:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ps-watcher-1.08/configure-1030-    # Reject names that are not valid shell variable names.
##############################################
ps-watcher-1.08/configure-1048-if test -n "$ac_prev"; then
ps-watcher-1.08/configure:1049:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ps-watcher-1.08/configure-1050-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
ps-watcher-1.08/configure-1094-ac_ls_di=`ls -di .` &&
ps-watcher-1.08/configure:1095:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ps-watcher-1.08/configure-1096-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
ps-watcher-1.08/configure-1154-case $srcdir in
ps-watcher-1.08/configure:1155:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ps-watcher-1.08/configure-1156-esac
##############################################
ps-watcher-1.08/configure-1197-By default, \`make install' will install all the files in
ps-watcher-1.08/configure:1198:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ps-watcher-1.08/configure:1199:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ps-watcher-1.08/configure-1200-for instance \`--prefix=\$HOME'.
##############################################
ps-watcher-1.08/configure-1266-*)
ps-watcher-1.08/configure:1267:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
ps-watcher-1.08/configure-1268-  # A ".." for each directory in $ac_dir_suffix.
ps-watcher-1.08/configure:1269:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
ps-watcher-1.08/configure-1270-  case $ac_top_builddir_sub in
##############################################
ps-watcher-1.08/configure-1399-    *\'*)
ps-watcher-1.08/configure:1400:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ps-watcher-1.08/configure-1401-    esac
##############################################
ps-watcher-1.08/configure-1485-      case $ac_val in
ps-watcher-1.08/configure:1486:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ps-watcher-1.08/configure-1487-      esac
##############################################
ps-watcher-1.08/configure-1502-	case $ac_val in
ps-watcher-1.08/configure:1503:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ps-watcher-1.08/configure-1504-	esac
##############################################
ps-watcher-1.08/configure-1610-    set,)
ps-watcher-1.08/configure:1611:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ps-watcher-1.08/configure:1612:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ps-watcher-1.08/configure-1613-      ac_cache_corrupted=: ;;
##############################################
ps-watcher-1.08/configure-1632-    case $ac_new_val in
ps-watcher-1.08/configure:1633:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ps-watcher-1.08/configure-1634-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ps-watcher-1.08/configure-1796-if (
ps-watcher-1.08/configure:1797:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
ps-watcher-1.08/configure-1798-   if test "$*" = "X"; then
ps-watcher-1.08/configure-1799-      # -L didn't work.
ps-watcher-1.08/configure:1800:      set X `ls -t $srcdir/configure conftest.file`
ps-watcher-1.08/configure-1801-   fi
##############################################
ps-watcher-1.08/configure-1840-_ACEOF
ps-watcher-1.08/configure:1841:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
ps-watcher-1.08/configure-1842-rm -f conftest.sed
##############################################
ps-watcher-1.08/configure-1844-# expand $ac_aux_dir to an absolute path
ps-watcher-1.08/configure:1845:am_aux_dir=`cd $ac_aux_dir && pwd`
ps-watcher-1.08/configure-1846-
##############################################
ps-watcher-1.08/configure-1870-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
ps-watcher-1.08/configure:1871:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
ps-watcher-1.08/configure-1872-	     'mkdir (GNU coreutils) '* | \
##############################################
ps-watcher-1.08/configure-1948-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
ps-watcher-1.08/configure:1949:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ps-watcher-1.08/configure-1950-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
ps-watcher-1.08/configure-1958-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
ps-watcher-1.08/configure:1959:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ps-watcher-1.08/configure-1960-  *@@@%%%=?*=@@@%%%*)
##############################################
ps-watcher-1.08/configure-1985-
ps-watcher-1.08/configure:1986:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ps-watcher-1.08/configure-1987-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ps-watcher-1.08/configure-2194-test "x$ac_build_alias" = x &&
ps-watcher-1.08/configure:2195:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ps-watcher-1.08/configure-2196-test "x$ac_build_alias" = x &&
##############################################
ps-watcher-1.08/configure-2199-   { (exit 1); exit 1; }; }
ps-watcher-1.08/configure:2200:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ps-watcher-1.08/configure-2201-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
ps-watcher-1.08/configure-2224-IFS=$ac_save_IFS
ps-watcher-1.08/configure:2225:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ps-watcher-1.08/configure-2226-
##############################################
ps-watcher-1.08/configure-2235-else
ps-watcher-1.08/configure:2236:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ps-watcher-1.08/configure-2237-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
ps-watcher-1.08/configure-2261-IFS=$ac_save_IFS
ps-watcher-1.08/configure:2262:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ps-watcher-1.08/configure-2263-
##############################################
ps-watcher-1.08/configure-2359-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
ps-watcher-1.08/configure:2360:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ps-watcher-1.08/configure-2361-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
ps-watcher-1.08/configure-2369-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
ps-watcher-1.08/configure:2370:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ps-watcher-1.08/configure-2371-  *@@@%%%=?*=@@@%%%*)
##############################################
ps-watcher-1.08/configure-2781-'
ps-watcher-1.08/configure:2782:DEFS=`sed -n "$ac_script" confdefs.h`
ps-watcher-1.08/configure-2783-
##############################################
ps-watcher-1.08/configure-2789-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ps-watcher-1.08/configure:2790:  ac_i=`echo "$ac_i" | sed "$ac_script"`
ps-watcher-1.08/configure-2791-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ps-watcher-1.08/configure-2926-do
ps-watcher-1.08/configure:2927:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
ps-watcher-1.08/configure-2928-    eval $as_var=C; export $as_var
##############################################
ps-watcher-1.08/configure-2976-  test "x$as_lineno_1" != "x$as_lineno_2" &&
ps-watcher-1.08/configure:2977:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
ps-watcher-1.08/configure-2978-
##############################################
ps-watcher-1.08/configure-3087-	esac;
ps-watcher-1.08/configure:3088:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
ps-watcher-1.08/configure-3089-	???[sx]*):;;*)false;;esac;fi
##############################################
ps-watcher-1.08/configure-3152-configured by $0, generated by GNU Autoconf 2.61,
ps-watcher-1.08/configure:3153:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
ps-watcher-1.08/configure-3154-
##############################################
ps-watcher-1.08/configure-3172-  --*=*)
ps-watcher-1.08/configure:3173:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ps-watcher-1.08/configure:3174:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ps-watcher-1.08/configure-3175-    ac_shift=:
##############################################
ps-watcher-1.08/configure-3409-
ps-watcher-1.08/configure:3410:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 85; then
ps-watcher-1.08/configure-3411-    break
##############################################
ps-watcher-1.08/configure-3420-
ps-watcher-1.08/configure:3421:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
ps-watcher-1.08/configure-3422-if test -n "$ac_eof"; then
ps-watcher-1.08/configure:3423:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
ps-watcher-1.08/configure:3424:  ac_eof=`expr $ac_eof + 1`
ps-watcher-1.08/configure-3425-fi
##############################################
ps-watcher-1.08/configure-3558-      case $as_dir in #(
ps-watcher-1.08/configure:3559:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
ps-watcher-1.08/configure-3560-      *) as_qdir=$as_dir;;
##############################################
ps-watcher-1.08/configure-3596-*)
ps-watcher-1.08/configure:3597:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
ps-watcher-1.08/configure-3598-  # A ".." for each directory in $ac_dir_suffix.
ps-watcher-1.08/configure:3599:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
ps-watcher-1.08/configure-3600-  case $ac_top_builddir_sub in
##############################################
ps-watcher-1.08/configure-3674-
ps-watcher-1.08/configure:3675:# Neutralize VPATH when `$srcdir' = `.'.
ps-watcher-1.08/configure-3676-# Shell code in configure.ac might set extrasub.
##############################################
ps-watcher-1.08/configure-3699-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ps-watcher-1.08/configure:3700:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
ps-watcher-1.08/configure:3701:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
ps-watcher-1.08/configure-3702-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
ps-watcher-1.08/aclocal.m4-67-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
ps-watcher-1.08/aclocal.m4:68:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
ps-watcher-1.08/aclocal.m4-69-#
##############################################
ps-watcher-1.08/aclocal.m4-91-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
ps-watcher-1.08/aclocal.m4:92:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
ps-watcher-1.08/aclocal.m4-93-# and then we would define $MISSING as
##############################################
ps-watcher-1.08/aclocal.m4-107-# expand $ac_aux_dir to an absolute path
ps-watcher-1.08/aclocal.m4:108:am_aux_dir=`cd $ac_aux_dir && pwd`
ps-watcher-1.08/aclocal.m4-109-])
##############################################
ps-watcher-1.08/aclocal.m4-177-AC_REQUIRE([AC_PROG_INSTALL])dnl
ps-watcher-1.08/aclocal.m4:178:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ps-watcher-1.08/aclocal.m4-179-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ps-watcher-1.08/aclocal.m4-266-    * )
ps-watcher-1.08/aclocal.m4:267:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ps-watcher-1.08/aclocal.m4-268-  esac
ps-watcher-1.08/aclocal.m4-269-done
ps-watcher-1.08/aclocal.m4:270:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
ps-watcher-1.08/aclocal.m4-271-
##############################################
ps-watcher-1.08/aclocal.m4-454-if (
ps-watcher-1.08/aclocal.m4:455:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
ps-watcher-1.08/aclocal.m4-456-   if test "$[*]" = "X"; then
ps-watcher-1.08/aclocal.m4-457-      # -L didn't work.
ps-watcher-1.08/aclocal.m4:458:      set X `ls -t $srcdir/configure conftest.file`
ps-watcher-1.08/aclocal.m4-459-   fi
##############################################
ps-watcher-1.08/Makefile.in-255-	  if test -f $$d$$p; then \
ps-watcher-1.08/Makefile.in:256:	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
ps-watcher-1.08/Makefile.in-257-	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
ps-watcher-1.08/Makefile.in-264-	@list='$(bin_SCRIPTS)'; for p in $$list; do \
ps-watcher-1.08/Makefile.in:265:	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
ps-watcher-1.08/Makefile.in-266-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
ps-watcher-1.08/Makefile.in-284-	dot_seen=no; \
ps-watcher-1.08/Makefile.in:285:	target=`echo $@ | sed s/-recursive//`; \
ps-watcher-1.08/Makefile.in-286-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
ps-watcher-1.08/Makefile.in-319-	rev="$$rev ."; \
ps-watcher-1.08/Makefile.in:320:	target=`echo $@ | sed s/-recursive//`; \
ps-watcher-1.08/Makefile.in-321-	for subdir in $$rev; do \
##############################################
ps-watcher-1.08/Makefile.in-392-GTAGS:
ps-watcher-1.08/Makefile.in:393:	here=`$(am__cd) $(top_builddir) && pwd` \
ps-watcher-1.08/Makefile.in-394-	  && cd $(top_srcdir) \
##############################################
ps-watcher-1.08/Makefile.in-402-	test -d $(distdir) || mkdir $(distdir)
ps-watcher-1.08/Makefile.in:403:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ps-watcher-1.08/Makefile.in:404:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ps-watcher-1.08/Makefile.in-405-	list='$(DISTFILES)'; \
##############################################
ps-watcher-1.08/Makefile.in-416-	  if test -d $$d/$$file; then \
ps-watcher-1.08/Makefile.in:417:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ps-watcher-1.08/Makefile.in-418-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
ps-watcher-1.08/Makefile.in-432-	    || exit 1; \
ps-watcher-1.08/Makefile.in:433:	    distdir=`$(am__cd) $(distdir) && pwd`; \
ps-watcher-1.08/Makefile.in:434:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
ps-watcher-1.08/Makefile.in-435-	    (cd $$subdir && \
##############################################
ps-watcher-1.08/Makefile.in-500-	chmod a-w $(distdir)
ps-watcher-1.08/Makefile.in:501:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
ps-watcher-1.08/Makefile.in-502-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
ps-watcher-1.08/Makefile.in-531-	@cd $(distuninstallcheck_dir) \
ps-watcher-1.08/Makefile.in:532:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
ps-watcher-1.08/Makefile.in-533-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
ps-watcher-1.08/Makefile.in-543-	fi
ps-watcher-1.08/Makefile.in:544:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
ps-watcher-1.08/Makefile.in-545-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
ps-watcher-1.08/debian/bin/github-release.sh-110-
ps-watcher-1.08/debian/bin/github-release.sh:111:SCRIPTDIR=`dirname $0`
ps-watcher-1.08/debian/bin/github-release.sh-112-[ -e "$SCRIPTDIR/GITHUBTOKEN" ] && . "$SCRIPTDIR/GITHUBTOKEN"
##############################################
ps-watcher-1.08/debian/bin/github-release.sh-134-  "https://api.github.com/repos/$REPO/releases"`
ps-watcher-1.08/debian/bin/github-release.sh:135:if [ "`echo "$RESULT" | tail -1`" != "201" ]; then
ps-watcher-1.08/debian/bin/github-release.sh-136-  echo FAILED
##############################################
ps-watcher-1.08/debian/bin/github-release.sh-139-fi 
ps-watcher-1.08/debian/bin/github-release.sh:140:RELEASEID=`echo "$RESULT" | sed -ne 's/^  "id": \(.*\),$/\1/p'`
ps-watcher-1.08/debian/bin/github-release.sh-141-if [[ -z "$RELEASEID" ]]; then
##############################################
ps-watcher-1.08/debian/bin/github-release.sh-152-  fi
ps-watcher-1.08/debian/bin/github-release.sh:153:  FILESIZE=`stat -c '%s' "$FILE"`
ps-watcher-1.08/debian/bin/github-release.sh:154:  FILENAME=`basename $FILE`
ps-watcher-1.08/debian/bin/github-release.sh-155-  echo -n "Uploading $FILENAME... "
##############################################
ps-watcher-1.08/debian/bin/github-release.sh-161-    "https://uploads.github.com/repos/$REPO/releases/$RELEASEID/assets?name=$FILENAME&size=$FILESIZE"`
ps-watcher-1.08/debian/bin/github-release.sh:162:  if [ "`echo "$RESULT" | tail -1`" != "201" ]; then
ps-watcher-1.08/debian/bin/github-release.sh-163-    echo FAILED
##############################################
ps-watcher-1.08/debian/bin/github-release.sh-181-  "https://api.github.com/repos/$REPO/releases/$RELEASEID"`
ps-watcher-1.08/debian/bin/github-release.sh:182:if [ "`echo "$RESULT" | tail -1`" = "200" ]; then
ps-watcher-1.08/debian/bin/github-release.sh-183-  echo DONE
##############################################
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-190-    debug_log("trigger after substitution: $etrigger", 2);
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in:191:    if (eval ($etrigger)) {
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-192-	if (defined($perl_action)) {
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-193-	    debug_log("running Perl_action: $perl_action", 2);
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in:194:	    eval($perl_action) if $opts{run};
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-195-	}
##############################################
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-201-	    debug_log("action after substitution: $eaction", 2);
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in:202:	    my $output=`$eaction` if $opts{run};
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-203-	    chomp($output);
##############################################
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-252-        my $ps_fullcmd = sprintf $ps_fullcmd_fmt, $pid;
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in:253:        my @output     = `$ps_fullcmd`;
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-254-        my $output='';
##############################################
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-277-	  my $ps_argscmd = sprintf $ps_args_fmt, $pid;
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in:278:          my @output     = `$ps_argscmd`;
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-279-	  if (@output == 1) {
##############################################
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-309-
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in:310:          if (eval ($perl_ps_assign)) {
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-311-	      my $evaled = eval_trigger_action($trigger, $action, 
##############################################
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-572-sub gather_psinfo() {
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in:573:  my @output=`$ps_cmd`;
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-574-  return @output;
##############################################
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-689-  debug_log("trigger after substitution: $etrigger", 2);
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in:690:  if (eval ($etrigger)) {
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-691-    debug_log("action before substitution: $action", 2);
##############################################
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-695-    debug_log("action after substitution: $eaction", 2);
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in:696:    my $output=`$eaction` if $opts{run};
ps-watcher-1.08/.pc/ps_binary/ps-watcher.in.in-697-    chomp($output);
##############################################
ps-watcher-1.08/ps-watcher.in.in-190-    debug_log("trigger after substitution: $etrigger", 2);
ps-watcher-1.08/ps-watcher.in.in:191:    if (eval ($etrigger)) {
ps-watcher-1.08/ps-watcher.in.in-192-	if (defined($perl_action)) {
ps-watcher-1.08/ps-watcher.in.in-193-	    debug_log("running Perl_action: $perl_action", 2);
ps-watcher-1.08/ps-watcher.in.in:194:	    eval($perl_action) if $opts{run};
ps-watcher-1.08/ps-watcher.in.in-195-	}
##############################################
ps-watcher-1.08/ps-watcher.in.in-201-	    debug_log("action after substitution: $eaction", 2);
ps-watcher-1.08/ps-watcher.in.in:202:	    my $output=`$eaction` if $opts{run};
ps-watcher-1.08/ps-watcher.in.in-203-	    chomp($output);
##############################################
ps-watcher-1.08/ps-watcher.in.in-252-        my $ps_fullcmd = sprintf $ps_fullcmd_fmt, $pid;
ps-watcher-1.08/ps-watcher.in.in:253:        my @output     = `$ps_fullcmd`;
ps-watcher-1.08/ps-watcher.in.in-254-        my $output='';
##############################################
ps-watcher-1.08/ps-watcher.in.in-277-	  my $ps_argscmd = sprintf $ps_args_fmt, $pid;
ps-watcher-1.08/ps-watcher.in.in:278:          my @output     = `$ps_argscmd`;
ps-watcher-1.08/ps-watcher.in.in-279-	  if (@output == 1) {
##############################################
ps-watcher-1.08/ps-watcher.in.in-309-
ps-watcher-1.08/ps-watcher.in.in:310:          if (eval ($perl_ps_assign)) {
ps-watcher-1.08/ps-watcher.in.in-311-	      my $evaled = eval_trigger_action($trigger, $action, 
##############################################
ps-watcher-1.08/ps-watcher.in.in-572-sub gather_psinfo() {
ps-watcher-1.08/ps-watcher.in.in:573:  my @output=`$ps_cmd`;
ps-watcher-1.08/ps-watcher.in.in-574-  return @output;
##############################################
ps-watcher-1.08/ps-watcher.in.in-689-  debug_log("trigger after substitution: $etrigger", 2);
ps-watcher-1.08/ps-watcher.in.in:690:  if (eval ($etrigger)) {
ps-watcher-1.08/ps-watcher.in.in-691-    debug_log("action before substitution: $action", 2);
##############################################
ps-watcher-1.08/ps-watcher.in.in-695-    debug_log("action after substitution: $eaction", 2);
ps-watcher-1.08/ps-watcher.in.in:696:    my $output=`$eaction` if $opts{run};
ps-watcher-1.08/ps-watcher.in.in-697-    chomp($output);