diff options
Diffstat (limited to 'app-text/dictd/files/1.10.11/dictd.conf')
-rw-r--r-- | app-text/dictd/files/1.10.11/dictd.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-text/dictd/files/1.10.11/dictd.conf b/app-text/dictd/files/1.10.11/dictd.conf new file mode 100644 index 000000000000..0de4c201773a --- /dev/null +++ b/app-text/dictd/files/1.10.11/dictd.conf @@ -0,0 +1,26 @@ +# dictd configuration file + +global { + # Informational message + site site.info +} + +# who's allowed. You might want to change this. +access { + allow * +} + +# Dictionaries are listed below. During dictd startup the OpenRC init script will +# scan ${DLIBDIR} (see /etc/conf.d/dictd) and adds all of the dictionaries it +# finds here. +# +# On the other hand, if you are running systemd, you will need to look at +# /usr/share/doc/dictd-${PV}/dictd.conf.example as reference to know the format +# of the lines you will need to manually add below. +# +# NOTE: OpenRC init script will wipe everything below #LASTLINE and replace it with +# what it finds. So add all of your things above. If this is a problem, report +# bug at https://bugs.gentoo.org, please. +# +# Do not remove next line! +#LASTLINE |