dotfiles

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

dictd.conf (963B)


      1# dictd configuration file
      2
      3global {
      4	# Informational message
      5	site site.info
      6}
      7
      8# who's allowed. You might want to change this.
      9access {
     10  allow *
     11}
     12
     13# Dictionaries are listed below. During dictd startup the OpenRC init script will
     14# scan ${DLIBDIR} (see /etc/conf.d/dictd) and adds all of the dictionaries it
     15# finds here.
     16#
     17# On the other hand, if you are running systemd, you will need to look at
     18# /usr/share/doc/dictd-${PV}/dictd.conf.example as reference to know the format
     19# of the lines you will need to manually add below.
     20#
     21# NOTE: OpenRC init script will wipe everything below #LASTLINE and replace it with
     22# what it finds. So add all of your things above. If this is a problem, report
     23# bug at https://bugs.gentoo.org, please.
     24#
     25# Do not remove next line!
     26#LASTLINE
     27database mw { data "/usr/share/dict/mw.dict.dz"
     28         index "/usr/share/dict/mw.index" }
     29database wn { data "/usr/share/dict/wn.dict.dz"
     30         index "/usr/share/dict/wn.index" }