summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-08-28 18:59:36 -0400
committerJoey Hess2017-08-28 18:59:36 -0400
commit14c390972ded515803fc606867afb30bbd7c9560 (patch)
tree1487f6a4bf6a73fe74e9ad0f4559deea6930c936 /joeyconfig.hs
parent990d300df08d56bbc50f24ae98301c4e8d26d7c5 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 24436713..85d323c1 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -335,7 +335,7 @@ kite = host "kite.kitenet.net" $ props
& Dns.secondaryFor ["animx"] hosts "animx.eu.org"
-- Use its own name server (amoung other things this avoids
-- spamassassin URIBL_BLOCKED.
- & "/etc/resolv.conf" `File.containsLines`
+ & "/etc/resolv.conf" `File.hasContent`
[ "nameserver 127.0.0.1"
, "domain kitenet.net"
, "search kitenet.net"