Skip to content

main/openrc: fix checkpath

Jakub Panek requested to merge pj/aports:3.13-stable/openrc into 3.13-stable
  • src/rc/checkpath.c: fix typo "synbolic" -> "symbolic".
  • src/rc/checkpath.c: replace mkdir() with mkdirat().
  • checkpath: remove extra slashes from paths
  • checkpath: fix code to walk the directory path

fixes #12736 (closed)

Merge request reports