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

Collapse All | Expand All

(-)blocksshd.org (-1 / +1 lines)
Lines 41-47 Link Here
41
our $cfg;
41
our $cfg;
42
42
43
# this is where configuration file is located
43
# this is where configuration file is located
44
require '/usr/local/etc/blocksshd.conf';
44
require '/etc/blocksshd/blocksshd.conf';
45
45
46
my $work = {
46
my $work = {
47
        ipv4            => '(?:\d{1,3}\.){3}\d{1,3}',   # regexp to match ipv4 address
47
        ipv4            => '(?:\d{1,3}\.){3}\d{1,3}',   # regexp to match ipv4 address

Return to bug 141347