===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lmbench-3.0-a9+debian.1/doc/Makefile-79-			fi; \
lmbench-3.0-a9+debian.1/doc/Makefile:80:			base=`basename $${f} .$${s}`; \
lmbench-3.0-a9+debian.1/doc/Makefile-81-			if [ "$${base}.$${s}" = "$$f" ]; then \
##############################################
lmbench-3.0-a9+debian.1/src/Makefile-156-$(ASMS):
lmbench-3.0-a9+debian.1/src/Makefile:157:	$(CC) -S $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ `basename $@ .s`.c
lmbench-3.0-a9+debian.1/src/Makefile-158-
##############################################
lmbench-3.0-a9+debian.1/src/Makefile-172-	VERSION=`../scripts/version`; \
lmbench-3.0-a9+debian.1/src/Makefile:173:	TAG=`echo lmbench_$${VERSION} | sed -e 's/-/_/g' -e 's/\\./_/g'`; \
lmbench-3.0-a9+debian.1/src/Makefile-174-	cd .. \
##############################################
lmbench-3.0-a9+debian.1/results/Makefile-46-# List of result files to process.  Defaults to everything.
lmbench-3.0-a9+debian.1/results/Makefile:47:LIST=	`$(SCRIPTS)getlist $(LST)`	
lmbench-3.0-a9+debian.1/results/Makefile-48-
##############################################
lmbench-3.0-a9+debian.1/results/Makefile-275-			    -nomarks -nolabels -grapheach $(GMEM) \
lmbench-3.0-a9+debian.1/results/Makefile:276:			    -logy %P="'`basename $$i`'" $$i; \
lmbench-3.0-a9+debian.1/results/Makefile-277-			echo .bp; \
##############################################
lmbench-3.0-a9+debian.1/scripts/compiler-9-then	CC=cc
lmbench-3.0-a9+debian.1/scripts/compiler:10:	for p in `echo $PATH | sed 's/:/ /g'`
lmbench-3.0-a9+debian.1/scripts/compiler-11-	do	if [ -f $p/gcc ]
##############################################
lmbench-3.0-a9+debian.1/scripts/make-9-then	MAKE=make
lmbench-3.0-a9+debian.1/scripts/make:10:	for p in `echo $PATH | sed 's/:/ /g'`
lmbench-3.0-a9+debian.1/scripts/make-11-	do	if [ -f $p/gmake ]
##############################################
lmbench-3.0-a9+debian.1/scripts/mkrelease-8-make -s get
lmbench-3.0-a9+debian.1/scripts/mkrelease:9:VERS=`egrep 'MAJOR|MINOR' src/version.h | awk '{print $3}'` 
lmbench-3.0-a9+debian.1/scripts/mkrelease:10:set `echo $VERS`
lmbench-3.0-a9+debian.1/scripts/mkrelease-11-if [ $2 -lt 0 ] 
lmbench-3.0-a9+debian.1/scripts/mkrelease:12:then	VERS=`echo $1$2 | sed s/-/alpha/`
lmbench-3.0-a9+debian.1/scripts/mkrelease:13:else	VERS=`echo $VERS |sed 's/ /./'`
lmbench-3.0-a9+debian.1/scripts/mkrelease-14-fi
##############################################
lmbench-3.0-a9+debian.1/scripts/synchronize-44-do	PIDS=" $I$PIDS"
lmbench-3.0-a9+debian.1/scripts/synchronize:45:	I=`expr $I + 1`
lmbench-3.0-a9+debian.1/scripts/synchronize-46-done
##############################################
lmbench-3.0-a9+debian.1/scripts/SHIT-195-	warn "Trying &$cmd(@args)\n" if $debug;
lmbench-3.0-a9+debian.1/scripts/SHIT:196:	eval(&$cmd(@args));
lmbench-3.0-a9+debian.1/scripts/SHIT-197-
##############################################
lmbench-3.0-a9+debian.1/scripts/gifs-26-set `pnmfile HTML/___tmp`
lmbench-3.0-a9+debian.1/scripts/gifs:27:newx=`expr \$4 - 2`
lmbench-3.0-a9+debian.1/scripts/gifs:28:newy=`expr \$6 - 2`
lmbench-3.0-a9+debian.1/scripts/gifs-29-pnmcut 1 1 \$newx \$newy < HTML/___tmp > HTML/___tmp.pnm
##############################################
lmbench-3.0-a9+debian.1/scripts/rccs-195-	warn "Trying &$cmd(@args)\n" if $debug;
lmbench-3.0-a9+debian.1/scripts/rccs:196:	eval(&$cmd(@args));
lmbench-3.0-a9+debian.1/scripts/rccs-197-
##############################################
lmbench-3.0-a9+debian.1/scripts/config-scaling-107-
lmbench-3.0-a9+debian.1/scripts/config-scaling:108:if [ `expr $SYNC_MAX \* $MB` -gt `expr $TOTAL_MEM  / 2` ]
lmbench-3.0-a9+debian.1/scripts/config-scaling-109-then
lmbench-3.0-a9+debian.1/scripts/config-scaling:110:	MB=`expr $TOTAL_MEM / $SYNC_MAX`
lmbench-3.0-a9+debian.1/scripts/config-scaling:111:	MB=`expr $MB / 2`
lmbench-3.0-a9+debian.1/scripts/config-scaling-112-fi
##############################################
lmbench-3.0-a9+debian.1/scripts/do_ctx-5-SCRIPTSDIR=${SCRIPTSDIR:-../scripts}
lmbench-3.0-a9+debian.1/scripts/do_ctx:6:PATH=.:${SCRIPTSDIR}:${BINDIR}/bin/`${SCRIPTSDIR}/os`:$PATH:/etc:/usr/etc:/sbin:/usr/sbin
lmbench-3.0-a9+debian.1/scripts/do_ctx-7-export PATH
##############################################
lmbench-3.0-a9+debian.1/scripts/do_ctx-11-fi
lmbench-3.0-a9+debian.1/scripts/do_ctx:12:AVAILKB=`expr $MB \* 1024`
lmbench-3.0-a9+debian.1/scripts/do_ctx-13-
##############################################
lmbench-3.0-a9+debian.1/scripts/do_ctx-21-	ALL="$ALL ${i}m"
lmbench-3.0-a9+debian.1/scripts/do_ctx:22:	h=`expr $i / 2`
lmbench-3.0-a9+debian.1/scripts/do_ctx-23-	HALF="$HALF ${h}m"
lmbench-3.0-a9+debian.1/scripts/do_ctx:24:	i=`expr $i \* 2`
lmbench-3.0-a9+debian.1/scripts/do_ctx-25-done
##############################################
lmbench-3.0-a9+debian.1/scripts/os-14-    if [ -f ${SCRIPTSDIR}/gnu-os ]
lmbench-3.0-a9+debian.1/scripts/os:15:    then	OS=`${SCRIPTSDIR}/gnu-os | sed s/unknown-//`
lmbench-3.0-a9+debian.1/scripts/os-16-    fi
##############################################
lmbench-3.0-a9+debian.1/scripts/results-7-
lmbench-3.0-a9+debian.1/scripts/results:8:OS=`${SCRIPTSDIR}/os`
lmbench-3.0-a9+debian.1/scripts/results:9:CONFIG=`${SCRIPTSDIR}/config`
lmbench-3.0-a9+debian.1/scripts/results-10-RESULTS=${RESULTSDIR}/$OS
##############################################
lmbench-3.0-a9+debian.1/scripts/results-24-while [ -f $RESULTS ]
lmbench-3.0-a9+debian.1/scripts/results:25:do      EXT=`expr $EXT + 1`
lmbench-3.0-a9+debian.1/scripts/results-26-	RESULTS=$BASE.$EXT
##############################################
lmbench-3.0-a9+debian.1/scripts/version-15-if [ -f $F ]
lmbench-3.0-a9+debian.1/scripts/version:16:then	VERSION=`awk '/MAJOR/ { major = $3; } /MINOR/ { minor=$3;} END { if (minor < 0) printf("%d.0-a%d", major, -minor); else printf("%d.%d", major, minor);}' $F`
lmbench-3.0-a9+debian.1/scripts/version-17-fi
##############################################
lmbench-3.0-a9+debian.1/scripts/build-37-# check for IA64 HP-UX w/ HP's ANSI compiler; may need pointer swizzling
lmbench-3.0-a9+debian.1/scripts/build:38:arch=`echo $OS | awk -F- '{print $1;}'`
lmbench-3.0-a9+debian.1/scripts/build-39-if [ "X$CC" = "Xcc" -a "X$arch" = "Xia64" ]
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-37-
lmbench-3.0-a9+debian.1/scripts/gnu-os:38:me=`echo "$0" | sed -e 's,.*/,,'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-39-
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-113-: ${TMPDIR=/tmp} ;
lmbench-3.0-a9+debian.1/scripts/gnu-os:114: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
lmbench-3.0-a9+debian.1/scripts/gnu-os-115- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-198-	    *)
lmbench-3.0-a9+debian.1/scripts/gnu-os:199:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-200-		;;
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-250-	if test $UNAME_RELEASE = "V4.0"; then
lmbench-3.0-a9+debian.1/scripts/gnu-os:251:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-252-	fi
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-256-	# types through head -n 1, so we only detect the type of CPU 0.
lmbench-3.0-a9+debian.1/scripts/gnu-os:257:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
lmbench-3.0-a9+debian.1/scripts/gnu-os-258-	case "$ALPHA_CPU_TYPE" in
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-293-	# 1.2 uses "1.2" for uname -r.
lmbench-3.0-a9+debian.1/scripts/gnu-os:294:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-295-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-347-    sun4H:SunOS:5.*:*)
lmbench-3.0-a9+debian.1/scripts/gnu-os:348:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-349-	exit 0 ;;
lmbench-3.0-a9+debian.1/scripts/gnu-os-350-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
lmbench-3.0-a9+debian.1/scripts/gnu-os:351:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-352-	exit 0 ;;
lmbench-3.0-a9+debian.1/scripts/gnu-os-353-    i86pc:SunOS:5.*:*)
lmbench-3.0-a9+debian.1/scripts/gnu-os:354:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-355-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-359-	# it's likely to be more like Solaris than SunOS4.
lmbench-3.0-a9+debian.1/scripts/gnu-os:360:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-361-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-368-	# Japanese Language versions have a version number like `4.1.3-JL'.
lmbench-3.0-a9+debian.1/scripts/gnu-os:369:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-370-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-374-    sun*:*:4.2BSD:*)
lmbench-3.0-a9+debian.1/scripts/gnu-os:375:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
lmbench-3.0-a9+debian.1/scripts/gnu-os-376-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-453-	$CC_FOR_BUILD -o $dummy $dummy.c \
lmbench-3.0-a9+debian.1/scripts/gnu-os:454:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
lmbench-3.0-a9+debian.1/scripts/gnu-os-455-	  && exit 0
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-508-    *:IRIX*:*:*)
lmbench-3.0-a9+debian.1/scripts/gnu-os:509:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-510-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-547-    *:AIX:*:[45])
lmbench-3.0-a9+debian.1/scripts/gnu-os:548:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-549-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-582-    9000/[34678]??:HP-UX:*:*)
lmbench-3.0-a9+debian.1/scripts/gnu-os:583:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-584-	case "${UNAME_MACHINE}" in
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-636-EOF
lmbench-3.0-a9+debian.1/scripts/gnu-os:637:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
lmbench-3.0-a9+debian.1/scripts/gnu-os-638-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-654-    ia64:HP-UX:*:*)
lmbench-3.0-a9+debian.1/scripts/gnu-os:655:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-656-	echo ia64-hp-hpux${HPUX_REV}
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-754-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
lmbench-3.0-a9+debian.1/scripts/gnu-os:755:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-756-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-759-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
lmbench-3.0-a9+debian.1/scripts/gnu-os:760:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-761-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-782-EOF
lmbench-3.0-a9+debian.1/scripts/gnu-os:783:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
lmbench-3.0-a9+debian.1/scripts/gnu-os-784-	# GNU/KFreeBSD systems have a "k" prefix to indicate we are using
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-786-	case ${LIBC} in gnu) kernel_only='k' ;; esac
lmbench-3.0-a9+debian.1/scripts/gnu-os:787:	echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
lmbench-3.0-a9+debian.1/scripts/gnu-os-788-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-816-    prep*:SunOS:5.*:*)
lmbench-3.0-a9+debian.1/scripts/gnu-os:817:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-818-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-820-	# the GNU system
lmbench-3.0-a9+debian.1/scripts/gnu-os:821:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-822-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-824-	# other systems with GNU libc and userland
lmbench-3.0-a9+debian.1/scripts/gnu-os:825:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
lmbench-3.0-a9+debian.1/scripts/gnu-os-826-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-857-EOF
lmbench-3.0-a9+debian.1/scripts/gnu-os:858:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
lmbench-3.0-a9+debian.1/scripts/gnu-os-859-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-876-EOF
lmbench-3.0-a9+debian.1/scripts/gnu-os:877:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
lmbench-3.0-a9+debian.1/scripts/gnu-os-878-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-977-EOF
lmbench-3.0-a9+debian.1/scripts/gnu-os:978:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
lmbench-3.0-a9+debian.1/scripts/gnu-os-979-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
lmbench-3.0-a9+debian.1/scripts/gnu-os-1016-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
lmbench-3.0-a9+debian.1/scripts/gnu-os:1017:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
lmbench-3.0-a9+debian.1/scripts/gnu-os-1018-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
lmbench-3.0-a9+debian.1/scripts/lmbench-12-SRCDIR=${SRCDIR:-../../src}
lmbench-3.0-a9+debian.1/scripts/lmbench:13:PATH=.:${BINDIR}/bin/`${SCRIPTSDIR}/os`:${SCRIPTSDIR}:$PATH:/etc:/usr/etc:/sbin:/usr/sbin
lmbench-3.0-a9+debian.1/scripts/lmbench-14-export PATH
##############################################
lmbench-3.0-a9+debian.1/scripts/lmbench-33-fi
lmbench-3.0-a9+debian.1/scripts/lmbench:34:AVAILKB=`expr $MB \* 1024`
lmbench-3.0-a9+debian.1/scripts/lmbench-35-
##############################################
lmbench-3.0-a9+debian.1/scripts/lmbench-43-	ALL="$ALL ${i}m"
lmbench-3.0-a9+debian.1/scripts/lmbench:44:	h=`expr $i / 2`
lmbench-3.0-a9+debian.1/scripts/lmbench-45-	HALF="$HALF ${h}m"
lmbench-3.0-a9+debian.1/scripts/lmbench:46:	i=`expr $i \* 2`
lmbench-3.0-a9+debian.1/scripts/lmbench-47-done
##############################################
lmbench-3.0-a9+debian.1/scripts/lmbench-108-do	echo \[net: "$i"] 1>&2
lmbench-3.0-a9+debian.1/scripts/lmbench:109:	interface=`echo $i | awk '{print $1}'`
lmbench-3.0-a9+debian.1/scripts/lmbench-110-	case $interface in
##############################################
lmbench-3.0-a9+debian.1/scripts/lmbench-187-	# choose one sample bandwidth from the middle of the pack
lmbench-3.0-a9+debian.1/scripts/lmbench:188:	sample=`expr $SYNC_MAX / 2`
lmbench-3.0-a9+debian.1/scripts/lmbench-189-	i=0
##############################################
lmbench-3.0-a9+debian.1/scripts/lmbench-198-		fi
lmbench-3.0-a9+debian.1/scripts/lmbench:199:		i=`expr $i + 1`
lmbench-3.0-a9+debian.1/scripts/lmbench-200-	done
##############################################
lmbench-3.0-a9+debian.1/scripts/lmbench-299-	sleep 10
lmbench-3.0-a9+debian.1/scripts/lmbench:300:	echo "[ Networking remote to $remote: `$RSH $remote uname -a` ]" 1>&2
lmbench-3.0-a9+debian.1/scripts/lmbench-301-	if [ X$BENCHMARK_OS = XYES -o X$BENCHMARK_UDP = XYES ]; then
##############################################
lmbench-3.0-a9+debian.1/scripts/config-run-8-
lmbench-3.0-a9+debian.1/scripts/config-run:9:OS=`${SCRIPTSDIR}/os`
lmbench-3.0-a9+debian.1/scripts/config-run-10-L='====================================================================='
##############################################
lmbench-3.0-a9+debian.1/scripts/config-run-138-${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/scripts/config-run:139:ENOUGH=`${BINDIR}/bin/$OS/enough`
lmbench-3.0-a9+debian.1/scripts/config-run-140-export ENOUGH 
##############################################
lmbench-3.0-a9+debian.1/scripts/config-run-144-${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/scripts/config-run:145:TIMING_O=`${BINDIR}/bin/$OS/timing_o`
lmbench-3.0-a9+debian.1/scripts/config-run-146-export TIMING_O
##############################################
lmbench-3.0-a9+debian.1/scripts/config-run-150-${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/scripts/config-run:151:LOOP_O=`${BINDIR}/bin/$OS/loop_o`
lmbench-3.0-a9+debian.1/scripts/config-run-152-export LOOP_O
##############################################
lmbench-3.0-a9+debian.1/scripts/config-run-165-then
lmbench-3.0-a9+debian.1/scripts/config-run:166:	TMP=`grep 'MemTotal:' /proc/meminfo | awk '{print $2}'`
lmbench-3.0-a9+debian.1/scripts/config-run-167-	if [ "X$TMP" != X ]
lmbench-3.0-a9+debian.1/scripts/config-run:168:	then	MB=`echo $TMP / 1024 | bc 2>/dev/null`
lmbench-3.0-a9+debian.1/scripts/config-run-169-		if [ X$MB = X ]
lmbench-3.0-a9+debian.1/scripts/config-run:170:		then	MB=`expr $TMP / 1024 2>/dev/null`
lmbench-3.0-a9+debian.1/scripts/config-run-171-		fi
lmbench-3.0-a9+debian.1/scripts/config-run-172-	fi
lmbench-3.0-a9+debian.1/scripts/config-run:173:	TMP=`grep 'Mem\(Free\)\?:' /proc/meminfo | awk '{print $2}'`
lmbench-3.0-a9+debian.1/scripts/config-run-174-	if [ "X$MB" = X -a "X$TMP" != X ]
lmbench-3.0-a9+debian.1/scripts/config-run:175:	then	MB=`echo $TMP / 1048576 | bc 2>/dev/null`
lmbench-3.0-a9+debian.1/scripts/config-run-176-		if [ X$MB = X ]
lmbench-3.0-a9+debian.1/scripts/config-run:177:		then	MB=`expr $TMP / 1048576 2>/dev/null`
lmbench-3.0-a9+debian.1/scripts/config-run-178-		fi
##############################################
lmbench-3.0-a9+debian.1/scripts/config-run-182-then	$ECHON "Probing system for available memory: $ECHOC"
lmbench-3.0-a9+debian.1/scripts/config-run:183:	MB=`${BINDIR}/bin/$OS/memsize 4096`
lmbench-3.0-a9+debian.1/scripts/config-run-184-fi
lmbench-3.0-a9+debian.1/scripts/config-run-185-TOTAL_MEM=$MB
lmbench-3.0-a9+debian.1/scripts/config-run:186:MB=`echo \( $MB \* 7 \) / 10 | bc 2>/dev/null`
lmbench-3.0-a9+debian.1/scripts/config-run-187-if [ X$MB = X ]
lmbench-3.0-a9+debian.1/scripts/config-run:188:then	MB=`expr $TOTAL_MEM \* 7`
lmbench-3.0-a9+debian.1/scripts/config-run:189:	MB=`expr $MB / 10`
lmbench-3.0-a9+debian.1/scripts/config-run-190-fi
##############################################
lmbench-3.0-a9+debian.1/scripts/config-run-210-echo "Checking to see if you have $MB MB; please wait for a moment..."
lmbench-3.0-a9+debian.1/scripts/config-run:211:MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/scripts/config-run:212:MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/scripts/config-run:213:MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/scripts/config-run:214:if [ `expr $SYNC_MAX \* $MB` -gt `expr $TOTAL_MEM` ]
lmbench-3.0-a9+debian.1/scripts/config-run-215-then
lmbench-3.0-a9+debian.1/scripts/config-run:216:	MB=`expr $TOTAL_MEM / $SYNC_MAX`
lmbench-3.0-a9+debian.1/scripts/config-run:217:	MB=`expr $MB / 2`
lmbench-3.0-a9+debian.1/scripts/config-run-218-fi
##############################################
lmbench-3.0-a9+debian.1/scripts/config-run-229-${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/scripts/config-run:230:LINE_SIZE=`${BINDIR}/bin/$OS/line -M ${MB}M`
lmbench-3.0-a9+debian.1/scripts/config-run-231-export LINE_SIZE
##############################################
lmbench-3.0-a9+debian.1/scripts/config-run-510-	RSH=rsh
lmbench-3.0-a9+debian.1/scripts/config-run:511:	for p in `echo $PATH | sed 's/:/ /g'`
lmbench-3.0-a9+debian.1/scripts/config-run-512-	do	if [ -f $p/remsh ]
##############################################
lmbench-3.0-a9+debian.1/scripts/config-run-572-			read n
lmbench-3.0-a9+debian.1/scripts/config-run:573:			X=`$RSH $r echo foo`
lmbench-3.0-a9+debian.1/scripts/config-run-574-			if [ X$X = Xfoo ]
##############################################
lmbench-3.0-a9+debian.1/scripts/config-run-589-echo "Calculating mhz, please wait for a moment..."
lmbench-3.0-a9+debian.1/scripts/config-run:590:MHZ=`${BINDIR}/bin/$OS/mhz`
lmbench-3.0-a9+debian.1/scripts/config-run-591-cat<<EOF
##############################################
lmbench-3.0-a9+debian.1/scripts/config-run-686-
lmbench-3.0-a9+debian.1/scripts/config-run:687:INFO=`${SCRIPTSDIR}/info`
lmbench-3.0-a9+debian.1/scripts/config-run-688-if [ $MAIL = yes ]
##############################################
lmbench-3.0-a9+debian.1/scripts/config-run-732-		if [ X$EDITOR != "none" ]
lmbench-3.0-a9+debian.1/scripts/config-run:733:		then	$EDITOR ${BINDIR}/bin/$OS/`${SCRIPTSDIR}/info`
lmbench-3.0-a9+debian.1/scripts/config-run-734-		fi
##############################################
lmbench-3.0-a9+debian.1/scripts/config-run-747-
lmbench-3.0-a9+debian.1/scripts/config-run:748:VERSION=`${SCRIPTSDIR}/version`
lmbench-3.0-a9+debian.1/scripts/config-run-749-
lmbench-3.0-a9+debian.1/scripts/config-run:750:C=${BINDIR}/bin/$OS/`${SCRIPTSDIR}/config`
lmbench-3.0-a9+debian.1/scripts/config-run-751-echo DISKS=\"$DISKS\" > $C
##############################################
lmbench-3.0-a9+debian.1/debian/lmbench-run-12-export SHAREDIR DATADIR BINDIR SCRIPTSDIR RESULTSDIR SRCDIR
lmbench-3.0-a9+debian.1/debian/lmbench-run:13:CONFIG=$DATADIR/config/`$SCRIPTSDIR/config`
lmbench-3.0-a9+debian.1/debian/lmbench-run-14-
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-18-+
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:19:+OS=`${SCRIPTSDIR}/os`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-20- L='====================================================================='
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-27--../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:28:-ENOUGH=`../bin/$OS/enough`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-29-+${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:30:+ENOUGH=`${BINDIR}/bin/$OS/enough`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-31- export ENOUGH 
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-35--../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:36:-TIMING_O=`../bin/$OS/timing_o`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-37-+${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:38:+TIMING_O=`${BINDIR}/bin/$OS/timing_o`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-39- export TIMING_O
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-43--../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:44:-LOOP_O=`../bin/$OS/loop_o`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-45-+${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:46:+LOOP_O=`${BINDIR}/bin/$OS/loop_o`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-47- export LOOP_O
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-53- then	$ECHON "Probing system for available memory: $ECHOC"
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:54:-	MB=`../bin/$OS/memsize 4096`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:55:+	MB=`${BINDIR}/bin/$OS/memsize 4096`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-56- fi
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-57- TOTAL_MEM=$MB
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:58: MB=`echo \( $MB \* 7 \) / 10 | bc 2>/dev/null`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-59-@@ -192,9 +195,9 @@
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-62- echo "Checking to see if you have $MB MB; please wait for a moment..."
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:63:-MB=`../bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:64:-MB=`../bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:65:-MB=`../bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:66:+MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:67:+MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:68:+MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:69: if [ `expr $SYNC_MAX \* $MB` -gt `expr $TOTAL_MEM` ]
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-70- then
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:71: 	MB=`expr $TOTAL_MEM / $SYNC_MAX`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-72-@@ -210,8 +213,8 @@
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-76--../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:77:-LINE_SIZE=`../bin/$OS/line -M ${MB}M`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-78-+${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:79:+LINE_SIZE=`${BINDIR}/bin/$OS/line -M ${MB}M`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-80- export LINE_SIZE
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-95- echo "Calculating mhz, please wait for a moment..."
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:96:-MHZ=`../bin/$OS/mhz`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:97:+MHZ=`${BINDIR}/bin/$OS/mhz`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-98- cat<<EOF
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-105--INFO=`../scripts/info`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:106:+INFO=`${SCRIPTSDIR}/info`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-107- if [ $MAIL = yes ]
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-130--		then	$EDITOR ../bin/$OS/`../scripts/info`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:131:+		then	$EDITOR ${BINDIR}/bin/$OS/`${SCRIPTSDIR}/info`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-132- 		fi
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-139--VERSION=`../scripts/version`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:140:+VERSION=`${SCRIPTSDIR}/version`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-141- 
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-142--C=../bin/$OS/`../scripts/config`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:143:+C=${BINDIR}/bin/$OS/`${SCRIPTSDIR}/config`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-144- echo DISKS=\"$DISKS\" > $C
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-169-+SCRIPTSDIR=${SCRIPTSDIR:-../scripts}
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:170:+PATH=.:${SCRIPTSDIR}:${BINDIR}/bin/`${SCRIPTSDIR}/os`:$PATH:/etc:/usr/etc:/sbin:/usr/sbin
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-171- export PATH
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-184-+SRCDIR=${SRCDIR:-../../src}
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:185:+PATH=.:${BINDIR}/bin/`${SCRIPTSDIR}/os`:${SCRIPTSDIR}:$PATH:/etc:/usr/etc:/sbin:/usr/sbin
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-186- export PATH
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-228- 	sleep 10
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:229: 	echo "[ Networking remote to $remote: `$RSH $remote uname -a` ]" 1>&2
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-230- 	if [ X$BENCHMARK_OS = XYES -o X$BENCHMARK_UDP = XYES ]; then
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-257-+    if [ -f ${SCRIPTSDIR}/gnu-os ]
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:258:+    then	OS=`${SCRIPTSDIR}/gnu-os | sed s/unknown-//`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-259-     fi
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-276--BASE=../$RESULTS/`uname -n`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:277:+OS=`${SCRIPTSDIR}/os`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:278:+CONFIG=`${SCRIPTSDIR}/config`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-279-+RESULTS=${RESULTSDIR}/$OS
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-352-+
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:353:+OS=`${SCRIPTSDIR}/os`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-354- L='====================================================================='
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-361--../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:362:-ENOUGH=`../bin/$OS/enough`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-363-+${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:364:+ENOUGH=`${BINDIR}/bin/$OS/enough`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-365- export ENOUGH 
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-369--../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:370:-TIMING_O=`../bin/$OS/timing_o`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-371-+${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:372:+TIMING_O=`${BINDIR}/bin/$OS/timing_o`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-373- export TIMING_O
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-377--../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:378:-LOOP_O=`../bin/$OS/loop_o`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-379-+${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:380:+LOOP_O=`${BINDIR}/bin/$OS/loop_o`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-381- export LOOP_O
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-387- then	$ECHON "Probing system for available memory: $ECHOC"
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:388:-	MB=`../bin/$OS/memsize 4096`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:389:+	MB=`${BINDIR}/bin/$OS/memsize 4096`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-390- fi
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-391- TOTAL_MEM=$MB
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:392: MB=`echo \( $MB \* 7 \) / 10 | bc 2>/dev/null`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-393-@@ -192,9 +195,9 @@
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-396- echo "Checking to see if you have $MB MB; please wait for a moment..."
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:397:-MB=`../bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:398:-MB=`../bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:399:-MB=`../bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:400:+MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:401:+MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:402:+MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:403: if [ `expr $SYNC_MAX \* $MB` -gt `expr $TOTAL_MEM` ]
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-404- then
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:405: 	MB=`expr $TOTAL_MEM / $SYNC_MAX`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-406-@@ -210,8 +213,8 @@
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-410--../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:411:-LINE_SIZE=`../bin/$OS/line -M ${MB}M`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-412-+${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:413:+LINE_SIZE=`${BINDIR}/bin/$OS/line -M ${MB}M`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-414- export LINE_SIZE
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-429- echo "Calculating mhz, please wait for a moment..."
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:430:-MHZ=`../bin/$OS/mhz`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:431:+MHZ=`${BINDIR}/bin/$OS/mhz`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-432- cat<<EOF
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-439--INFO=`../scripts/info`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:440:+INFO=`${SCRIPTSDIR}/info`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-441- if [ $MAIL = yes ]
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-464--		then	$EDITOR ../bin/$OS/`../scripts/info`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:465:+		then	$EDITOR ${BINDIR}/bin/$OS/`${SCRIPTSDIR}/info`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-466- 		fi
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-473--VERSION=`../scripts/version`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:474:+VERSION=`${SCRIPTSDIR}/version`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-475- 
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-476--C=../bin/$OS/`../scripts/config`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:477:+C=${BINDIR}/bin/$OS/`${SCRIPTSDIR}/config`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-478- echo DISKS=\"$DISKS\" > $C
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-503-+SCRIPTSDIR=${SCRIPTSDIR:-../scripts}
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:504:+PATH=.:${SCRIPTSDIR}:${BINDIR}/bin/`${SCRIPTSDIR}/os`:$PATH:/etc:/usr/etc:/sbin:/usr/sbin
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-505- export PATH
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-518-+SRCDIR=${SRCDIR:-../../src}
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:519:+PATH=.:${BINDIR}/bin/`${SCRIPTSDIR}/os`:${SCRIPTSDIR}:$PATH:/etc:/usr/etc:/sbin:/usr/sbin
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-520- export PATH
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-562- 	sleep 10
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:563: 	echo "[ Networking remote to $remote: `$RSH $remote uname -a` ]" 1>&2
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-564- 	if [ X$BENCHMARK_OS = XYES -o X$BENCHMARK_UDP = XYES ]; then
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-591-+    if [ -f ${SCRIPTSDIR}/gnu-os ]
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:592:+    then	OS=`${SCRIPTSDIR}/gnu-os | sed s/unknown-//`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-593-     fi
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-610--BASE=../$RESULTS/`uname -n`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:611:+OS=`${SCRIPTSDIR}/os`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch:612:+CONFIG=`${SCRIPTSDIR}/config`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.dpatch-613-+RESULTS=${RESULTSDIR}/$OS
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-12-+
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:13:+OS=`${SCRIPTSDIR}/os`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-14- L='====================================================================='
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-21--../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:22:-ENOUGH=`../bin/$OS/enough`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-23-+${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:24:+ENOUGH=`${BINDIR}/bin/$OS/enough`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-25- export ENOUGH 
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-29--../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:30:-TIMING_O=`../bin/$OS/timing_o`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-31-+${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:32:+TIMING_O=`${BINDIR}/bin/$OS/timing_o`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-33- export TIMING_O
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-37--../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:38:-LOOP_O=`../bin/$OS/loop_o`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-39-+${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:40:+LOOP_O=`${BINDIR}/bin/$OS/loop_o`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-41- export LOOP_O
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-47- then	$ECHON "Probing system for available memory: $ECHOC"
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:48:-	MB=`../bin/$OS/memsize 4096`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:49:+	MB=`${BINDIR}/bin/$OS/memsize 4096`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-50- fi
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-51- TOTAL_MEM=$MB
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:52: MB=`echo \( $MB \* 7 \) / 10 | bc 2>/dev/null`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-53-@@ -205,9 +208,9 @@ fi
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-56- echo "Checking to see if you have $MB MB; please wait for a moment..."
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:57:-MB=`../bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:58:-MB=`../bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:59:-MB=`../bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:60:+MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:61:+MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:62:+MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:63: if [ `expr $SYNC_MAX \* $MB` -gt `expr $TOTAL_MEM` ]
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-64- then
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:65: 	MB=`expr $TOTAL_MEM / $SYNC_MAX`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-66-@@ -223,8 +226,8 @@ then	echo Warning: you have only ${MB}MB
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-70--../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:71:-LINE_SIZE=`../bin/$OS/line -M ${MB}M`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-72-+${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:73:+LINE_SIZE=`${BINDIR}/bin/$OS/line -M ${MB}M`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-74- export LINE_SIZE
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-89- echo "Calculating mhz, please wait for a moment..."
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:90:-MHZ=`../bin/$OS/mhz`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:91:+MHZ=`${BINDIR}/bin/$OS/mhz`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-92- cat<<EOF
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-99--INFO=`../scripts/info`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:100:+INFO=`${SCRIPTSDIR}/info`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-101- if [ $MAIL = yes ]
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-124--		then	$EDITOR ../bin/$OS/`../scripts/info`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:125:+		then	$EDITOR ${BINDIR}/bin/$OS/`${SCRIPTSDIR}/info`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-126- 		fi
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-133--VERSION=`../scripts/version`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:134:+VERSION=`${SCRIPTSDIR}/version`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-135- 
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-136--C=../bin/$OS/`../scripts/config`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:137:+C=${BINDIR}/bin/$OS/`${SCRIPTSDIR}/config`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-138- echo DISKS=\"$DISKS\" > $C
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-165-+SCRIPTSDIR=${SCRIPTSDIR:-../scripts}
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:166:+PATH=.:${SCRIPTSDIR}:${BINDIR}/bin/`${SCRIPTSDIR}/os`:$PATH:/etc:/usr/etc:/sbin:/usr/sbin
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-167- export PATH
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-181-+SRCDIR=${SRCDIR:-../../src}
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:182:+PATH=.:${BINDIR}/bin/`${SCRIPTSDIR}/os`:${SCRIPTSDIR}:$PATH:/etc:/usr/etc:/sbin:/usr/sbin
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-183- export PATH
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-225- 	sleep 10
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:226: 	echo "[ Networking remote to $remote: `$RSH $remote uname -a` ]" 1>&2
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-227- 	if [ X$BENCHMARK_OS = XYES -o X$BENCHMARK_UDP = XYES ]; then
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-255-+    if [ -f ${SCRIPTSDIR}/gnu-os ]
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:256:+    then	OS=`${SCRIPTSDIR}/gnu-os | sed s/unknown-//`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-257-     fi
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-276-+
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:277:+OS=`${SCRIPTSDIR}/os`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:278:+CONFIG=`${SCRIPTSDIR}/config`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-279-+RESULTS=${RESULTSDIR}/$OS
##############################################
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-297- while [ -f $RESULTS ]
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch:298:@@ -23,17 +26,17 @@ do      EXT=`expr $EXT + 1`
lmbench-3.0-a9+debian.1/debian/patches/02_paths.patch-299- 	RESULTS=$BASE.$EXT
##############################################
lmbench-3.0-a9+debian.1/.pc/01_clean_script_warnings.patch/scripts/SHIT-195-	warn "Trying &$cmd(@args)\n" if $debug;
lmbench-3.0-a9+debian.1/.pc/01_clean_script_warnings.patch/scripts/SHIT:196:	eval(&$cmd(@args));
lmbench-3.0-a9+debian.1/.pc/01_clean_script_warnings.patch/scripts/SHIT-197-
##############################################
lmbench-3.0-a9+debian.1/.pc/01_clean_script_warnings.patch/scripts/gifs-26-set `pnmfile HTML/___tmp`
lmbench-3.0-a9+debian.1/.pc/01_clean_script_warnings.patch/scripts/gifs:27:newx=`expr \$4 - 2`
lmbench-3.0-a9+debian.1/.pc/01_clean_script_warnings.patch/scripts/gifs:28:newy=`expr \$6 - 2`
lmbench-3.0-a9+debian.1/.pc/01_clean_script_warnings.patch/scripts/gifs-29-pnmcut 1 1 \$newx \$newy < HTML/___tmp > HTML/___tmp.pnm
##############################################
lmbench-3.0-a9+debian.1/.pc/01_clean_script_warnings.patch/scripts/rccs-195-	warn "Trying &$cmd(@args)\n" if $debug;
lmbench-3.0-a9+debian.1/.pc/01_clean_script_warnings.patch/scripts/rccs:196:	eval(&$cmd(@args));
lmbench-3.0-a9+debian.1/.pc/01_clean_script_warnings.patch/scripts/rccs-197-
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-135-../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:136:ENOUGH=`../bin/$OS/enough`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-137-export ENOUGH 
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-141-../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:142:TIMING_O=`../bin/$OS/timing_o`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-143-export TIMING_O
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-147-../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:148:LOOP_O=`../bin/$OS/loop_o`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-149-export LOOP_O
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-162-then
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:163:	TMP=`grep 'MemTotal:' /proc/meminfo | awk '{print $2}'`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-164-	if [ "X$TMP" != X ]
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:165:	then	MB=`echo $TMP / 1024 | bc 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-166-		if [ X$MB = X ]
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:167:		then	MB=`expr $TMP / 1024 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-168-		fi
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-169-	fi
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:170:	TMP=`grep 'Mem\(Free\)\?:' /proc/meminfo | awk '{print $2}'`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-171-	if [ "X$MB" = X -a "X$TMP" != X ]
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:172:	then	MB=`echo $TMP / 1048576 | bc 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-173-		if [ X$MB = X ]
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:174:		then	MB=`expr $TMP / 1048576 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-175-		fi
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-179-then	$ECHON "Probing system for available memory: $ECHOC"
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:180:	MB=`../bin/$OS/memsize 4096`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-181-fi
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-182-TOTAL_MEM=$MB
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:183:MB=`echo \( $MB \* 7 \) / 10 | bc 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-184-if [ X$MB = X ]
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:185:then	MB=`expr $TOTAL_MEM \* 7`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:186:	MB=`expr $MB / 10`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-187-fi
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-207-echo "Checking to see if you have $MB MB; please wait for a moment..."
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:208:MB=`../bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:209:MB=`../bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:210:MB=`../bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:211:if [ `expr $SYNC_MAX \* $MB` -gt `expr $TOTAL_MEM` ]
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-212-then
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:213:	MB=`expr $TOTAL_MEM / $SYNC_MAX`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:214:	MB=`expr $MB / 2`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-215-fi
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-226-../bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:227:LINE_SIZE=`../bin/$OS/line -M ${MB}M`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-228-export LINE_SIZE
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-507-	RSH=rsh
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:508:	for p in `echo $PATH | sed 's/:/ /g'`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-509-	do	if [ -f $p/remsh ]
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-569-			read n
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:570:			X=`$RSH $r echo foo`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-571-			if [ X$X = Xfoo ]
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-586-echo "Calculating mhz, please wait for a moment..."
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run:587:MHZ=`../bin/$OS/mhz`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-run-588-cat<<EOF
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-scaling-106-
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-scaling:107:if [ `expr $SYNC_MAX \* $MB` -gt `expr $TOTAL_MEM  / 2` ]
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-scaling-108-then
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-scaling:109:	MB=`expr $TOTAL_MEM / $SYNC_MAX`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-scaling:110:	MB=`expr $MB / 2`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/config-scaling-111-fi
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/do_ctx-9-fi
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/do_ctx:10:AVAILKB=`expr $MB \* 1024`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/do_ctx-11-
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/do_ctx-19-	ALL="$ALL ${i}m"
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/do_ctx:20:	h=`expr $i / 2`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/do_ctx-21-	HALF="$HALF ${h}m"
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/do_ctx:22:	i=`expr $i \* 2`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/do_ctx-23-done
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench-30-fi
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench:31:AVAILKB=`expr $MB \* 1024`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench-32-
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench-40-	ALL="$ALL ${i}m"
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench:41:	h=`expr $i / 2`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench-42-	HALF="$HALF ${h}m"
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench:43:	i=`expr $i \* 2`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench-44-done
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench-105-do	echo \[net: "$i"] 1>&2
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench:106:	interface=`echo $i | awk '{print $1}'`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench-107-	case $interface in
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench-184-	# choose one sample bandwidth from the middle of the pack
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench:185:	sample=`expr $SYNC_MAX / 2`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench-186-	i=0
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench-195-		fi
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench:196:		i=`expr $i + 1`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench-197-	done
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench-296-	sleep 10
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench:297:	echo "[ Networking remote to $remote: `$RSH $remote uname -a` ]" 1>&2
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/lmbench-298-	if [ X$BENCHMARK_OS = XYES -o X$BENCHMARK_UDP = XYES ]; then
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/results-21-while [ -f $RESULTS ]
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/results:22:do      EXT=`expr $EXT + 1`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/results-23-	RESULTS=$BASE.$EXT
##############################################
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/version-14-if [ -f $F ]
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/version:15:then	VERSION=`awk '/MAJOR/ { major = $3; } /MINOR/ { minor=$3;} END { if (minor < 0) printf("%d.0-a%d", major, -minor); else printf("%d.%d", major, minor);}' $F`
lmbench-3.0-a9+debian.1/.pc/02_paths.patch/scripts/version-16-fi
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/build-37-# check for IA64 HP-UX w/ HP's ANSI compiler; may need pointer swizzling
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/build:38:arch=`echo $OS | awk -F- '{print $1;}'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/build-39-if [ "X$CC" = "Xcc" -a "X$arch" = "Xia64" ]
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-8-
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:9:OS=`${SCRIPTSDIR}/os`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-10-L='====================================================================='
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-138-${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:139:ENOUGH=`${BINDIR}/bin/$OS/enough`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-140-export ENOUGH 
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-144-${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:145:TIMING_O=`${BINDIR}/bin/$OS/timing_o`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-146-export TIMING_O
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-150-${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:151:LOOP_O=`${BINDIR}/bin/$OS/loop_o`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-152-export LOOP_O
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-165-then
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:166:	TMP=`grep 'MemTotal:' /proc/meminfo | awk '{print $2}'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-167-	if [ "X$TMP" != X ]
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:168:	then	MB=`echo $TMP / 1024 | bc 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-169-		if [ X$MB = X ]
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:170:		then	MB=`expr $TMP / 1024 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-171-		fi
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-172-	fi
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:173:	TMP=`grep 'Mem\(Free\)\?:' /proc/meminfo | awk '{print $2}'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-174-	if [ "X$MB" = X -a "X$TMP" != X ]
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:175:	then	MB=`echo $TMP / 1048576 | bc 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-176-		if [ X$MB = X ]
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:177:		then	MB=`expr $TMP / 1048576 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-178-		fi
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-182-then	$ECHON "Probing system for available memory: $ECHOC"
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:183:	MB=`${BINDIR}/bin/$OS/memsize 4096`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-184-fi
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-185-TOTAL_MEM=$MB
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:186:MB=`echo \( $MB \* 7 \) / 10 | bc 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-187-if [ X$MB = X ]
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:188:then	MB=`expr $TOTAL_MEM \* 7`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:189:	MB=`expr $MB / 10`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-190-fi
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-210-echo "Checking to see if you have $MB MB; please wait for a moment..."
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:211:MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:212:MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:213:MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:214:if [ `expr $SYNC_MAX \* $MB` -gt `expr $TOTAL_MEM` ]
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-215-then
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:216:	MB=`expr $TOTAL_MEM / $SYNC_MAX`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:217:	MB=`expr $MB / 2`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-218-fi
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-229-${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:230:LINE_SIZE=`${BINDIR}/bin/$OS/line -M ${MB}M`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-231-export LINE_SIZE
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-510-	RSH=rsh
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:511:	for p in `echo $PATH | sed 's/:/ /g'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-512-	do	if [ -f $p/remsh ]
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-572-			read n
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:573:			X=`$RSH $r echo foo`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-574-			if [ X$X = Xfoo ]
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-589-echo "Calculating mhz, please wait for a moment..."
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:590:MHZ=`${BINDIR}/bin/$OS/mhz`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-591-cat<<EOF
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-692-
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:693:INFO=`${SCRIPTSDIR}/info`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-694-if [ $MAIL = yes ]
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-738-		if [ X$EDITOR != "none" ]
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:739:		then	$EDITOR ${BINDIR}/bin/$OS/`${SCRIPTSDIR}/info`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-740-		fi
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-753-
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:754:VERSION=`${SCRIPTSDIR}/version`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-755-
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run:756:C=${BINDIR}/bin/$OS/`${SCRIPTSDIR}/config`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/config-run-757-echo DISKS=\"$DISKS\" > $C
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-37-
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:38:me=`echo "$0" | sed -e 's,.*/,,'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-39-
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-113-: ${TMPDIR=/tmp} ;
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:114: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-115- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-198-	    *)
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:199:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-200-		;;
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-250-	if test $UNAME_RELEASE = "V4.0"; then
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:251:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-252-	fi
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-256-	# types through head -n 1, so we only detect the type of CPU 0.
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:257:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-258-	case "$ALPHA_CPU_TYPE" in
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-293-	# 1.2 uses "1.2" for uname -r.
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:294:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-295-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-347-    sun4H:SunOS:5.*:*)
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:348:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-349-	exit 0 ;;
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-350-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:351:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-352-	exit 0 ;;
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-353-    i86pc:SunOS:5.*:*)
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:354:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-355-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-359-	# it's likely to be more like Solaris than SunOS4.
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:360:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-361-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-368-	# Japanese Language versions have a version number like `4.1.3-JL'.
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:369:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-370-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-374-    sun*:*:4.2BSD:*)
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:375:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-376-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-453-	$CC_FOR_BUILD -o $dummy $dummy.c \
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:454:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-455-	  && exit 0
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-508-    *:IRIX*:*:*)
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:509:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-510-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-547-    *:AIX:*:[45])
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:548:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-549-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-582-    9000/[34678]??:HP-UX:*:*)
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:583:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-584-	case "${UNAME_MACHINE}" in
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-636-EOF
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:637:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-638-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-654-    ia64:HP-UX:*:*)
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:655:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-656-	echo ia64-hp-hpux${HPUX_REV}
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-754-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:755:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-756-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-759-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:760:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-761-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-782-EOF
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:783:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-784-	# GNU/KFreeBSD systems have a "k" prefix to indicate we are using
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-786-	case ${LIBC} in gnu) kernel_only='k' ;; esac
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:787:	echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-788-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-816-    prep*:SunOS:5.*:*)
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:817:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-818-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-820-	# the GNU system
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:821:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-822-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-824-	# other systems with GNU libc and userland
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:825:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-826-	exit 0 ;;
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-857-EOF
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:858:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-859-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-876-EOF
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:877:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-878-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-977-EOF
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:978:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-979-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-1016-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os:1017:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/gnu-os-1018-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench-12-SRCDIR=${SRCDIR:-../../src}
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench:13:PATH=.:${BINDIR}/bin/`${SCRIPTSDIR}/os`:${SCRIPTSDIR}:$PATH:/etc:/usr/etc:/sbin:/usr/sbin
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench-14-export PATH
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench-33-fi
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench:34:AVAILKB=`expr $MB \* 1024`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench-35-
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench-43-	ALL="$ALL ${i}m"
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench:44:	h=`expr $i / 2`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench-45-	HALF="$HALF ${h}m"
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench:46:	i=`expr $i \* 2`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench-47-done
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench-108-do	echo \[net: "$i"] 1>&2
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench:109:	interface=`echo $i | awk '{print $1}'`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench-110-	case $interface in
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench-187-	# choose one sample bandwidth from the middle of the pack
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench:188:	sample=`expr $SYNC_MAX / 2`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench-189-	i=0
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench-198-		fi
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench:199:		i=`expr $i + 1`
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench-200-	done
##############################################
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench-299-	sleep 10
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench:300:	echo "[ Networking remote to $remote: `$RSH $remote uname -a` ]" 1>&2
lmbench-3.0-a9+debian.1/.pc/05_no_usr_write.patch/scripts/lmbench-301-	if [ X$BENCHMARK_OS = XYES -o X$BENCHMARK_UDP = XYES ]; then
##############################################
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-8-
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:9:OS=`${SCRIPTSDIR}/os`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-10-L='====================================================================='
##############################################
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-138-${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:139:ENOUGH=`${BINDIR}/bin/$OS/enough`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-140-export ENOUGH 
##############################################
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-144-${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:145:TIMING_O=`${BINDIR}/bin/$OS/timing_o`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-146-export TIMING_O
##############################################
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-150-${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:151:LOOP_O=`${BINDIR}/bin/$OS/loop_o`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-152-export LOOP_O
##############################################
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-165-then
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:166:	TMP=`grep 'MemTotal:' /proc/meminfo | awk '{print $2}'`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-167-	if [ "X$TMP" != X ]
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:168:	then	MB=`echo $TMP / 1024 | bc 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-169-		if [ X$MB = X ]
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:170:		then	MB=`expr $TMP / 1024 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-171-		fi
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-172-	fi
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:173:	TMP=`grep 'Mem\(Free\)\?:' /proc/meminfo | awk '{print $2}'`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-174-	if [ "X$MB" = X -a "X$TMP" != X ]
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:175:	then	MB=`echo $TMP / 1048576 | bc 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-176-		if [ X$MB = X ]
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:177:		then	MB=`expr $TMP / 1048576 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-178-		fi
##############################################
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-182-then	$ECHON "Probing system for available memory: $ECHOC"
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:183:	MB=`${BINDIR}/bin/$OS/memsize 4096`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-184-fi
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-185-TOTAL_MEM=$MB
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:186:MB=`echo \( $MB \* 7 \) / 10 | bc 2>/dev/null`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-187-if [ X$MB = X ]
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:188:then	MB=`expr $TOTAL_MEM \* 7`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:189:	MB=`expr $MB / 10`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-190-fi
##############################################
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-210-echo "Checking to see if you have $MB MB; please wait for a moment..."
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:211:MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:212:MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:213:MB=`${BINDIR}/bin/$OS/memsize $MB`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:214:if [ `expr $SYNC_MAX \* $MB` -gt `expr $TOTAL_MEM` ]
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-215-then
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:216:	MB=`expr $TOTAL_MEM / $SYNC_MAX`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:217:	MB=`expr $MB / 2`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-218-fi
##############################################
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-229-${BINDIR}/bin/$OS/msleep 250
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:230:LINE_SIZE=`${BINDIR}/bin/$OS/line -M ${MB}M`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-231-export LINE_SIZE
##############################################
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-510-	RSH=rsh
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:511:	for p in `echo $PATH | sed 's/:/ /g'`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-512-	do	if [ -f $p/remsh ]
##############################################
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-572-			read n
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:573:			X=`$RSH $r echo foo`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-574-			if [ X$X = Xfoo ]
##############################################
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-589-echo "Calculating mhz, please wait for a moment..."
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:590:MHZ=`${BINDIR}/bin/$OS/mhz`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-591-cat<<EOF
##############################################
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-692-
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:693:INFO=`${SCRIPTSDIR}/info`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-694-if [ $MAIL = yes ]
##############################################
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-738-		if [ X$EDITOR != "none" ]
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:739:		then	$EDITOR ${BINDIR}/bin/$OS/`${SCRIPTSDIR}/info`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-740-		fi
##############################################
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-753-
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:754:VERSION=`${SCRIPTSDIR}/version`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-755-
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run:756:C=${BINDIR}/bin/$OS/`${SCRIPTSDIR}/config`
lmbench-3.0-a9+debian.1/.pc/08_defaultfsdir.patch/scripts/config-run-757-echo DISKS=\"$DISKS\" > $C