chiark / gitweb /
conf_files_list(): files-add() - do not canonicalize file names
authorKay Sievers <kay@vrfy.org>
Mon, 7 May 2012 11:15:25 +0000 (13:15 +0200)
committerKay Sievers <kay@vrfy.org>
Mon, 7 May 2012 11:15:25 +0000 (13:15 +0200)
commitcd9556cc84523e2d515a8be2648e2a50fb6b2144
tree004855b441e1463624253aba302ce692d2f56f64
parenteecd1362f7f4de432483b5d77c56726c3621a83a
conf_files_list(): files-add() - do not canonicalize file names

File names in /etc, /run, /usr/lib are sorted/overridden by basename.
Sorting things like "/dev/null" with the basename "null" in the hash
of config files breaks the ordering and the overriding logic.
src/shared/util.c