===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xymon-4.3.30/lib/ipaccess.c-39-		if (p) *p = '\0';
xymon-4.3.30/lib/ipaccess.c:40:		result[count].ipval = ntohl(inet_addr(tok));
xymon-4.3.30/lib/ipaccess.c-41-		if (p) { *p = '/'; p++; bits = atoi(p); }
##############################################
xymon-4.3.30/lib/ipaccess.c-73-		if (strcmp(targetip, "0.0.0.0") == 0) return 1; /* DHCP hosts can report from any address */
xymon-4.3.30/lib/ipaccess.c:74:		tg_ip = ntohl(inet_addr(targetip));
xymon-4.3.30/lib/ipaccess.c-75-		if (ntohl(sender.s_addr) == tg_ip) {
##############################################
xymon-4.3.30/web/Makefile-169-	chown $(XYMONUSER) $(PROGRAMS)
xymon-4.3.30/web/Makefile:170:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(PROGRAMS)
xymon-4.3.30/web/Makefile-171-	chmod 755 $(PROGRAMS)
##############################################
xymon-4.3.30/web/Makefile-188-	chown $(XYMONUSER) *.1 *.5 *.8
xymon-4.3.30/web/Makefile:189:	chgrp `$(IDTOOL) -g $(XYMONUSER)` *.1 *.5 *.8
xymon-4.3.30/web/Makefile-190-	chmod 644 *.1 *.5 *.8
##############################################
xymon-4.3.30/web/Makefile-194-	chown $(XYMONUSER) $(INSTALLROOT)$(MANROOT)/man1 $(INSTALLROOT)$(MANROOT)/man5 $(INSTALLROOT)$(MANROOT)/man8
xymon-4.3.30/web/Makefile:195:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(MANROOT)/man1 $(INSTALLROOT)$(MANROOT)/man5 $(INSTALLROOT)$(MANROOT)/man8
xymon-4.3.30/web/Makefile-196-	chmod 755 $(INSTALLROOT)$(MANROOT)/man1 $(INSTALLROOT)$(MANROOT)/man5 $(INSTALLROOT)$(MANROOT)/man8
##############################################
xymon-4.3.30/docs/manpages/man8/xymond_rrd.8.html-462-        # Analyze the message we got
xymon-4.3.30/docs/manpages/man8/xymond_rrd.8.html:463:        TEMP=`grep "^Temperature:" $FNAME | awk '{print $2}'`
xymon-4.3.30/docs/manpages/man8/xymond_rrd.8.html:464:        WIND=`grep "^Wind:" $FNAME | awk '{print $2}'`
xymon-4.3.30/docs/manpages/man8/xymond_rrd.8.html:465:        HMTY=`grep "^Humidity:" $FNAME | awk '{print $2}'`
xymon-4.3.30/docs/manpages/man8/xymond_rrd.8.html:466:        RAIN=`grep "^Rainfall:" $FNAME | awk '{print $2}'`
xymon-4.3.30/docs/manpages/man8/xymond_rrd.8.html-467-
##############################################
xymon-4.3.30/docs/manpages/man1/xymon.1.html-611-<P>
xymon-4.3.30/docs/manpages/man1/xymon.1.html:612:<BR>&nbsp;&nbsp;&nbsp;$&nbsp;WWW=`$XYMON&nbsp;$XYMSRV&nbsp;&quot;query&nbsp;www,foo,com.www&quot;&nbsp;|&nbsp;awk&nbsp;aq{print&nbsp;$1}aq`
xymon-4.3.30/docs/manpages/man1/xymon.1.html-613-<BR>&nbsp;&nbsp;&nbsp;$&nbsp;if&nbsp;[&nbsp;&quot;$WWW&quot;&nbsp;=&nbsp;&quot;red&quot;&nbsp;];&nbsp;then&nbsp;/etc/init.d/apache&nbsp;restart;&nbsp;fi
##############################################
xymon-4.3.30/docs/xymon-tips.html.DIST-312-      MACHINEDOTS="$2"
xymon-4.3.30/docs/xymon-tips.html.DIST:313:      MACHINE=`echo $2 | $SED -e's/\./,/g'`
xymon-4.3.30/docs/xymon-tips.html.DIST-314-
##############################################
xymon-4.3.30/docs/Makefile-13-	chown -R $(XYMONUSER) $(INSTALLROOT)$(INSTALLWWWDIR)/help
xymon-4.3.30/docs/Makefile:14:	chgrp -R `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(INSTALLWWWDIR)/help
xymon-4.3.30/docs/Makefile-15-	# These may fail if no files installed
##############################################
xymon-4.3.30/xymonproxy/Makefile-36-	chown $(XYMONUSER) $(PROGRAMS)
xymon-4.3.30/xymonproxy/Makefile:37:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(PROGRAMS)
xymon-4.3.30/xymonproxy/Makefile-38-	chmod 755 $(PROGRAMS)
##############################################
xymon-4.3.30/xymonproxy/Makefile-45-	chown $(XYMONUSER) $(INSTALLROOT)$(MANROOT)/man8 *.8
xymon-4.3.30/xymonproxy/Makefile:46:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(MANROOT)/man8 *.8
xymon-4.3.30/xymonproxy/Makefile-47-	chmod 755 $(INSTALLROOT)$(MANROOT)/man8
##############################################
xymon-4.3.30/configure.client-51-echo "Checking your make-utility"
xymon-4.3.30/configure.client:52:MAKEVER=`$MAKE -version 2>&1 | head -n 1 | awk '{print $1 " " $2}'`
xymon-4.3.30/configure.client-53-if test "$MAKEVER" != "GNU Make"
##############################################
xymon-4.3.30/configure.client-112-		# http://www.xymon.com/archive/2008/02/msg00173.html
xymon-4.3.30/configure.client:113:		USERDATA="`dscl . -list /Users  | grep $XYMONUSER`"
xymon-4.3.30/configure.client-114-		if test "$USERDATA" != ""
##############################################
xymon-4.3.30/configure.client-121-		echo ""; echo ""
xymon-4.3.30/configure.client:122:		HOMEDIR="`dscl . -read /Users/$XYMONUSER | grep HomeDirectory | awk '{print $2}'`"
xymon-4.3.30/configure.client-123-	else
xymon-4.3.30/configure.client:124:		USERDATA=`getent passwd $XYMONUSER 2>/dev/null || ypmatch "${XYMONUSER}" passwd || grep "^${XYMONUSER}:" /etc/passwd`
xymon-4.3.30/configure.client-125-		if test $? -eq 0
##############################################
xymon-4.3.30/configure.client-132-		echo ""; echo ""
xymon-4.3.30/configure.client:133:		HOMEDIR="`echo $USERDATA|cut -d: -f6`"
xymon-4.3.30/configure.client-134-	fi
##############################################
xymon-4.3.30/configure.server-83-echo "Checking your make-utility"
xymon-4.3.30/configure.server:84:MAKEVER=`$MAKE -version 2>&1 | head -n 1 | awk '{print $1 " " $2}'`
xymon-4.3.30/configure.server-85-if test "$MAKEVER" != "GNU Make"
##############################################
xymon-4.3.30/configure.server-211-		# http://www.xymon.com/archive/2008/02/msg00173.html
xymon-4.3.30/configure.server:212:		USERDATA="`dscl . -list /Users  | grep $XYMONUSER`"
xymon-4.3.30/configure.server-213-		if test "$USERDATA" != ""
##############################################
xymon-4.3.30/configure.server-220-		echo ""; echo ""
xymon-4.3.30/configure.server:221:		HOMEDIR="`dscl . -read /Users/$XYMONUSER | grep HomeDirectory | awk '{print $2}'`"
xymon-4.3.30/configure.server-222-	else
xymon-4.3.30/configure.server:223:		USERDATA=`getent passwd $XYMONUSER 2>/dev/null || ypmatch "${XYMONUSER}" passwd || grep "^${XYMONUSER}:" /etc/passwd`
xymon-4.3.30/configure.server-224-		if test $? -eq 0
##############################################
xymon-4.3.30/configure.server-231-		echo ""; echo ""
xymon-4.3.30/configure.server:232:		HOMEDIR="`echo $USERDATA|cut -d: -f6`"
xymon-4.3.30/configure.server-233-	fi
##############################################
xymon-4.3.30/client/xymonclient.sh-62-
xymon-4.3.30/client/xymonclient.sh:63:CLIENTVERSION="`$XYMONHOME/bin/clientupdate --level`"
xymon-4.3.30/client/xymonclient.sh-64-if test -z "$CLIENTVERSION"; then
xymon-4.3.30/client/xymonclient.sh:65:	CLIENTVERSION="`$XYMON --version`"
xymon-4.3.30/client/xymonclient.sh-66-fi
##############################################
xymon-4.3.30/client/xymonclient.sh-88-		then
xymon-4.3.30/client/xymonclient.sh:89:			echo "[local:`basename $MODULE`]" >>$MSGTMPFILE
xymon-4.3.30/client/xymonclient.sh-90-			$MODULE >>$MSGTMPFILE
##############################################
xymon-4.3.30/client/xymonclient.sh-120-	# Check for client updates
xymon-4.3.30/client/xymonclient.sh:121:	SERVERVERSION=`grep "^clientversion:" $LOGFETCHCFG | cut -d: -f2`
xymon-4.3.30/client/xymonclient.sh-122-	if test "$SERVERVERSION" != "" -a "$SERVERVERSION" != "$CLIENTVERSION"; then
##############################################
xymon-4.3.30/client/runclient.sh-27-	  --hostname=*)
xymon-4.3.30/client/runclient.sh:28:	  	MACHINEDOTS="`echo $1 | sed -e 's/--hostname=//'`"
xymon-4.3.30/client/runclient.sh-29-		;;
xymon-4.3.30/client/runclient.sh-30-	  --os=*)
xymon-4.3.30/client/runclient.sh:31:	  	SERVEROSTYPE="`echo $1 | sed -e 's/--os=//' | tr '[ABCDEFGHIJKLMNOPQRSTUVWXYZ/]' '[abcdefghijklmnopqrstuvwxyz_]'`"
xymon-4.3.30/client/runclient.sh-32-		;;
xymon-4.3.30/client/runclient.sh-33-	  --class=*)
xymon-4.3.30/client/runclient.sh:34:	        CONFIGCLASS="`echo $1 | sed -e 's/--class=//' | tr '[ABCDEFGHIJKLMNOPQRSTUVWXYZ/]' '[abcdefghijklmnopqrstuvwxyz_]'`"
xymon-4.3.30/client/runclient.sh-35-		;;
##############################################
xymon-4.3.30/client/runclient.sh-56-
xymon-4.3.30/client/runclient.sh:57:XYMONCLIENTHOME="`dirname $0`"
xymon-4.3.30/client/runclient.sh:58:if test `echo "$XYMONCLIENTHOME" | grep "^\."`
xymon-4.3.30/client/runclient.sh-59-then
##############################################
xymon-4.3.30/client/runclient.sh-68-
xymon-4.3.30/client/runclient.sh:69:MACHINE="`echo $MACHINEDOTS | sed -e 's/\./,/g'`"
xymon-4.3.30/client/runclient.sh-70-export MACHINE
##############################################
xymon-4.3.30/client/runclient.sh-98-  	if test -s $XYMONCLIENTHOME/logs/clientlaunch.$MACHINEDOTS.pid; then
xymon-4.3.30/client/runclient.sh:99:		kill `cat $XYMONCLIENTHOME/logs/clientlaunch.$MACHINEDOTS.pid`
xymon-4.3.30/client/runclient.sh-100-		echo "Xymon client stopped"
##############################################
xymon-4.3.30/client/runclient.sh-118-	then
xymon-4.3.30/client/runclient.sh:119:		kill -0 `cat $XYMONCLIENTHOME/logs/clientlaunch.$MACHINEDOTS.pid`
xymon-4.3.30/client/runclient.sh-120-		if test $? -eq 0
xymon-4.3.30/client/runclient.sh-121-		then
xymon-4.3.30/client/runclient.sh:122:			echo "Xymon client (clientlaunch) running with PID `cat $XYMONCLIENTHOME/logs/clientlaunch.$MACHINEDOTS.pid`"
xymon-4.3.30/client/runclient.sh-123-			exit 0
##############################################
xymon-4.3.30/client/xymonclient-darwin.sh-28-
xymon-4.3.30/client/xymonclient-darwin.sh:29:FILESYSTEMS=`mount | sed -E '/[\( ](nobrowse|afs|read-only)[ ,\)]/d;s/^.* on (.*) \(.*$/\1/'`
xymon-4.3.30/client/xymonclient-darwin.sh-30-
##############################################
xymon-4.3.30/client/xymonclient-sunos.sh-32-# Print the root filesystem first, with the header, and those fs's that have the same type.
xymon-4.3.30/client/xymonclient-sunos.sh:33:ROOTFSTYPE=`/bin/df -n / | awk '{print $3}'`
xymon-4.3.30/client/xymonclient-sunos.sh-34-/bin/df -F $ROOTFSTYPE -k
##############################################
xymon-4.3.30/client/xymonclient-sunos.sh-37-global|Global)
xymon-4.3.30/client/xymonclient-sunos.sh:38:   FSTYPES=`/bin/df -n -l|cut -d: -f2 | awk '{print $1}'|egrep -v "^${ROOTFSTYPE}|^proc|^fd|^mntfs|^ctfs|^devfs|^objfs|^nfs|^lofs|^tmpfs|^sharefs"|sort|uniq`
xymon-4.3.30/client/xymonclient-sunos.sh-39-   ;;
##############################################
xymon-4.3.30/client/xymonclient-sunos.sh-41-   # zones are frequently type lofs so deal with them specially
xymon-4.3.30/client/xymonclient-sunos.sh:42:   FSTYPES=`/bin/df -n -l|cut -d: -f2 | awk '{print $1}'|egrep -v "^${ROOTFSTYPE}|^proc|^fd|^mntfs|^ctfs|^devfs|^objfs|^nfs|^tmpfs|^sharefs"|sort|uniq`
xymon-4.3.30/client/xymonclient-sunos.sh-43-   ;;
##############################################
xymon-4.3.30/client/xymonclient-sunos.sh-89-   # cut out the useable parts
xymon-4.3.30/client/xymonclient-sunos.sh:90:   VMFR=`echo $VMSTAT | cut -d " " -f1,2,3`
xymon-4.3.30/client/xymonclient-sunos.sh:91:   VMBK=`echo $VMSTAT | cut -d " " -f6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22`
xymon-4.3.30/client/xymonclient-sunos.sh-92-   # get the total memory for the platform
xymon-4.3.30/client/xymonclient-sunos.sh-93-   TMEM=`/usr/sbin/prtconf 2>&1 | grep Memory | cut -d" " -f3`
xymon-4.3.30/client/xymonclient-sunos.sh:94:   TMEM=`expr $TMEM "*" 1024`
xymon-4.3.30/client/xymonclient-sunos.sh-95-   # get the total allocated and reserved swap
##############################################
xymon-4.3.30/client/xymonclient-sunos.sh-105-       } while (0)}'`
xymon-4.3.30/client/xymonclient-sunos.sh:106:   TUSED=`expr $TMEM "-" $TUSED`
xymon-4.3.30/client/xymonclient-sunos.sh-107-   echo "$VMFR $SUSED $TUSED $VMBK"
##############################################
xymon-4.3.30/client/xymonclient-sunos.sh-136-   # find out which nics are configured into this zone
xymon-4.3.30/client/xymonclient-sunos.sh:137:   MYNICS=`netstat -i |cut -f1 -d" " | egrep -i -v "Name|lo|^$"  |paste -s -d"|" - `
xymon-4.3.30/client/xymonclient-sunos.sh-138-   /usr/bin/kstat -p -s '[or]bytes64' | egrep "$MYNICS"| sort
##############################################
xymon-4.3.30/client/Makefile-83-	chown -R $(XYMONUSER) $(INSTALLROOT)$(XYMONHOME)
xymon-4.3.30/client/Makefile:84:	chgrp -R `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(XYMONHOME)
xymon-4.3.30/client/Makefile-85-	chmod 755 $(INSTALLROOT)$(XYMONHOME)
##############################################
xymon-4.3.30/client/Makefile-92-	chown $(XYMONUSER) $(INSTALLROOT)$(XYMONHOME)/bin/xymond_client
xymon-4.3.30/client/Makefile:93:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(XYMONHOME)/bin/xymond_client
xymon-4.3.30/client/Makefile-94-endif
##############################################
xymon-4.3.30/client/xymonclient-hp-ux.sh-55-# From Earl Flack  http://lists.xymon.com/archive/2010-December/030100.html 
xymon-4.3.30/client/xymonclient-hp-ux.sh:56:FREE=`/usr/sbin/swapinfo |grep ^memory |awk {'print $4'}`
xymon-4.3.30/client/xymonclient-hp-ux.sh:57:FREEREPORT=`echo $FREE / 1024 |/usr/bin/bc`
xymon-4.3.30/client/xymonclient-hp-ux.sh:58:TOTAL=`/usr/sbin/swapinfo |grep ^memory |awk {'print $2'}`
xymon-4.3.30/client/xymonclient-hp-ux.sh:59:TOTALREPORT=`echo $TOTAL / 1024 |/usr/bin/bc`
xymon-4.3.30/client/xymonclient-hp-ux.sh-60-echo Total:$TOTALREPORT
##############################################
xymon-4.3.30/client/xymonclient-linux.sh-48-if test -f /proc/filesystems ; then # Linux
xymon-4.3.30/client/xymonclient-linux.sh:49:	EXCLUDES=`cat /proc/filesystems | grep nodev | egrep -v 'tmpfs|rootfs|squashfs' | awk '{print $2}' | xargs echo | sed -e 's! ! -x !g'`
xymon-4.3.30/client/xymonclient-linux.sh-50-else # kfreebsd (or /proc not mounted)
xymon-4.3.30/client/xymonclient-linux.sh:51:	EXCLUDES=`mount | grep -v '^/' | egrep -v 'tmpfs|rootfs|squashfs' | awk '{print $1}' | xargs echo | sed -e 's! ! -x !g'`
xymon-4.3.30/client/xymonclient-linux.sh-52-fi
##############################################
xymon-4.3.30/xymonnet/c-ares-shim.sh-8-for i in $CFLAGS; do
xymon-4.3.30/xymonnet/c-ares-shim.sh:9:   if [ `echo $i | grep -c '\-I'` -eq 0 -a `echo $i | grep -c '\-D'` -eq 0 -a `echo $i | grep -c '\-L'` -eq 0 ]; then
xymon-4.3.30/xymonnet/c-ares-shim.sh-10-        CFF="$CFF $i"
xymon-4.3.30/xymonnet/c-ares-shim.sh:11:   elif [ `echo $i | grep -c '\-L'` -eq 0 ]; then
xymon-4.3.30/xymonnet/c-ares-shim.sh-12-        CPF="$CPF $i"
##############################################
xymon-4.3.30/xymonnet/xymonping.c-437-		src_addr.sin_family = AF_INET;
xymon-4.3.30/xymonnet/xymonping.c:438:		src_addr.sin_addr.s_addr = inet_addr(srcip);
xymon-4.3.30/xymonnet/xymonping.c-439-		src_addr.sin_port = htons(0);
##############################################
xymon-4.3.30/xymonnet/xymonnet-again.sh.DIST-9-then
xymon-4.3.30/xymonnet/xymonnet-again.sh.DIST:10:	@RUNTIMEDEFS@ $XYMONHOME/bin/xymonnet `cat $REDOFILE`
xymon-4.3.30/xymonnet/xymonnet-again.sh.DIST-11-fi
##############################################
xymon-4.3.30/xymonnet/Makefile-110-	chown $(XYMONUSER) $(PROGRAMS)
xymon-4.3.30/xymonnet/Makefile:111:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(PROGRAMS)
xymon-4.3.30/xymonnet/Makefile-112-	chmod 755 $(PROGRAMS)
##############################################
xymon-4.3.30/xymonnet/Makefile-118-	chown $(XYMONUSER) $(EXTENSIONS)
xymon-4.3.30/xymonnet/Makefile:119:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(EXTENSIONS)
xymon-4.3.30/xymonnet/Makefile-120-	chmod 755 $(EXTENSIONS)
##############################################
xymon-4.3.30/xymonnet/Makefile-128-	chown $(XYMONUSER) $(INSTALLROOT)$(INSTALLETCDIR)/protocols.cfg
xymon-4.3.30/xymonnet/Makefile:129:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(INSTALLETCDIR)/protocols.cfg
xymon-4.3.30/xymonnet/Makefile-130-	chmod 644 $(INSTALLROOT)$(INSTALLETCDIR)/protocols.cfg
##############################################
xymon-4.3.30/xymonnet/Makefile-135-	chown $(XYMONUSER) *.1 *.5
xymon-4.3.30/xymonnet/Makefile:136:	chgrp `$(IDTOOL) -g $(XYMONUSER)` *.1 *.5
xymon-4.3.30/xymonnet/Makefile-137-	chmod 644 *.1 *.5
##############################################
xymon-4.3.30/xymonnet/Makefile-141-	chown $(XYMONUSER) $(INSTALLROOT)$(MANROOT)/man1 $(INSTALLROOT)$(MANROOT)/man5
xymon-4.3.30/xymonnet/Makefile:142:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(MANROOT)/man1 $(INSTALLROOT)$(MANROOT)/man5
xymon-4.3.30/xymonnet/Makefile-143-	chmod 755 $(INSTALLROOT)$(MANROOT)/man1 $(INSTALLROOT)$(MANROOT)/man5
##############################################
xymon-4.3.30/xymond/xymon.sh.DIST-16-
xymon-4.3.30/xymond/xymon.sh.DIST:17:if test `$ID -un` != @XYMONUSER@
xymon-4.3.30/xymond/xymon.sh.DIST-18-then
##############################################
xymon-4.3.30/xymond/xymon.sh.DIST-94-	do
xymon-4.3.30/xymond/xymon.sh.DIST:95:		kill -HUP `cat $PIDFILE`
xymon-4.3.30/xymond/xymon.sh.DIST-96-	done
##############################################
xymon-4.3.30/xymond/moverrd.sh.DIST-31-do
xymon-4.3.30/xymond/moverrd.sh.DIST:32:	HOSTC=`echo $HOST | sed 's/\./,/g'`
xymon-4.3.30/xymond/moverrd.sh.DIST-33-	mkdir $DSTDIR/${HOST}
xymon-4.3.30/xymond/moverrd.sh.DIST-34-
xymon-4.3.30/xymond/moverrd.sh.DIST:35:	DFILES=`echo $HOST.*.rrd`
xymon-4.3.30/xymond/moverrd.sh.DIST-36-	if [ "$DFILES" != "$HOST.*.rrd" ]
##############################################
xymon-4.3.30/xymond/moverrd.sh.DIST-39-	   do
xymon-4.3.30/xymond/moverrd.sh.DIST:40:	     $OP $f $DSTDIR/${HOST}/`echo $f | sed "s/^${HOST}\.//"`
xymon-4.3.30/xymond/moverrd.sh.DIST-41-	   done
##############################################
xymon-4.3.30/xymond/moverrd.sh.DIST-43-
xymon-4.3.30/xymond/moverrd.sh.DIST:44:	CFILES=`echo $HOSTC.*.rrd`
xymon-4.3.30/xymond/moverrd.sh.DIST-45-	if [ "$CFILES" != "$HOSTC.*.rrd" ]
##############################################
xymon-4.3.30/xymond/moverrd.sh.DIST-48-	   do
xymon-4.3.30/xymond/moverrd.sh.DIST:49:	     $OP $f $DSTDIR/${HOST}/`echo $f | sed "s/^${HOSTC}\.//"`
xymon-4.3.30/xymond/moverrd.sh.DIST-50-	   done
##############################################
xymon-4.3.30/xymond/xymond_rrd.8-395-	# Analyze the message we got
xymon-4.3.30/xymond/xymond_rrd.8:396:	TEMP=`grep "^Temperature:" $FNAME | awk '{print $2}'`
xymon-4.3.30/xymond/xymond_rrd.8:397:	WIND=`grep "^Wind:" $FNAME | awk '{print $2}'`
xymon-4.3.30/xymond/xymond_rrd.8:398:	HMTY=`grep "^Humidity:" $FNAME | awk '{print $2}'`
xymon-4.3.30/xymond/xymond_rrd.8:399:	RAIN=`grep "^Rainfall:" $FNAME | awk '{print $2}'`
xymon-4.3.30/xymond/xymond_rrd.8-400-
##############################################
xymon-4.3.30/xymond/xymonreports.sh.DIST-54-then
xymon-4.3.30/xymond/xymonreports.sh.DIST:55:   REPDIR=$REPTYPE/`$GNUDATE --date="$TODAY -1 day" +"%Y/%m/%d"`
xymon-4.3.30/xymond/xymonreports.sh.DIST:56:   set `$GNUDATE --date="$TODAY -1 day" +"%d %b %Y"`
xymon-4.3.30/xymond/xymonreports.sh.DIST-57-   SDAY=$1; SMON=$2; SYEAR=$3
##############################################
xymon-4.3.30/xymond/xymonreports.sh.DIST-59-then
xymon-4.3.30/xymond/xymonreports.sh.DIST:60:   REPDIR=$REPTYPE/`$GNUDATE --date="$TODAY -1 week" +"%Y/%V"`
xymon-4.3.30/xymond/xymonreports.sh.DIST:61:   set `$GNUDATE --date="$TODAY -1 week" +"%d %b %Y"`
xymon-4.3.30/xymond/xymonreports.sh.DIST-62-   SDAY=$1; SMON=$2; SYEAR=$3
##############################################
xymon-4.3.30/xymond/xymonreports.sh.DIST-64-then
xymon-4.3.30/xymond/xymonreports.sh.DIST:65:   REPDIR=$REPTYPE/`$GNUDATE --date="$TODAY -1 day" +"%Y/%m"`
xymon-4.3.30/xymond/xymonreports.sh.DIST:66:   set `$GNUDATE --date="$TODAY -1 month" +"%d %b %Y"`
xymon-4.3.30/xymond/xymonreports.sh.DIST-67-   SDAY=$1; SMON=$2; SYEAR=$3
##############################################
xymon-4.3.30/xymond/xymonreports.sh.DIST-73-# End date is today, meaning today at 00:00
xymon-4.3.30/xymond/xymonreports.sh.DIST:74:set `$GNUDATE --date="$TODAY -1 day" +"%d %b %Y"`
xymon-4.3.30/xymond/xymonreports.sh.DIST-75-EDAY=$1; EMON=$2; EYEAR=$3
##############################################
xymon-4.3.30/xymond/xymonreports.sh.DIST-77-
xymon-4.3.30/xymond/xymonreports.sh.DIST:78:STIME=`$GNUDATE +%s --date "$SDAY $SMON $SYEAR 00:00:00"`
xymon-4.3.30/xymond/xymonreports.sh.DIST:79:ETIME=`$GNUDATE +%s --date "$EDAY $EMON $EYEAR 23:59:59"`
xymon-4.3.30/xymond/xymonreports.sh.DIST-80-
##############################################
xymon-4.3.30/xymond/Makefile-160-	chown $(XYMONUSER) $(PROGRAMS)
xymon-4.3.30/xymond/Makefile:161:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(PROGRAMS)
xymon-4.3.30/xymond/Makefile-162-	chmod 755 $(PROGRAMS)
##############################################
xymon-4.3.30/xymond/Makefile-168-	chown $(XYMONUSER) *.1 *.5 *.8
xymon-4.3.30/xymond/Makefile:169:	chgrp `$(IDTOOL) -g $(XYMONUSER)` *.1 *.5 *.8
xymon-4.3.30/xymond/Makefile-170-	chmod 644 *.1 *.5 *.8
##############################################
xymon-4.3.30/xymond/Makefile-174-	chown $(XYMONUSER) $(INSTALLROOT)$(MANROOT)/man1 $(INSTALLROOT)$(MANROOT)/man5 $(INSTALLROOT)$(MANROOT)/man8
xymon-4.3.30/xymond/Makefile:175:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(MANROOT)/man1 $(INSTALLROOT)$(MANROOT)/man5 $(INSTALLROOT)$(MANROOT)/man8
xymon-4.3.30/xymond/Makefile-176-	chmod 755 $(INSTALLROOT)$(MANROOT) $(INSTALLROOT)$(MANROOT)/man1 $(INSTALLROOT)$(MANROOT)/man5 $(INSTALLROOT)$(MANROOT)/man8
##############################################
xymon-4.3.30/xymond/Makefile-198-	chown $(XYMONUSER) $(INSTALLROOT)$(XYMONLOGDIR) $(INSTALLROOT)$(XYMONHOME) $(INSTALLROOT)$(XYMONHOME)/* $(INSTALLROOT)$(INSTALLBINDIR)/* $(INSTALLROOT)$(INSTALLETCDIR)/* $(INSTALLROOT)$(INSTALLEXTDIR)/* $(INSTALLROOT)$(INSTALLWEBDIR)/* $(INSTALLROOT)$(INSTALLWWWDIR)/gifs $(INSTALLROOT)$(INSTALLWWWDIR)/gifs/* $(INSTALLROOT)$(INSTALLWWWDIR)/menu $(INSTALLROOT)$(INSTALLWWWDIR)/menu/* $(INSTALLROOT)$(INSTALLWWWDIR)/help $(INSTALLROOT)$(INSTALLWWWDIR)/notes $(INSTALLROOT)$(INSTALLWWWDIR)/html $(INSTALLROOT)$(INSTALLWWWDIR)/wml $(INSTALLROOT)$(XYMONVAR) $(INSTALLROOT)$(XYMONVAR)/*
xymon-4.3.30/xymond/Makefile:199:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(XYMONLOGDIR) $(INSTALLROOT)$(XYMONHOME) $(INSTALLROOT)$(XYMONHOME)/* $(INSTALLROOT)$(INSTALLBINDIR)/* $(INSTALLROOT)$(INSTALLETCDIR)/* $(INSTALLROOT)$(INSTALLEXTDIR)/* $(INSTALLROOT)$(INSTALLWEBDIR)/* $(INSTALLROOT)$(INSTALLWWWDIR)/gifs $(INSTALLROOT)$(INSTALLWWWDIR)/gifs/* $(INSTALLROOT)$(INSTALLWWWDIR)/menu $(INSTALLROOT)$(INSTALLWWWDIR)/menu/* $(INSTALLROOT)$(INSTALLWWWDIR)/help $(INSTALLROOT)$(INSTALLWWWDIR)/notes $(INSTALLROOT)$(INSTALLWWWDIR)/html $(INSTALLROOT)$(INSTALLWWWDIR)/wml $(INSTALLROOT)$(XYMONVAR) $(INSTALLROOT)$(XYMONVAR)/*
xymon-4.3.30/xymond/Makefile-200-	chgrp $(HTTPDGID) $(INSTALLROOT)$(INSTALLETCDIR)/critical.cfg $(INSTALLROOT)$(INSTALLETCDIR)/critical.cfg.bak
##############################################
xymon-4.3.30/build/updmanver-21-   do
xymon-4.3.30/build/updmanver:22:      NAME=`head -n 1 $f | awk '{print $2}'`;
xymon-4.3.30/build/updmanver:23:      SECTION=`head -n 1 $f | awk '{print $3}'`;
xymon-4.3.30/build/updmanver-24-      (echo ".TH $NAME $SECTION \"Version $VERSION: $DATE\" \"Xymon\""; tail -n +2 $f) >$f.new
##############################################
xymon-4.3.30/build/generate-md5.sh-7-
xymon-4.3.30/build/generate-md5.sh:8:(cat build/md5.dat; for F in $WEBLIST $WWWLIST; do echo "md5:`openssl dgst -md5 xymond/${F} | awk '{print $2}'` ${F}"; done) | sort -k2 | uniq
xymon-4.3.30/build/generate-md5.sh-9-
##############################################
xymon-4.3.30/build/upgrade430.sh-19-# Get directory where we are running from
xymon-4.3.30/build/upgrade430.sh:20:SDIR=`dirname $0`	# Could be a relative path
xymon-4.3.30/build/upgrade430.sh:21:SDIRFULL=`(cd $SDIR; pwd)`
xymon-4.3.30/build/upgrade430.sh-22-
##############################################
xymon-4.3.30/build/upgrade430.sh-307-
xymon-4.3.30/build/upgrade430.sh:308:MACHINEUS=`echo $MACHINE | sed -e 's!,!_!g'`
xymon-4.3.30/build/upgrade430.sh-309-cd $BBHISTLOGS/$MACHINEUS || (echo "Cannot cd to Xymon-servers\' histlogs directory"; exit 1)
##############################################
xymon-4.3.30/build/makehtml.sh-22-			then
xymon-4.3.30/build/makehtml.sh:23:				NAME=`head -n 1 $FILE | awk '{print $2}'`;
xymon-4.3.30/build/makehtml.sh:24:				SECTION=`head -n 1 $FILE | awk '{print $3}'`;
xymon-4.3.30/build/makehtml.sh-25-				(echo ".TH $NAME $SECTION \"Version $VERSION: $DATE\" \"Xymon\""; tail -n +2 $FILE) | \
xymon-4.3.30/build/makehtml.sh:26:				man2html -r - | tail -n +2 >docs/manpages/man$SECT/`basename $FILE`.html
xymon-4.3.30/build/makehtml.sh-27-			fi
##############################################
xymon-4.3.30/build/Makefile.rules-178-	chown $(XYMONUSER) $(INSTALLROOT)$(XYMONHOME) $(INSTALLROOT)$(XYMONHOME)/download $(INSTALLROOT)$(XYMONVAR)
xymon-4.3.30/build/Makefile.rules:179:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(XYMONHOME) $(INSTALLROOT)$(XYMONHOME)/download $(INSTALLROOT)$(XYMONVAR)
xymon-4.3.30/build/Makefile.rules-180-	chmod 755 $(INSTALLROOT)$(XYMONHOME) $(INSTALLROOT)$(XYMONHOME)/download $(INSTALLROOT)$(XYMONVAR)
##############################################
xymon-4.3.30/build/Makefile.rules-189-	chown $(XYMONUSER) $(INSTALLROOT)$(INSTALLBINDIR)
xymon-4.3.30/build/Makefile.rules:190:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(INSTALLBINDIR)
xymon-4.3.30/build/Makefile.rules-191-	chmod 755 $(INSTALLROOT)$(INSTALLBINDIR)
##############################################
xymon-4.3.30/build/Makefile.rules-200-	chown $(XYMONUSER) $(INSTALLROOT)$(INSTALLETCDIR)
xymon-4.3.30/build/Makefile.rules:201:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(INSTALLETCDIR)
xymon-4.3.30/build/Makefile.rules-202-	chmod 755 $(INSTALLROOT)$(INSTALLETCDIR)
##############################################
xymon-4.3.30/build/Makefile.rules-211-	chown $(XYMONUSER) $(INSTALLROOT)$(INSTALLEXTDIR)
xymon-4.3.30/build/Makefile.rules:212:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(INSTALLEXTDIR)
xymon-4.3.30/build/Makefile.rules-213-	chmod 755 $(INSTALLROOT)$(INSTALLEXTDIR)
##############################################
xymon-4.3.30/build/Makefile.rules-222-	chown $(XYMONUSER) $(INSTALLROOT)$(INSTALLTMPDIR)
xymon-4.3.30/build/Makefile.rules:223:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(INSTALLTMPDIR)
xymon-4.3.30/build/Makefile.rules-224-	chmod 755 $(INSTALLROOT)$(INSTALLTMPDIR)
##############################################
xymon-4.3.30/build/Makefile.rules-233-	chown $(XYMONUSER) $(INSTALLROOT)$(INSTALLWEBDIR)
xymon-4.3.30/build/Makefile.rules:234:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(INSTALLWEBDIR)
xymon-4.3.30/build/Makefile.rules-235-	chmod 755 $(INSTALLROOT)$(INSTALLWEBDIR)
##############################################
xymon-4.3.30/build/Makefile.rules-244-	chown $(XYMONUSER) $(INSTALLROOT)$(INSTALLWWWDIR) $(INSTALLROOT)$(INSTALLWWWDIR)/gifs $(INSTALLROOT)$(INSTALLWWWDIR)/help $(INSTALLROOT)$(INSTALLWWWDIR)/html $(INSTALLROOT)$(INSTALLWWWDIR)/menu $(INSTALLROOT)$(INSTALLWWWDIR)/notes $(INSTALLROOT)$(INSTALLWWWDIR)/rep $(INSTALLROOT)$(INSTALLWWWDIR)/snap $(INSTALLROOT)$(INSTALLWWWDIR)/wml
xymon-4.3.30/build/Makefile.rules:245:	chgrp `$(IDTOOL) -g $(XYMONUSER)`  $(INSTALLROOT)$(INSTALLWWWDIR) $(INSTALLROOT)$(INSTALLWWWDIR)/gifs $(INSTALLROOT)$(INSTALLWWWDIR)/help $(INSTALLROOT)$(INSTALLWWWDIR)/html $(INSTALLROOT)$(INSTALLWWWDIR)/menu $(INSTALLROOT)$(INSTALLWWWDIR)/notes $(INSTALLROOT)$(INSTALLWWWDIR)/rep $(INSTALLROOT)$(INSTALLWWWDIR)/snap $(INSTALLROOT)$(INSTALLWWWDIR)/wml
xymon-4.3.30/build/Makefile.rules-246-	chmod 755  $(INSTALLROOT)$(INSTALLWWWDIR) $(INSTALLROOT)$(INSTALLWWWDIR)/gifs $(INSTALLROOT)$(INSTALLWWWDIR)/help $(INSTALLROOT)$(INSTALLWWWDIR)/html $(INSTALLROOT)$(INSTALLWWWDIR)/menu $(INSTALLROOT)$(INSTALLWWWDIR)/notes $(INSTALLROOT)$(INSTALLWWWDIR)/rep $(INSTALLROOT)$(INSTALLWWWDIR)/snap $(INSTALLROOT)$(INSTALLWWWDIR)/wml
##############################################
xymon-4.3.30/build/Makefile.rules-256-	chown $(XYMONUSER) $(INSTALLROOT)$(XYMONVAR)/acks
xymon-4.3.30/build/Makefile.rules:257:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(XYMONVAR)/acks
xymon-4.3.30/build/Makefile.rules-258-	chmod 755 $(INSTALLROOT)$(XYMONVAR)/acks
##############################################
xymon-4.3.30/build/Makefile.rules-263-	chown $(XYMONUSER) $(INSTALLROOT)$(XYMONVAR)/data
xymon-4.3.30/build/Makefile.rules:264:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(XYMONVAR)/data
xymon-4.3.30/build/Makefile.rules-265-	chmod 755 $(INSTALLROOT)$(XYMONVAR)/data
##############################################
xymon-4.3.30/build/Makefile.rules-270-	chown $(XYMONUSER) $(INSTALLROOT)$(XYMONVAR)/disabled
xymon-4.3.30/build/Makefile.rules:271:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(XYMONVAR)/disabled
xymon-4.3.30/build/Makefile.rules-272-	chmod 755 $(INSTALLROOT)$(XYMONVAR)/disabled
##############################################
xymon-4.3.30/build/Makefile.rules-277-	chown $(XYMONUSER) $(INSTALLROOT)$(XYMONVAR)/hist
xymon-4.3.30/build/Makefile.rules:278:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(XYMONVAR)/hist
xymon-4.3.30/build/Makefile.rules-279-	chmod 755 $(INSTALLROOT)$(XYMONVAR)/hist
##############################################
xymon-4.3.30/build/Makefile.rules-284-	chown $(XYMONUSER) $(INSTALLROOT)$(XYMONVAR)/histlogs || echo "Warning: Could not set owner on the histlogs directory"
xymon-4.3.30/build/Makefile.rules:285:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(XYMONVAR)/histlogs || echo "Warning: Could not set group on the histlogs directory"
xymon-4.3.30/build/Makefile.rules-286-	chmod 755 $(INSTALLROOT)$(XYMONVAR)/histlogs
##############################################
xymon-4.3.30/build/Makefile.rules-291-	chown $(XYMONUSER) $(INSTALLROOT)$(XYMONVAR)/hostdata || echo "Warning: Could not set owner on the hostdata directory"
xymon-4.3.30/build/Makefile.rules:292:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(XYMONVAR)/hostdata || echo "Warning: Could not set group on the hostdata directory"
xymon-4.3.30/build/Makefile.rules-293-	chmod 755 $(INSTALLROOT)$(XYMONVAR)/hostdata
##############################################
xymon-4.3.30/build/Makefile.rules-298-	chown $(XYMONUSER) $(INSTALLROOT)$(XYMONVAR)/logs
xymon-4.3.30/build/Makefile.rules:299:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(XYMONVAR)/logs
xymon-4.3.30/build/Makefile.rules-300-	chmod 755 $(INSTALLROOT)$(XYMONVAR)/logs
##############################################
xymon-4.3.30/build/Makefile.rules-305-	chown $(XYMONUSER) $(INSTALLROOT)$(XYMONVAR)/rrd
xymon-4.3.30/build/Makefile.rules:306:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(XYMONVAR)/rrd
xymon-4.3.30/build/Makefile.rules-307-	chmod 755 $(INSTALLROOT)$(XYMONVAR)/rrd
##############################################
xymon-4.3.30/build/bb-commands.sh-16-do
xymon-4.3.30/build/bb-commands.sh:17:	ENVNAME=`echo $(basename $CMD) | tr "[a-z]" "[A-Z]"`
xymon-4.3.30/build/bb-commands.sh-18-	PGM="$CMD"
##############################################
xymon-4.3.30/xymongen/Makefile-34-	chown $(XYMONUSER) $(PROGRAMS)
xymon-4.3.30/xymongen/Makefile:35:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(PROGRAMS)
xymon-4.3.30/xymongen/Makefile-36-	chmod 755 $(PROGRAMS) 
##############################################
xymon-4.3.30/xymongen/Makefile-42-	chown $(XYMONUSER) *.1
xymon-4.3.30/xymongen/Makefile:43:	chgrp `$(IDTOOL) -g $(XYMONUSER)` *.1
xymon-4.3.30/xymongen/Makefile-44-	chmod 644 *.1
##############################################
xymon-4.3.30/xymongen/Makefile-48-	chown $(XYMONUSER) $(INSTALLROOT)$(MANROOT)/man1
xymon-4.3.30/xymongen/Makefile:49:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(MANROOT)/man1
xymon-4.3.30/xymongen/Makefile-50-	chmod 755 $(INSTALLROOT)$(MANROOT)/man1
##############################################
xymon-4.3.30/configure-5-
xymon-4.3.30/configure:6:BASEDIR="`dirname $0`"
xymon-4.3.30/configure-7-TARGET="$1"
##############################################
xymon-4.3.30/common/Makefile-98-	chown $(XYMONUSER) $(PROGRAMS)
xymon-4.3.30/common/Makefile:99:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(PROGRAMS)
xymon-4.3.30/common/Makefile-100-	chmod 755 $(PROGRAMS)
##############################################
xymon-4.3.30/common/Makefile-107-	chown $(XYMONUSER) *.1 *.5 *.7 *.8
xymon-4.3.30/common/Makefile:108:	chgrp `$(IDTOOL) -g $(XYMONUSER)` *.1 *.5 *.7 *.8
xymon-4.3.30/common/Makefile-109-	chmod 644 *.1 *.5 *.7 *.8
##############################################
xymon-4.3.30/common/Makefile-113-	chown $(XYMONUSER) $(INSTALLROOT)$(MANROOT)/man1 $(INSTALLROOT)$(MANROOT)/man5 $(INSTALLROOT)$(MANROOT)/man7 $(INSTALLROOT)$(MANROOT)/man8
xymon-4.3.30/common/Makefile:114:	chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(MANROOT)/man1 $(INSTALLROOT)$(MANROOT)/man5 $(INSTALLROOT)$(MANROOT)/man7 $(INSTALLROOT)$(MANROOT)/man8
xymon-4.3.30/common/Makefile-115-	chmod 755 $(INSTALLROOT)$(MANROOT)/man1 $(INSTALLROOT)$(MANROOT)/man5 $(INSTALLROOT)$(MANROOT)/man7 $(INSTALLROOT)$(MANROOT)/man8
##############################################
xymon-4.3.30/debian/patches/24_hobbitclient-tmpfs.patch-30- echo "[df]"
xymon-4.3.30/debian/patches/24_hobbitclient-tmpfs.patch:31:-EXCLUDES=`cat /proc/filesystems | grep nodev | grep -v rootfs | awk '{print $2}' | xargs echo | sed -e 's! ! -x !g'`
xymon-4.3.30/debian/patches/24_hobbitclient-tmpfs.patch-32-+if test -f /proc/filesystems ; then # Linux
xymon-4.3.30/debian/patches/24_hobbitclient-tmpfs.patch:33:+	EXCLUDES=`cat /proc/filesystems | grep nodev | egrep -v 'tmpfs|rootfs|squashfs' | awk '{print $2}' | xargs echo | sed -e 's! ! -x !g'`
xymon-4.3.30/debian/patches/24_hobbitclient-tmpfs.patch-34-+else # kfreebsd (or /proc not mounted)
xymon-4.3.30/debian/patches/24_hobbitclient-tmpfs.patch:35:+	EXCLUDES=`mount | grep -v '^/' | egrep -v 'tmpfs|rootfs|squashfs' | awk '{print $1}' | xargs echo | sed -e 's! ! -x !g'`
xymon-4.3.30/debian/patches/24_hobbitclient-tmpfs.patch-36-+fi
##############################################
xymon-4.3.30/debian/patches/90_reproducible-build.patch-12--findbin() {
xymon-4.3.30/debian/patches/90_reproducible-build.patch:13:-	MYP="`echo ${PATH} | sed -e 's/:/ /g'`"
xymon-4.3.30/debian/patches/90_reproducible-build.patch-14--
##############################################
xymon-4.3.30/debian/patches/90_reproducible-build.patch-30- do
xymon-4.3.30/debian/patches/90_reproducible-build.patch:31:-	ENVNAME=`echo $CMD | tr "[a-z]" "[A-Z]"`
xymon-4.3.30/debian/patches/90_reproducible-build.patch:32:-	PGM=`findbin $CMD | head -n 1`
xymon-4.3.30/debian/patches/90_reproducible-build.patch:33:+	ENVNAME=`echo $(basename $CMD) | tr "[a-z]" "[A-Z]"`
xymon-4.3.30/debian/patches/90_reproducible-build.patch-34-+	PGM="$CMD"
##############################################
xymon-4.3.30/debian/xymon-client.init-65-	then
xymon-4.3.30/debian/xymon-client.init:66:		kill -0 `cat $PIDFILE`
xymon-4.3.30/debian/xymon-client.init-67-		if test $? -eq 0
xymon-4.3.30/debian/xymon-client.init-68-		then
xymon-4.3.30/debian/xymon-client.init:69:                        echo "Xymon client running with PID `cat $PIDFILE`"
xymon-4.3.30/debian/xymon-client.init-70-			exit 0
##############################################
xymon-4.3.30/debian/xymon-client.init-97-	do
xymon-4.3.30/debian/xymon-client.init:98:		test -e $PIDFILE && kill -HUP `cat $PIDFILE`
xymon-4.3.30/debian/xymon-client.init-99-	done
##############################################
xymon-4.3.30/debian/xymon.init-57-	then
xymon-4.3.30/debian/xymon.init:58:		kill -0 `cat $PIDFILE`
xymon-4.3.30/debian/xymon.init-59-		if test $? -eq 0
xymon-4.3.30/debian/xymon.init-60-		then
xymon-4.3.30/debian/xymon.init:61:			echo "Xymon (xymonlaunch) running with PID `cat $PIDFILE`"
xymon-4.3.30/debian/xymon.init-62-			exit 0
##############################################
xymon-4.3.30/debian/xymon.init-90-		log_action_msg "Reloading xymond config"
xymon-4.3.30/debian/xymon.init:91:		kill -HUP `cat $PIDFILE`
xymon-4.3.30/debian/xymon.init-92-	else
##############################################
xymon-4.3.30/debian/xymon.init-99-	do
xymon-4.3.30/debian/xymon.init:100:		test -e $PIDFILE && kill -HUP `cat $PIDFILE`
xymon-4.3.30/debian/xymon.init-101-	done
##############################################
xymon-4.3.30/.pc/09_hobbitclient-debian.patch/client/xymonclient-linux.sh-47-echo "[df]"
xymon-4.3.30/.pc/09_hobbitclient-debian.patch/client/xymonclient-linux.sh:48:EXCLUDES=`cat /proc/filesystems | grep nodev | grep -v rootfs | awk '{print $2}' | xargs echo | sed -e 's! ! -x !g'`
xymon-4.3.30/.pc/09_hobbitclient-debian.patch/client/xymonclient-linux.sh-49-ROOTFS=`readlink -m /dev/root`
##############################################
xymon-4.3.30/.pc/24_hobbitclient-tmpfs.patch/client/xymonclient-linux.sh-47-echo "[df]"
xymon-4.3.30/.pc/24_hobbitclient-tmpfs.patch/client/xymonclient-linux.sh:48:EXCLUDES=`cat /proc/filesystems | grep nodev | grep -v rootfs | awk '{print $2}' | xargs echo | sed -e 's! ! -x !g'`
xymon-4.3.30/.pc/24_hobbitclient-tmpfs.patch/client/xymonclient-linux.sh-49-ROOTFS=`readlink -m /dev/root`
##############################################
xymon-4.3.30/.pc/90_reproducible-build.patch/build/bb-commands.sh-10-findbin() {
xymon-4.3.30/.pc/90_reproducible-build.patch/build/bb-commands.sh:11:	MYP="`echo ${PATH} | sed -e 's/:/ /g'`"
xymon-4.3.30/.pc/90_reproducible-build.patch/build/bb-commands.sh-12-
##############################################
xymon-4.3.30/.pc/90_reproducible-build.patch/build/bb-commands.sh-27-do
xymon-4.3.30/.pc/90_reproducible-build.patch/build/bb-commands.sh:28:	ENVNAME=`echo $CMD | tr "[a-z]" "[A-Z]"`
xymon-4.3.30/.pc/90_reproducible-build.patch/build/bb-commands.sh:29:	PGM=`findbin $CMD | head -n 1`
xymon-4.3.30/.pc/90_reproducible-build.patch/build/bb-commands.sh-30-	echo "${ENVNAME}=\"${PGM}\""