This file is indexed.

/etc/esorex.rc is in esorex 3.12-1.

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
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
# File: esorex.rc
#
# Note: This configuration file has been automatically
#       generated by the esorex (v3.8.1) program.
#
# Date: 29-Jan-2010 17:13:44
#
#

# --help
# Display this help and exit. If a recipe name is also given, then help will be
# given for it as well.
esorex.caller.help=FALSE

# --version
# Display version information and exit.
esorex.caller.version=FALSE

# --check-sof-exist
# When TRUE, all the input files must exist  and be readable before calling the
# recipe. This option may also be set using the environment variable
# ESOREX_CHECK_SOF_EXIST.
esorex.caller.check-sof-exist=TRUE

# --config
# Configuration file to be used for EsoRex. This option may also be set using
# the environment variable ESOREX_CONFIG.
#esorex.caller.config=

# --create-config
#  Creates a default configuration file (called 'esorex.rc') for EsoRex and puts
# the resulting file into the '.esorex' directory in the home area of the
# user. If a recipe is specified then the configuration file will be created
# for the recipe instead (called 'recipename.rc'). Note that an existing file
# will be overwritten, but a backup file will be copied to 'filename.rc.bak'
# in the same directory. This option may also be set using the environment
# variable ESOREX_CREATE_CONFIG.
esorex.caller.create-config=FALSE

# --link-dir
# The directory in which a symbolic link to each of the product files should be
# written. The enable/disable switch to control whether the link is actually
# made is the '--suppress-link' option. This option may also be set using the
# environment variable ESOREX_LINK_DIR.
esorex.caller.link-dir=/tmp

# --log-dir
# Directory where to place the logfile. This option may also be set using the
# environment variable ESOREX_LOG_DIR.
esorex.caller.log-dir=.

# --log-file
# Filename of logfile. This option may also be set using the environment
# variable ESOREX_LOG_FILE.
esorex.caller.log-file=esorex.log

# --log-level
# Controls the severity level of messages that will be printed to the logfile.
# This option may also be set using the environment variable
# ESOREX_LOG_LEVEL. <debug | info | warning | error | off>
esorex.caller.log-level=info

# --man-page
# Display a manual page for the specified recipe, and then exit. Note that this
# option only applies to recipes, and that it does nothing for esorex by
# itself. See also the '--help' option. This option may also be set using the
# environment variable ESOREX_MAN_PAGE.
esorex.caller.man-page=FALSE

# --mem-check
# Report on memory status at completion of recipe execution. This option may
# also be set using the environment variable ESOREX_MEM_CHECK.
esorex.caller.mem-check=FALSE

# --msg-level
# Controls the severity level of messages that will be printed to the terminal.
# This option may also be set using the environment variable
# ESOREX_MSG_LEVEL. <debug | info | warning | error | off>
esorex.caller.msg-level=info

# --output-dir
# The directory where the product files should be written to. This option may
# also be set using the environment variable ESOREX_OUTPUT_DIR.
esorex.caller.output-dir=.

# --output-prefix
# Prefix applied to any output file. For example, specifying 'pre' would
# translate 'filename.fits' to 'pre_0000.fits'. See also the
# '--suppress-prefix' option. This option may also be set using the
# environment variable ESOREX_OUTPUT_PREFIX.
esorex.caller.output-prefix=out

# --output-readonly
# When TRUE, any existing product files in the specified output directory will
# be set to read-only, for user, group and other. If FALSE, then EsoRex will
# use the default permissions for that account/directory. destroy any
# pre-existing files. This option exists for the Paranal operations
# environment. This option can additionally be used to prevent EsoRex from
# overwriting pre-existing files. This option may also be set using the
# environment variable ESOREX_OUTPUT_READONLY.
esorex.caller.output-readonly=FALSE

# --paf-config
# Configuration file for creation of PAF files. This option may also be set
# using the environment variable ESOREX_PAF_CONFIG.
#esorex.caller.paf-config=

# --params
# List the input parameters and their current settings (whether from the command
# line or a configuration file) for the esorex application. Parameters are
# labelled using the parameter's alias. If a recipe is also specified, then
# the list of its parameters will also be generated in the same way. This
# option may also be set using the environment variable ESOREX_PARAMS.
esorex.caller.params=FALSE

# --recipes
# Display a list of all available recipes (that are available in the directory
# tree specified with '--recipe-dir'). This option may also be set using the
# environment variable ESOREX_RECIPES.
esorex.caller.recipes=FALSE

# --recipe-config
# Configuration file for any selected recipe. This option may also be set using
# the environment variable ESOREX_RECIPE_CONFIG.
#esorex.caller.recipe-config=

# --recipe-dir
# Directory containing recipe libraries. Note that esorex will recursively
# search not only the specified directory, but all sub-directories below it
# as well. Multiple directory heads may be specified, by separating the
# starting paths with colons (:). This option may also be set using the
# environment variable ESOREX_PLUGIN_DIR.
esorex.caller.recipe-dir=/usr/lib/x86_64-linux-gnu/cpl/plugins:/usr/lib/cpl/plugins

# --suppress-link
# When TRUE, no symbolic link is created to the output product. However, if
# FALSE, then a symbolic link is created in the directory specified with the
# option '--link-dir' for each product that is created by the recipe. This
# option may also be set using the environment variable ESOREX_SUPPRESS_LINK.
esorex.caller.suppress-link=TRUE

# --suppress-prefix
# When TRUE, the original name of the output product, as produced by the recipe,
# is maintained. If FALSE, then the name of the output file is changed to the
# "prefix_number" format. The prefix can be altered using the
# '--output-prefix' option. This option may also be set using the environment
# variable ESOREX_SUPPRESS_PREFIX.
esorex.caller.suppress-prefix=TRUE

# --time
# Measure and show the recipe's execution time. This option may also be set
# using the environment variable ESOREX_TIME.
esorex.caller.time=TRUE

# --unload-plugin
# When TRUE, the plugin is unloaded after execution. If FALSE, the plugin is not
# unloaded after processing, so that a software like, e.g. valgrind, can be
# used for debugging the executed recipe. This option may also be set using
# the environment variable ESOREX_UNLOAD_PLUGIN.
esorex.caller.unload-plugin=TRUE

#
# End of file