===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
shellinabox-2.21/Makefile.am-239-	sed -e '/^#/d' >"$@"
shellinabox-2.21/Makefile.am:240:	@out=`echo "$@" 2>/dev/null|sed -e 's/\.[^.]*$$/.ps/'`;               \
shellinabox-2.21/Makefile.am-241-	man -Tps "./$@" >"$${out}" 2>/dev/null || rm -f "$${out}"
##############################################
shellinabox-2.21/Makefile.am-280-	@echo od "$<" '>'"$@"
shellinabox-2.21/Makefile.am:281:	@mkdir -p "`dirname "$@"`"
shellinabox-2.21/Makefile.am:282:	@{ sym="`echo "$<" | $(symbolname)`";                                 \
shellinabox-2.21/Makefile.am-283-	   echo "static const char $${sym}Start[] =";                         \
##############################################
shellinabox-2.21/Makefile.am-291-	@echo od "$<" '>'"$@"
shellinabox-2.21/Makefile.am:292:	@mkdir -p "`dirname "$@"`"
shellinabox-2.21/Makefile.am:293:	@{ sym="`echo "$<" | $(symbolname)`";                                 \
shellinabox-2.21/Makefile.am-294-	   echo "static const char $${sym}Start[] =";                         \
##############################################
shellinabox-2.21/Makefile.am-302-	@echo od "$<" '>'"$@"
shellinabox-2.21/Makefile.am:303:	@mkdir -p "`dirname "$@"`"
shellinabox-2.21/Makefile.am:304:	@{ sym="`echo "$<" | $(symbolname)`";                                 \
shellinabox-2.21/Makefile.am-305-	   echo "static const char $${sym}Start[] =";                         \
##############################################
shellinabox-2.21/Makefile.am-313-	@echo od "$<" '>'"$@"
shellinabox-2.21/Makefile.am:314:	@mkdir -p "`dirname "$@"`"
shellinabox-2.21/Makefile.am:315:	@{ sym="`echo "$<" | $(symbolname)`";                                 \
shellinabox-2.21/Makefile.am-316-	   echo "static const char $${sym}Start[] =";                         \
##############################################
shellinabox-2.21/Makefile.am-325-	@echo od "$<" '>'"$@"
shellinabox-2.21/Makefile.am:326:	@mkdir -p "`dirname "$@"`"
shellinabox-2.21/Makefile.am:327:	@{ sym="`echo "$<" | $(symbolname)`";                                 \
shellinabox-2.21/Makefile.am-328-	   echo "static const char $${sym}Start[] =";                         \
##############################################
shellinabox-2.21/Makefile.am-336-	@echo preprocess "$<" "$@"
shellinabox-2.21/Makefile.am:337:	@mkdir -p "`dirname "$@"`"
shellinabox-2.21/Makefile.am-338-	sed -e "`sed -e 's/^#define *\([^ ]*\) *\(.*\)/\/^[^#]\/s\/\1\/\2 \\\\\/* \1 *\\\\\/\/g/' \
##############################################
shellinabox-2.21/Makefile.am-346-	@echo od "$<" '>'"$@"
shellinabox-2.21/Makefile.am:347:	@mkdir -p "`dirname "$@"`"
shellinabox-2.21/Makefile.am:348:	@{ sym="`echo "$<" | $(symbolname)`";                                 \
shellinabox-2.21/Makefile.am-349-	   echo "static const char $${sym}Start[] =";                         \
##############################################
shellinabox-2.21/Makefile.am-358-	@echo od "$<" '>'"$@"
shellinabox-2.21/Makefile.am:359:	@mkdir -p "`dirname "$@"`"
shellinabox-2.21/Makefile.am:360:	@{ sym="`echo "$<" | $(symbolname)`";                                 \
shellinabox-2.21/Makefile.am-361-	   echo "static const char $${sym}Start[] =";                         \
##############################################
shellinabox-2.21/configure.ac-6-if test -e .git; then
shellinabox-2.21/configure.ac:7:VCS_REVISION=" (revision `cd $srcdir && git log -1 --format=format:%h`)"
shellinabox-2.21/configure.ac-8-else
##############################################
shellinabox-2.21/debian/shellinabox.init-86-  [ -r "$PIDFILE" ] &&
shellinabox-2.21/debian/shellinabox.init:87:    [ `ps o pid= --ppid "\`cat "$PIDFILE"\`\`ps o pid= --ppid \
shellinabox-2.21/debian/shellinabox.init:88:                                                \\\`cat "$PIDFILE"\\\`|
shellinabox-2.21/debian/shellinabox.init-89-                                             xargs -r -n 1 printf ',%s'\`" |
##############################################
shellinabox-2.21/debian/shellinabox.init-100-d_status() {
shellinabox-2.21/debian/shellinabox.init:101:  [ -r "$PIDFILE" ] && kill -0 `cat "$PIDFILE"` &&
shellinabox-2.21/debian/shellinabox.init-102-    echo "$DESC is running" || echo "$DESC is not running"
##############################################
shellinabox-2.21/misc/selinux/shellinabox/shellinaboxd.if-38-	corecmd_search_bin($1)
shellinabox-2.21/misc/selinux/shellinabox/shellinaboxd.if:39:	can_exec($1, shellinaboxd_exec_t)
shellinabox-2.21/misc/selinux/shellinabox/shellinaboxd.if-40-')
##############################################
shellinabox-2.21/misc/selinux/shellinabox/shellinaboxd.if-180-	optional_policy(`
shellinabox-2.21/misc/selinux/shellinabox/shellinaboxd.if:181:		systemd_passwd_agent_exec($1)
shellinabox-2.21/misc/selinux/shellinabox/shellinaboxd.if-182-		systemd_read_fifo_file_passwd_run($1)
##############################################
shellinabox-2.21/misc/selinux/shellinabox/shellinaboxd.sh-2-
shellinabox-2.21/misc/selinux/shellinabox/shellinaboxd.sh:3:DIRNAME=`dirname $0`
shellinabox-2.21/misc/selinux/shellinabox/shellinaboxd.sh-4-cd $DIRNAME
##############################################
shellinabox-2.21/misc/selinux/shellinabox/shellinaboxd.sh-12-	if [ "$1" = "--update" ] ; then
shellinabox-2.21/misc/selinux/shellinabox/shellinaboxd.sh:13:		time=`ls -l --time-style="+%x %X" shellinaboxd.te | awk '{ printf "%s %s", $6, $7 }'`
shellinabox-2.21/misc/selinux/shellinabox/shellinaboxd.sh:14:		rules=`ausearch --start $time -m avc --raw -se shellinaboxd`
shellinabox-2.21/misc/selinux/shellinabox/shellinaboxd.sh-15-		if [ x"$rules" != "x" ] ; then