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