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.patch28 # Plugin plugin_name plugin_path plugin_options ...
30 -# The plugin_path is relative to @plugindir@ unless
31 +# The plugin_path is relative to $plugindir such as /usr/lib/sudo unless
/openbmc/phosphor-debug-collector/tools/dreport.d/
H A Ddreport121 plugin_path=$DREPORT_SOURCE/$PLUGIN$dump_type.d
124 if [ ! -d "$plugin_path" ]; then
125 log_error "$plugin_path does not exist, skipping dump collection"
130 for i in "$plugin_path"/* ; do