summaryrefslogtreecommitdiff
path: root/community/dictd/dictd.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'community/dictd/dictd.xinetd')
-rw-r--r--community/dictd/dictd.xinetd2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dictd/dictd.xinetd b/community/dictd/dictd.xinetd
index a3e3773dc..0ae5cb411 100644
--- a/community/dictd/dictd.xinetd
+++ b/community/dictd/dictd.xinetd
@@ -7,6 +7,6 @@ service dict
protocol = tcp
wait = no
user = daemon
- server = /usr/sbin/dictd
+ server = /usr/bin/dictd
server_args = -c /etc/dict/dictd.conf -i --locale en_US.UTF-8
}