This file is indexed.

/usr/lib/ruby/1.8/prime/prime-dict-config.rb is in prime-dict 1.0.0-2.

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

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
#### prime-dict-config.rb: Configuration file of dictionaries for PRIME.
#### $Id: prime-dict-config.rb.in,v 1.1.1.1 2003/05/27 16:13:07 komatsu Exp $
####
#### Copyright (C) 2003 Hiroyuki Komatsu <komatsu@taiyaki.org>
####     All rights reserved.
####     This is free software with ABSOLUTELY NO WARRANTY.
####
#### You can redistribute it and/or modify it under the terms of 
#### the GNU General Public License version 2.

PRIME_DICT_DIR = ENV['PRIME_DICT_DIR'] || '/usr/share/prime/dict'

#### Text properties for Emacs.
# Local variables:
# mode: ruby
# End: