summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/blocksshd/files/blocksshd-0.7.etc-dir-change.patch')
-rw-r--r--net-misc/blocksshd/files/blocksshd-0.7.etc-dir-change.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/blocksshd/files/blocksshd-0.7.etc-dir-change.patch b/net-misc/blocksshd/files/blocksshd-0.7.etc-dir-change.patch
new file mode 100644
index 000000000..89d604b61
--- /dev/null
+++ b/net-misc/blocksshd/files/blocksshd-0.7.etc-dir-change.patch
@@ -0,0 +1,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