Home
last modified time | relevance | path

Searched refs:plugin_path (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-extended/sudo/files/
H A D0001-sudo.conf.in-fix-conflict-with-multilib.patch29 # Plugin plugin_name plugin_path plugin_options ...
31 -# The plugin_path is relative to @plugindir@ unless
32 +# The plugin_path is relative to $plugindir such as /usr/lib/sudo unless
/openbmc/phosphor-debug-collector/tools/dreport.d/
H A Ddreport120 plugin_path=$DREPORT_SOURCE/$PLUGIN$dump_type.d
123 if [ ! -d $plugin_path ]; then
124 log_error "$plugin_path does not exist, skipping dump collection"
129 for i in $plugin_path/* ; do