This file is indexed.

/usr/lib/ruby/1.8/suikyo/suikyo-config.rb is in libsuikyo-ruby1.8 2.1.0-3.

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
17
# suikyo-config.rb: Configuration file for suikyo.
# $Id: suikyo-config.rb.in,v 1.2 2004/01/31 07:23:25 komatsu Exp $
#
# Copyright (C) 2003, 2004 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.

SUIKYO_TABLE_PATH = '/usr/share/suikyo/conv-table'
SUIKYO_VERSION    = '2.1.0'

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