===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
rcconf-3.2+nmu1/rcconf-929-  ##
rcconf-3.2+nmu1/rcconf:930:  my $ret  = system($exec." 2>$TMP_FILE");
rcconf-3.2+nmu1/rcconf-931-  if ( ( $ret != 0 ) && ( $ret != 1 ) ) {
##############################################
rcconf-3.2+nmu1/rcconf-1109-      print SAVE "$key on\n" if($OUTPUT_FILE ne '');
rcconf-3.2+nmu1/rcconf:1110:      system($command);
rcconf-3.2+nmu1/rcconf-1111-      if ( $RUN_SCRIPTS == 1 ) {
rcconf-3.2+nmu1/rcconf:1112:        system($INVOKERC_BIN." ".$key." start");
rcconf-3.2+nmu1/rcconf-1113-      }
##############################################
rcconf-3.2+nmu1/rcconf-1147-
rcconf-3.2+nmu1/rcconf:1148:      system($command);
rcconf-3.2+nmu1/rcconf-1149-
rcconf-3.2+nmu1/rcconf-1150-      if ( $RUN_SCRIPTS == 1 ) {
rcconf-3.2+nmu1/rcconf:1151:        system($INVOKERC_BIN." ".$key." stop");
rcconf-3.2+nmu1/rcconf-1152-      }
##############################################
rcconf-3.2+nmu1/update-rcconf-guide-128-  ## First, try to get Short-Description
rcconf-3.2+nmu1/update-rcconf-guide:129:  my $line = `$GREP_BIN '^\# Short-Description:' $path`;
rcconf-3.2+nmu1/update-rcconf-guide-130-  if ( $line ne "" ) {
##############################################
rcconf-3.2+nmu1/update-rcconf-guide-139-
rcconf-3.2+nmu1/update-rcconf-guide:140:  $line = `$APTCACHE_BIN show $package | $GREP_BIN '^Description:'`;
rcconf-3.2+nmu1/update-rcconf-guide-141-  $line =~ /^Description:\s*(.*)/;