===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
bindgraph-0.2a/debian/config-26-
bindgraph-0.2a/debian/config:27:#		BIND_VERSION=`dpkg -l bind9 | awk '{if($2=="bind9")print $3;}'`
bindgraph-0.2a/debian/config-28-#		if [ -n "$BIND_VERSION" ]; then
##############################################
bindgraph-0.2a/debian/init-37-# Just to be sure it is there...
bindgraph-0.2a/debian/init:38:pid_dir=`dirname $PIDFILE`
bindgraph-0.2a/debian/init-39-test -d $pid_dir || mkdir -p $pid_dir
##############################################
bindgraph-0.2a/debian/postinst-52-	# Solve #293819
bindgraph-0.2a/debian/postinst:53:	BIND_VER="`dpkg -l bind9 | awk '/^ii/ { print $3; }'`"
bindgraph-0.2a/debian/postinst-54-	if [ -n $BIND_VER ] && dpkg --compare-versions "$BIND_VER" ge '9.3' ; then
##############################################
bindgraph-0.2a/debian/postinst-65-	
bindgraph-0.2a/debian/postinst:66:	if [ -z "`egrep "^\s*DNS_LOG\s*=\s*$LOGFILE\s*$" $DEFAULTS`" ]; then
bindgraph-0.2a/debian/postinst-67- 		# update log file location
##############################################
bindgraph-0.2a/debian/postinst-76-		# if we are upgrading, update config :-)
bindgraph-0.2a/debian/postinst:77:		if [ -z "`egrep "^\s*LOG_FORMAT\s*=" ${DEFAULTS}`" ]; then
bindgraph-0.2a/debian/postinst-78-			echo "LOG_FORMAT=${log_ver}" >> $DEFAULTS