===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
rdist-6.1.5/dist/Makefile.real-25-bindist:
rdist-6.1.5/dist/Makefile.real:26:	sysver=`$(VERCMD)`; \
rdist-6.1.5/dist/Makefile.real:27:	platform=`$(PLATFORMCMD)`; \
rdist-6.1.5/dist/Makefile.real:28:	vername=`../build/buildinfo -distname -disttype bin -prodver $$sysver`; \
rdist-6.1.5/dist/Makefile.real-29-	rm -f $$vername; \
##############################################
rdist-6.1.5/dist/Makefile.real-41-	done; \
rdist-6.1.5/dist/Makefile.real:42:	tar chf - `cat $$filelist` | gzip --best > \
rdist-6.1.5/dist/Makefile.real-43-		$(DistDir)/$$vername.tar.gz; \
##############################################
rdist-6.1.5/dist/Makefile.real-48-srcdist: ../src/$(CLIENT)
rdist-6.1.5/dist/Makefile.real:49:	vername=`$(VERCMD)`; \
rdist-6.1.5/dist/Makefile.real-50-	filelist=filelist.tmp; \
##############################################
rdist-6.1.5/dist/Makefile.real-58-	ln -s .. $$vername; \
rdist-6.1.5/dist/Makefile.real:59:	tar chf - `cat $$filelist` | gzip --best > \
rdist-6.1.5/dist/Makefile.real-60-		$(DistDir)/$$vername.tar.gz; \
##############################################
rdist-6.1.5/dist/Makefile.real-64-shardist: ../$(CLIENT)
rdist-6.1.5/dist/Makefile.real:65:	vername=`$(VERCMD)`; \
rdist-6.1.5/dist/Makefile.real-66-	filelist=filelist.tmp; \
##############################################
rdist-6.1.5/dist/Makefile.real-74-	ln -s .. $$vername; \
rdist-6.1.5/dist/Makefile.real:75:	shar `cat $$filelist` | gzip --best > \
rdist-6.1.5/dist/Makefile.real-76-		$(DistDir)/$$vername.shar.gz
##############################################
rdist-6.1.5/dist/Makefile.real-82-	fi; \
rdist-6.1.5/dist/Makefile.real:83:	vername=`$(VERCMD)`; \
rdist-6.1.5/dist/Makefile.real-84-	baseoutfile=$$vername.tar.gz; \
##############################################
rdist-6.1.5/support/bsdinst.sh-76-
rdist-6.1.5/support/bsdinst.sh:77:srcbase=`basename $src`
rdist-6.1.5/support/bsdinst.sh-78-
##############################################
rdist-6.1.5/build/buildinfo-120-    if [ $FL_REAL -eq 0 ]; then
rdist-6.1.5/build/buildinfo:121:	osname="`${unameprog} -s | sed -e 's;/;;g'`"
rdist-6.1.5/build/buildinfo-122-    else
rdist-6.1.5/build/buildinfo:123:	osname="`${unameprog} -s`"
rdist-6.1.5/build/buildinfo-124-    fi
##############################################
rdist-6.1.5/build/buildinfo-131-	if [ -x /bin/sysinfo ]; then
rdist-6.1.5/build/buildinfo:132:		altname="`/bin/sysinfo -sv | awk '{print $1}' | sed -e 's;_.*;;' 2>/dev/null`"
rdist-6.1.5/build/buildinfo-133-		if [ ! -z "${altname}" ]; then
##############################################
rdist-6.1.5/build/buildinfo-144-		if [ -f /usr/bin/hostinfo ]; then
rdist-6.1.5/build/buildinfo:145:			mver="`/usr/bin/hostinfo | grep -i 'next mach' | awk '{print $3}' | sed -e 's/\..*//'`"
rdist-6.1.5/build/buildinfo-146-			osname="nextstep${mver}"
##############################################
rdist-6.1.5/build/buildinfo-161-if [ $FL_REAL -eq 0 ]; then
rdist-6.1.5/build/buildinfo:162:    osname="`echo ${osname} | tr '[A-Z]' '[a-z]' | sed -e 's;-;;g'`"
rdist-6.1.5/build/buildinfo-163-fi
##############################################
rdist-6.1.5/build/buildinfo-172-	else
rdist-6.1.5/build/buildinfo:173:		kisa="`${unameprog} -p`"
rdist-6.1.5/build/buildinfo-174-	fi
##############################################
rdist-6.1.5/build/buildinfo-178-	fi
rdist-6.1.5/build/buildinfo:179:	osver="`${unameprog} -r`"
rdist-6.1.5/build/buildinfo:180:	osvernodot=`echo $osver | awk -F. '{print $1 $2}'`
rdist-6.1.5/build/buildinfo-181-	;;
rdist-6.1.5/build/buildinfo-182-aix)
rdist-6.1.5/build/buildinfo:183:	osver="`${unameprog} -v`"
rdist-6.1.5/build/buildinfo-184-	if [ "$osver" -eq "4" ]; then
rdist-6.1.5/build/buildinfo:185:	    aixosm="`${unameprog} -r`"
rdist-6.1.5/build/buildinfo-186-	    osver=${osver}.${aixosm}
##############################################
rdist-6.1.5/build/buildinfo-190-	if [ $FL_REAL -eq 0 ]; then
rdist-6.1.5/build/buildinfo:191:	    osver="`${unameprog} -r| sed -e 's;^[A-Za-z]\.;;' -e 's;^[0];;'`"
rdist-6.1.5/build/buildinfo-192-	else
rdist-6.1.5/build/buildinfo:193:	    osver="`${unameprog} -r`"
rdist-6.1.5/build/buildinfo-194-	fi
##############################################
rdist-6.1.5/build/buildinfo-196-sppux)
rdist-6.1.5/build/buildinfo:197:	osver="`/bin/sysinfo -sv | awk '{print $2}'`"
rdist-6.1.5/build/buildinfo-198-	;;
##############################################
rdist-6.1.5/build/buildinfo-207-	fi
rdist-6.1.5/build/buildinfo:208:	osver="`${unameprog} -r`"
rdist-6.1.5/build/buildinfo-209-	;;
##############################################
rdist-6.1.5/build/buildinfo-214-	# Make '3.0-foo' into '3.0'
rdist-6.1.5/build/buildinfo:215:	osver=`echo $osver | sed -e 's;-.*;;g'`
rdist-6.1.5/build/buildinfo-216-	# Get the osmver
rdist-6.1.5/build/buildinfo:217:	osmver=`echo $osver | sed -e 's;\..*;;g'`
rdist-6.1.5/build/buildinfo-218-	if [ -z "${osvernodot}" ]; then
rdist-6.1.5/build/buildinfo:219:	    osvernodot=`echo $osver | sed -e 's;\.;;g'`
rdist-6.1.5/build/buildinfo-220-	fi
##############################################
rdist-6.1.5/build/buildinfo-233-    # Hard code since we don't know how else to get this
rdist-6.1.5/build/buildinfo:234:    apparch="`${unameprog} -m | sed -e 's;/.*;;' -e 's;9000;pa-risc;'`"
rdist-6.1.5/build/buildinfo-235-    ;;
##############################################
rdist-6.1.5/build/buildinfo-239-    else
rdist-6.1.5/build/buildinfo:240:	apparch="`${unameprog} -p`"
rdist-6.1.5/build/buildinfo-241-    fi
##############################################
rdist-6.1.5/build/buildinfo-243-irix*)
rdist-6.1.5/build/buildinfo:244:    apparch="`${unameprog} -p`"
rdist-6.1.5/build/buildinfo-245-    ;;
rdist-6.1.5/build/buildinfo-246-*)
rdist-6.1.5/build/buildinfo:247:    apparch="`${unameprog} -m`"
rdist-6.1.5/build/buildinfo-248-    ;;
##############################################
rdist-6.1.5/build/buildinfo-255-sunos)
rdist-6.1.5/build/buildinfo:256:    cpuarch="`${unameprog} -m`"
rdist-6.1.5/build/buildinfo-257-    ;;
##############################################
rdist-6.1.5/build/vername-11-
rdist-6.1.5/build/vername:12:Argv1=`$* | head -1 | awk '{print $1}' | tr '[A-Z]' '[a-z]'`
rdist-6.1.5/build/vername-13-#
##############################################
rdist-6.1.5/build/vername-17-if [ "$Argv1" = "version" ]; then
rdist-6.1.5/build/vername:18:    Version=`$* | head -1 | awk '{print $2}'`
rdist-6.1.5/build/vername-19-    Status=`$* | head -1 | awk '{print $3}' | sed -e 's;);;' -e 's;(;;' | \
##############################################
rdist-6.1.5/build/vername-21-else
rdist-6.1.5/build/vername:22:    Version=`$* | head -1 | awk '{print $3}'`
rdist-6.1.5/build/vername-23-    Status=`$* | head -1 | awk '{print $4}' | sed -e 's;);;' -e 's;(;;' | \
##############################################
rdist-6.1.5/build/vername-26-
rdist-6.1.5/build/vername:27:BaseProg=`basename $Program`
rdist-6.1.5/build/vername-28-if [ "$Status" = "final" -o "$Status" = "release" ]; then
##############################################
rdist-6.1.5/build/runmake-69-
rdist-6.1.5/build/runmake:70:OS="`$ostype`"
rdist-6.1.5/build/runmake-71-
##############################################
rdist-6.1.5/build/os-type-83-if [ -z "${OS}" -a ! -z "${uname}" ]; then
rdist-6.1.5/build/os-type:84:	case "`$uname -a | tr '[A-Z]' '[a-z]'`" in
rdist-6.1.5/build/os-type-85-		    osf1*)	OS=break;;
##############################################
rdist-6.1.5/build/os-type-88-		*"hp-ux"*)	# HP-UX 9.x
rdist-6.1.5/build/os-type:89:			OSmver="`$uname -r | awk -F. '{print $2}'`";
rdist-6.1.5/build/os-type-90-		        OS=hpux${OSmver};;	
rdist-6.1.5/build/os-type-91-		*hp-ux*)	OS=hpux;;	# HP-UX 8.x
rdist-6.1.5/build/os-type:92:		*"riscos"*)	OS=mipsos"`$uname -r | sed -e 's;\..*;;'`";;
rdist-6.1.5/build/os-type-93-	esac
##############################################
rdist-6.1.5/build/os-type-96-if [ -z "${OS}" -a ! -z "${uname}" ]; then
rdist-6.1.5/build/os-type:97:	osname="`exec 2>/dev/null; ${uname} -s | tr '[A-Z]' '[a-z]'`"
rdist-6.1.5/build/os-type:98:	osver="`exec 2>/dev/null; ${uname} -r`"
rdist-6.1.5/build/os-type:99:	osmajver="`exec 2>/dev/null; echo $osver | sed -e 's;\..*;;'`"
rdist-6.1.5/build/os-type-100-	case "${osname}${osver}" in
##############################################
rdist-6.1.5/build/os-type-108-		"aix"*)
rdist-6.1.5/build/os-type:109:				osmajver="`${uname} -v`"
rdist-6.1.5/build/os-type-110-				OS="${osname}${osmajver}"
##############################################
rdist-6.1.5/build/os-type-128-	if [ -f /usr/bin/hostinfo ]; then
rdist-6.1.5/build/os-type:129:		mver="`/usr/bin/hostinfo | grep -i 'next mach' | awk '{print $3}' | sed -e 's/\..*//'`"
rdist-6.1.5/build/os-type-130-	else
##############################################
rdist-6.1.5/debian/patches/15-fedora-svr4.patch-6- if [ -z "${OS}" -a ! -z "${uname}" ]; then
rdist-6.1.5/debian/patches/15-fedora-svr4.patch:7: 	case "`$uname -a | tr '[A-Z]' '[a-z]'`" in
rdist-6.1.5/debian/patches/15-fedora-svr4.patch-8- 		    osf1*)	OS=break;;
##############################################
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type-83-if [ -z "${OS}" -a ! -z "${uname}" ]; then
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type:84:	case "`$uname -a | tr '[A-Z]' '[a-z]'`" in
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type-85-		    osf1*)	OS=break;;
##############################################
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type-89-		*"hp-ux"*)	# HP-UX 9.x
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type:90:			OSmver="`$uname -r | awk -F. '{print $2}'`";
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type-91-		        OS=hpux${OSmver};;	
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type-92-		*hp-ux*)	OS=hpux;;	# HP-UX 8.x
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type:93:		*"riscos"*)	OS=mipsos"`$uname -r | sed -e 's;\..*;;'`";;
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type-94-	esac
##############################################
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type-97-if [ -z "${OS}" -a ! -z "${uname}" ]; then
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type:98:	osname="`exec 2>/dev/null; ${uname} -s | tr '[A-Z]' '[a-z]'`"
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type:99:	osver="`exec 2>/dev/null; ${uname} -r`"
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type:100:	osmajver="`exec 2>/dev/null; echo $osver | sed -e 's;\..*;;'`"
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type-101-	case "${osname}${osver}" in
##############################################
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type-109-		"aix"*)
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type:110:				osmajver="`${uname} -v`"
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type-111-				OS="${osname}${osmajver}"
##############################################
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type-127-	if [ -f /usr/bin/hostinfo ]; then
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type:128:		mver="`/usr/bin/hostinfo | grep -i 'next mach' | awk '{print $3}' | sed -e 's/\..*//'`"
rdist-6.1.5/.pc/10-415149-build_on_GNU_kFreeBSD.patch/build/os-type-129-	else
##############################################
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type-83-if [ -z "${OS}" -a ! -z "${uname}" ]; then
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type:84:	case "`$uname -a | tr '[A-Z]' '[a-z]'`" in
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type-85-		    osf1*)	OS=break;;
##############################################
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type-89-		*"hp-ux"*)	# HP-UX 9.x
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type:90:			OSmver="`$uname -r | awk -F. '{print $2}'`";
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type-91-		        OS=hpux${OSmver};;	
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type-92-		*hp-ux*)	OS=hpux;;	# HP-UX 8.x
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type:93:		*"riscos"*)	OS=mipsos"`$uname -r | sed -e 's;\..*;;'`";;
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type-94-	esac
##############################################
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type-97-if [ -z "${OS}" -a ! -z "${uname}" ]; then
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type:98:	osname="`exec 2>/dev/null; ${uname} -s | tr '[A-Z]' '[a-z]'`"
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type:99:	osver="`exec 2>/dev/null; ${uname} -r`"
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type:100:	osmajver="`exec 2>/dev/null; echo $osver | sed -e 's;\..*;;'`"
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type-101-	case "${osname}${osver}" in
##############################################
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type-109-		"aix"*)
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type:110:				osmajver="`${uname} -v`"
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type-111-				OS="${osname}${osmajver}"
##############################################
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type-129-	if [ -f /usr/bin/hostinfo ]; then
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type:130:		mver="`/usr/bin/hostinfo | grep -i 'next mach' | awk '{print $3}' | sed -e 's/\..*//'`"
rdist-6.1.5/.pc/15-fedora-svr4.patch/build/os-type-131-	else