Searched refs:plugin_path (Results 1 – 2 of 2) sorted by relevance
28 # Plugin plugin_name plugin_path plugin_options ...30 -# The plugin_path is relative to @plugindir@ unless31 +# The plugin_path is relative to $plugindir such as /usr/lib/sudo unless
121 plugin_path=$DREPORT_SOURCE/$PLUGIN$dump_type.d124 if [ ! -d "$plugin_path" ]; then125 log_error "$plugin_path does not exist, skipping dump collection"130 for i in "$plugin_path"/* ; do