Skip to main content

scan_pacman_conf_path

Function scan_pacman_conf_path 

Source
pub fn scan_pacman_conf_path(root: &Path) -> PacmanConfScan
Expand description

What: Scan the system pacman configuration for repository section headers.

Inputs:

  • root: Typically /etc/pacman.conf.

Output:

Details:

  • Follows Include = relative to the including file’s directory.
  • Skips duplicate canonical include targets with a warning.
  • Missing files add warnings and continue.