===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
oinkmaster-2.0/contrib/oinkgui.pl-772-                                     sleep(2);
oinkmaster-2.0/contrib/oinkgui.pl:773:                                     system($config{editor}, $$var_ref); # MainLoop will be put on hold...
oinkmaster-2.0/contrib/oinkgui.pl-774-                                     $main->Unbusy;
##############################################
oinkmaster-2.0/oinkmaster.pl-1087-                   "file in URL not in gzip format?).")
oinkmaster-2.0/oinkmaster.pl:1088:          if (system("gzip", "-t", "$archive"));
oinkmaster-2.0/oinkmaster.pl-1089-
oinkmaster-2.0/oinkmaster.pl-1090-      # Decompress it.
oinkmaster-2.0/oinkmaster.pl:1091:        system("gzip", "-d", "$archive")
oinkmaster-2.0/oinkmaster.pl-1092-          and clean_exit("$url: unable to uncompress $archive.");
##############################################
oinkmaster-2.0/oinkmaster.pl-1107-
oinkmaster-2.0/oinkmaster.pl:1108:        my $ret = system("tar", "tf", "$archive");
oinkmaster-2.0/oinkmaster.pl-1109-
##############################################
oinkmaster-2.0/oinkmaster.pl-1159-        clean_exit("failed to untar $archive.")
oinkmaster-2.0/oinkmaster.pl:1160:          if system("tar", "xf", "$archive");
oinkmaster-2.0/oinkmaster.pl-1161-    } else {
##############################################
oinkmaster-2.0/oinkmaster.pl-1692-        clean_exit("tar command returned error when archiving backup files.\n")
oinkmaster-2.0/oinkmaster.pl:1693:          if (system("tar","cf","$backup_tarball","rules-backup-$date"));
oinkmaster-2.0/oinkmaster.pl-1694-
oinkmaster-2.0/oinkmaster.pl-1695-        clean_exit("gzip command returned error when compressing backup file.\n")
oinkmaster-2.0/oinkmaster.pl:1696:          if (system("gzip","$backup_tarball"));
oinkmaster-2.0/oinkmaster.pl-1697-