diff options
author | 2001-04-23 04:30:33 +0000 | |
---|---|---|
committer | 2001-04-23 04:30:33 +0000 | |
commit | 2c845f1317ffd2bda170e2e864a65f875dd4f8c4 (patch) | |
tree | 17430a30e352c72bc14441cae21a03e36b324b79 /app-text/dictd/files/dict.conf | |
parent | Added ncurses support (diff) | |
download | gentoo-2-2c845f1317ffd2bda170e2e864a65f875dd4f8c4.tar.gz gentoo-2-2c845f1317ffd2bda170e2e864a65f875dd4f8c4.tar.bz2 gentoo-2-2c845f1317ffd2bda170e2e864a65f875dd4f8c4.zip |
- whe! my first portage commit. This is the dictd client/server program.
No dictionaries are install with this, but it should go and contact an
external server by default. So you can use `dict'. I'll get ebuild[s]
up for some dictionaries later.
Diffstat (limited to 'app-text/dictd/files/dict.conf')
-rw-r--r-- | app-text/dictd/files/dict.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app-text/dictd/files/dict.conf b/app-text/dictd/files/dict.conf new file mode 100644 index 000000000000..e06c3d296ec3 --- /dev/null +++ b/app-text/dictd/files/dict.conf @@ -0,0 +1,6 @@ +# This is the configuration file for dict. +# Usually all you will ever need here is the server keywords. +# Refer to the dict manpage for other options. +# It will only check the second server if the first fails +server localhost +server dict.org |