summaryrefslogtreecommitdiff
blob: 89d604b61c1082f31cc8e8dd246a6052a0e341c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- blocksshd.orig	2006-07-31 14:00:07.000000000 +0200
+++ blocksshd	2006-07-31 14:03:51.000000000 +0200
@@ -42,7 +42,7 @@
 our $cfg;
 
 # this is where configuration file is located
- require '/usr/local/etc/blocksshd.conf';
+require '/etc/blocksshd/blocksshd.conf';
 
 my $work = {
         ipv4            => '(?:\d{1,3}\.){3}\d{1,3}',   # regexp to match ipv4 address