dotfiles

Dash Eclipse's dotfiles
git clone git://ezup.dev/dotfiles.git
Log | Files | Refs | README | LICENSE

commit a5201b5916237209ae59257ba4fb00b074e5b8a2
parent dbfd178655b0a2b2d3fc95389329f4e0c7be2391
Author: Dash Eclipse <dashezup@disroot.org>
Date:   Sat, 30 Apr 2022 15:27:38 +0000

feat: add etc/dictd/dictd.conf

Diffstat:
Aetc/dictd/dictd.conf | 30++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+), 0 deletions(-)

diff --git a/etc/dictd/dictd.conf b/etc/dictd/dictd.conf @@ -0,0 +1,30 @@ +# 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 +database mw { data "/usr/share/dict/mw.dict.dz" + index "/usr/share/dict/mw.index" } +database wn { data "/usr/share/dict/wn.dict.dz" + index "/usr/share/dict/wn.index" }