[systemd-commits] src/sysctl.c
Kay Sievers
kay at kemper.freedesktop.org
Sun May 1 05:50:42 PDT 2011
src/sysctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 40013ebc3dde291128855f0506850bba6518a11d
Author: Kay Sievers <kay.sievers at vrfy.org>
Date: Sun May 1 14:49:33 2011 +0200
sysctl: correct /usr/local/lib path
diff --git a/src/sysctl.c b/src/sysctl.c
index efa2f53..09c0a6a 100644
--- a/src/sysctl.c
+++ b/src/sysctl.c
@@ -143,7 +143,7 @@ int main(int argc, char *argv[]) {
r = conf_files_list(&files, ".conf",
"/run/sysctl.d",
"/etc/sysctl.d",
- "/usr/local/sysctl.d",
+ "/usr/local/lib/sysctl.d",
"/usr/lib/sysctl.d",
"/lib/sysctl.d",
NULL);
More information about the systemd-commits
mailing list