===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cachefilesd-0.10.10/cachefilesd.initd-60-    /sbin/restorecon /dev/cachefiles || return 1
cachefilesd-0.10.10/cachefilesd.initd:61:    /sbin/restorecon -R `awk -- '/^dir/ { print $2 }' $CONFFILE` || return 1
cachefilesd-0.10.10/cachefilesd.initd-62-
##############################################
cachefilesd-0.10.10/debian/init.d-82-    [ ! -d /proc/$pid ] &&  return 1
cachefilesd-0.10.10/debian/init.d:83:    cmd=`cat /proc/$pid/cmdline | tr "\000" "\n"|head -n 1 |cut -d : -f 1`
cachefilesd-0.10.10/debian/init.d-84-    # Is this the expected server
##############################################
cachefilesd-0.10.10/debian/init.d-94-    [ ! -f "$PIDFILE" ] && return 1
cachefilesd-0.10.10/debian/init.d:95:    pid=`cat $PIDFILE`
cachefilesd-0.10.10/debian/init.d-96-    running_pid $pid $DAEMON || return 1