Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117812 | Differences between
and this patch

Collapse All | Expand All

(-)hackbot.pl.bak (-3 / +3 lines)
Lines 130-138 Link Here
130
	exit(0);
130
	exit(0);
131
}
131
}
132
132
133
$database = "/usr/local/etc/cgi.db";
133
$database = "/etc/hackbot/cgi.db";
134
$fingerprintdb = "/usr/local/etc/fingerprint.db";
134
$fingerprintdb = "/etc/hackbot/fingerprint.db";
135
$googledb = "/usr/local/etc/google.db";
135
$googledb = "/etc/hackbot/google.db";
136
136
137
# print(`clear`);
137
# print(`clear`);
138
print("\n");
138
print("\n");

Return to bug 117812