summaryrefslogtreecommitdiffstats
path: root/btimed.xinetd
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2008-11-25 14:38:38 -0500
committerNathan Straz <nstraz@redhat.com>2008-11-25 14:38:38 -0500
commit954eb9f33f69dd9089133c8bc2df2b5695d185a1 (patch)
treef06dc4cc8b8b9f96914ee9c166cf5063eaeae6e7 /btimed.xinetd
parent915e8ae172549f0110427cd716e8fdeb90592521 (diff)
downloadqarsh-954eb9f33f69dd9089133c8bc2df2b5695d185a1.tar.gz
qarsh-954eb9f33f69dd9089133c8bc2df2b5695d185a1.tar.xz
qarsh-954eb9f33f69dd9089133c8bc2df2b5695d185a1.zip
Force btimed to be an IPv4 service
When we tried it out on Fedora 10, it was sending responses to IPv6 addresses and returning ENETUNREACH (Network is unreachable).
Diffstat (limited to 'btimed.xinetd')
-rw-r--r--btimed.xinetd1
1 files changed, 1 insertions, 0 deletions
diff --git a/btimed.xinetd b/btimed.xinetd
index ab8d1ff..72e8244 100644
--- a/btimed.xinetd
+++ b/btimed.xinetd
@@ -10,4 +10,5 @@ service btimed
wait = yes
user = root
server = /usr/sbin/btimed
+ flags = IPV4
}