summaryrefslogtreecommitdiff
path: root/app-text/dictd/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-17 17:57:35 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-17 17:57:35 +0100
commit7932d472a02d4c016ff7dff4b7a5479ab9d1883d (patch)
treed07709230f82777cae6ba7dab35aee31896060fb /app-text/dictd/files
parentd18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (diff)
gentoo resync : 17.06.2021
Diffstat (limited to 'app-text/dictd/files')
-rw-r--r--app-text/dictd/files/1.10.11/dictd.confd2
-rw-r--r--app-text/dictd/files/1.10.11/dictd.initd2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/dictd/files/1.10.11/dictd.confd b/app-text/dictd/files/1.10.11/dictd.confd
index 06eb94973bfa..4ceb5f02f30d 100644
--- a/app-text/dictd/files/1.10.11/dictd.confd
+++ b/app-text/dictd/files/1.10.11/dictd.confd
@@ -2,4 +2,4 @@
# --locale switch to DICTD_OPTS, e. g. "--locale=en_US.utf8"
DICTD_OPTS="-s "
DICTDCONF=/etc/dict/dictd.conf
-DLIBDIR=/usr/lib/dict
+DLIBDIR=/usr/share/dict
diff --git a/app-text/dictd/files/1.10.11/dictd.initd b/app-text/dictd/files/1.10.11/dictd.initd
index ca4474043bcf..385461ae08fb 100644
--- a/app-text/dictd/files/1.10.11/dictd.initd
+++ b/app-text/dictd/files/1.10.11/dictd.initd
@@ -12,7 +12,7 @@ prepconfig() {
fi
# if no dictionaries, skip startup.
- # The new way of doing this is to scan /usr/lib/dict and tweek the conf
+ # The new way of doing this is to scan /usr/share/dict and tweek the conf
einfo "Scanning for dictionaries..."
if [ ! -d "${DLIBDIR}" ]; then
eerror "${DLIBDIR} doesn't exist, no dictionaries found."