===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pppconfig-2.3.25/0dns-down-16-# Strip options.
pppconfig-2.3.25/0dns-down:17:PROVIDER=`echo "$PPP_IPPARAM" | cut -d' ' -f1`
pppconfig-2.3.25/0dns-down-18-
##############################################
pppconfig-2.3.25/0dns-down-40-    # Get the name of the provider active when we went down.  Assume there was only one.
pppconfig-2.3.25/0dns-down:41:    PROVIDER=`ls -t resolv.conf.bak.* 2>/dev/null | awk 'BEGIN {FS = "." } /resolv\.conf\.bak/ {print $NF} {exit}'`
pppconfig-2.3.25/0dns-down-42-    # If we don't have a provider we have nothing to do.
##############################################
pppconfig-2.3.25/0dns-down-68-
pppconfig-2.3.25/0dns-down:69:if [ `stat -c %Y "$TEMPRESOLV"` -ne `stat -c %Y "$RESOLVCONF"` ]
pppconfig-2.3.25/0dns-down-70-then
##############################################
pppconfig-2.3.25/0dns-up-37-# Strip options.
pppconfig-2.3.25/0dns-up:38:PROVIDER=`echo "$PPP_IPPARAM" | cut -d' ' -f1`
pppconfig-2.3.25/0dns-up-39-
##############################################
pppconfig-2.3.25/0dns-up-69-
pppconfig-2.3.25/0dns-up:70:TEMPRESOLV=`mktemp $TEMPLATE` || exit 1
pppconfig-2.3.25/0dns-up-71-mv "$TEMPRESOLV" "$RUNDIR/0dns.$PROVIDER" || exit 1
##############################################
pppconfig-2.3.25/debian/rules-31-	for F in `cat po/LINGUAS`; do \
pppconfig-2.3.25/debian/rules:32:	  mkdir -p `pwd`/debian/pppconfig/usr/share/locale/$$F/LC_MESSAGES && cp po/$$F.mo `pwd`/debian/pppconfig/usr/share/locale/$$F/LC_MESSAGES/pppconfig.mo; \
pppconfig-2.3.25/debian/rules-33-	done
##############################################
pppconfig-2.3.25/pppconfig-123-SWITCH: {
pppconfig-2.3.25/pppconfig:124:  if (`which $ui`)      {last SWITCH; }
pppconfig-2.3.25/pppconfig-125-#  if (`gdialog --version 2>&1` =~ /^gdialog.*debian/)  {$ui = "gdialog"; last SWITCH; }
##############################################
pppconfig-2.3.25/pppconfig-632-      print sprintf(gettext("Probing %s"), $port), "\n";
pppconfig-2.3.25/pppconfig:633:      $temp = `pppd nodetach noauth nocrtscts $port connect \"chat -t1 \'\' AT OK\"`;
pppconfig-2.3.25/pppconfig-634-      $good = (grep /established/, $temp) ? "on" : "off";