vanhofen
4 years ago
2 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||
diff --git a/sysctl.c b/sysctl.c
|
|||
index 5036a0b..86e6ffe 100644
|
|||
--- a/sysctl.c
|
|||
+++ b/sysctl.c
|
|||
@@ -624,7 +624,7 @@ static int PreloadSystem(void)
|
|||
const char *dirs[] = { |
|||
"/run/sysctl.d", |
|||
"/etc/sysctl.d", |
|||
- "/usr/local/lib/sysctl.d",
|
|||
+ "/var/etc/sysctl.d",
|
|||
"/usr/lib/sysctl.d", |
|||
"/lib/sysctl.d", |
|||
}; |
Loading…
Reference in new issue