This file is indexed.

/etc/dictd/dictdconfig.alias is in dictd 1.12.1+dfsg-3.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#!/usr/bin/perl -lp

# By default, dictdconfig uses the basename of the file in
# /usr/share/dictd as the name of the database.  This file is an
# executable filter that substitutes a preferred name for a dictionary
# in /var/lib/dictd/db.list.  This name is displayed by the dict -D
# command and is used with the -d option of dict to request
# definitions from a specific dictionary instead of the default of all
# installed dictionaries.

# The format of each line is:
#          s/^<basename-of dictionary-file>/<preferred nickname>/;
# Lines preceded by a hash character (#) are ignored.
 
s/^freedict/fd/;
s/^gazetteer/gaz/;