diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-30 20:31:33 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-30 20:31:33 +0200 |
commit | 223a35581604897185c46dfc184b0fa32916d59b (patch) | |
tree | 2c2f2a920570434745c449e09de3010ef803f954 /src/binfmt.c | |
parent | db91c52703437e9c1a3093864068e36d31286007 (diff) |
binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where appropriate /lib directories
Diffstat (limited to 'src/binfmt.c')
-rw-r--r-- | src/binfmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binfmt.c b/src/binfmt.c index be1f1ff097..a815a112e8 100644 --- a/src/binfmt.c +++ b/src/binfmt.c @@ -138,6 +138,7 @@ int main(int argc, char *argv[]) { r = conf_files_list(&files, ".conf", "/run/binfmt.d", "/etc/binfmt.d", + "/usr/local/lib/binfmt.d", "/usr/lib/binfmt.d", NULL); |