===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cfingerd-1.4.3/Install-44-		($doinst eq "")) {
cfingerd-1.4.3/Install:45:		system("mv $cfgpath $cfgpath-old");
cfingerd-1.4.3/Install:46:		system("cp -f cfingerd.conf $cfgpath");
cfingerd-1.4.3/Install-47-		print "\nOkay, it's been copied, and the old one was copied to \"cfingerd.conf.old\".\n";
##############################################
cfingerd-1.4.3/Install-52-	    print "Installing cfingerd.conf.\n";
cfingerd-1.4.3/Install:53:	    system("cp -f cfingerd.conf $cfgpath");
cfingerd-1.4.3/Install-54-	}
##############################################
cfingerd-1.4.3/scripts/trace-21-    print "Performing a traceroute to $tracesite ... \n\n";
cfingerd-1.4.3/scripts/trace:22:    system("/usr/sbin/traceroute $wait_time $max_hops $tracesite");
cfingerd-1.4.3/scripts/trace-23-    print "\nDone.\n";
##############################################
cfingerd-1.4.3/src/main.c-199-		host_ent = (struct hostent *)
cfingerd-1.4.3/src/main.c:200:				gethostbyaddr((char *) &srem6->sin6_addr,
cfingerd-1.4.3/src/main.c-201-					sizeof(struct in6_addr),
##############################################
cfingerd-1.4.3/src/main.c-206-		host_ent = (struct hostent *)
cfingerd-1.4.3/src/main.c:207:				gethostbyaddr((char *) &srem4->sin_addr,
cfingerd-1.4.3/src/main.c-208-					sizeof(struct in_addr),
##############################################
cfingerd-1.4.3/debian/patches/import_diff.patch-414- 	/* Get our host entry */
cfingerd-1.4.3/debian/patches/import_diff.patch:415:-	host_ent = (struct hostent *) gethostbyaddr((char *) &socket_addr.sin_addr,
cfingerd-1.4.3/debian/patches/import_diff.patch-416--		   sizeof(socket_addr.sin_addr), AF_INET);
##############################################
cfingerd-1.4.3/debian/patches/import_diff.patch-419-+		host_ent = (struct hostent *)
cfingerd-1.4.3/debian/patches/import_diff.patch:420:+				gethostbyaddr((char *) &srem6->sin6_addr,
cfingerd-1.4.3/debian/patches/import_diff.patch-421-+					sizeof(struct in6_addr),
##############################################
cfingerd-1.4.3/debian/patches/import_diff.patch-426-+		host_ent = (struct hostent *)
cfingerd-1.4.3/debian/patches/import_diff.patch:427:+				gethostbyaddr((char *) &srem4->sin_addr,
cfingerd-1.4.3/debian/patches/import_diff.patch-428-+					sizeof(struct in_addr),
##############################################
cfingerd-1.4.3/debian/patches/import_diff.patch-614--	sin.sin_port = htons(113);
cfingerd-1.4.3/debian/patches/import_diff.patch:615:-    sin.sin_addr.s_addr = inet_addr(ip_address);
cfingerd-1.4.3/debian/patches/import_diff.patch-616-+	newport = htons(113);
##############################################
cfingerd-1.4.3/debian/ping-22-    print "Performing a ping to $pingsite... \n\n";
cfingerd-1.4.3/debian/ping:23:    system("ping $max_packets $pingsite");
cfingerd-1.4.3/debian/ping-24-    print "\nDone.\n";
##############################################
cfingerd-1.4.3/debian/preinst-15-    esac
cfingerd-1.4.3/debian/preinst:16:    if `dpkg --compare-versions $2 lt 1.3.2-8`; then
cfingerd-1.4.3/debian/preinst-17-	for f in uptime ping; do
##############################################
cfingerd-1.4.3/.pc/import_diff.patch/src/main.c-174-	/* Get our host entry */
cfingerd-1.4.3/.pc/import_diff.patch/src/main.c:175:	host_ent = (struct hostent *) gethostbyaddr((char *) &socket_addr.sin_addr,
cfingerd-1.4.3/.pc/import_diff.patch/src/main.c-176-		   sizeof(socket_addr.sin_addr), AF_INET);
##############################################
cfingerd-1.4.3/.pc/import_diff.patch/src/rfc1413.c-61-	sin.sin_port = htons(113);
cfingerd-1.4.3/.pc/import_diff.patch/src/rfc1413.c:62:    sin.sin_addr.s_addr = inet_addr(ip_address);
cfingerd-1.4.3/.pc/import_diff.patch/src/rfc1413.c-63-    signal(SIGALRM, rfc1413_alarm);