=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== crosshurd-1.7.57/crosshurd-94- exec 3>&1 crosshurd-1.7.57/crosshurd:95: DEB_TARGET_GNU_CPU=`dialog --inputbox "Target CPU?" 0 0 "$DEB_HOST_GNU_CPU" 2>&1 1>&3` crosshurd-1.7.57/crosshurd-96- retval=$? ############################################## crosshurd-1.7.57/dpkg-hurd-79- file="${2}" crosshurd-1.7.57/dpkg-hurd:80: name=`dpkg-deb --field ${file} Package` crosshurd-1.7.57/dpkg-hurd-81- ############################################## crosshurd-1.7.57/functions-5-esac crosshurd-1.7.57/functions:6:DEB_TARGET_ARCH=`dpkg-architecture -t$DEB_TARGET_GNU_TYPE -qDEB_HOST_ARCH` crosshurd-1.7.57/functions-7- ############################################## crosshurd-1.7.57/makehurddir.sh-3-if test "$#" != "4" ; then crosshurd-1.7.57/makehurddir.sh:4: echo Usage: `basename $0` TARGET DEB_TARGET_GNU_CPU DEB_TARGET_GNU_SYSTEM RELEASE crosshurd-1.7.57/makehurddir.sh-5- exit 1 ############################################## crosshurd-1.7.57/makehurddir.sh-8-STARTDIR=`pwd` crosshurd-1.7.57/makehurddir.sh:9:TARGET=`readlink -f $1` crosshurd-1.7.57/makehurddir.sh-10-DEB_TARGET_GNU_CPU=$2 ############################################## crosshurd-1.7.57/makehurddir.sh-20- crosshurd-1.7.57/makehurddir.sh:21:debs=`cat /etc/crosshurd/packages/{common,$DEB_TARGET_GNU_SYSTEM,$DEB_TARGET_GNU_SYSTEM-$DEB_TARGET_GNU_CPU} 2> /dev/null | grep -v '^#'` crosshurd-1.7.57/makehurddir.sh-22- ############################################## crosshurd-1.7.57/native-install/native-install-185- # fstab stuff crosshurd-1.7.57/native-install/native-install:186: fstype=`fsysopts / | perl -ne 'm!^.*/hurd/(.*?)\.static.*?([^\s]+)\s*?$!; print $1;'` crosshurd-1.7.57/native-install/native-install:187: rootpart=`fsysopts / | perl -ne 'm!^.*/hurd/(.*?)\.static.*?([^\s]+)\s*?$!; print $2;' | sed -e "s/^device\://"` crosshurd-1.7.57/native-install/native-install-188- if [ ! -e /dev/${rootpart} ] ; then