mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
575aa39aa8
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
305 B
Diff
14 lines
305 B
Diff
Author: Franz Pletz <fpletz@franz-pletz.org>
|
|
Description: Enable NODOT
|
|
--- a/config_f.h
|
|
+++ b/config_f.h
|
|
@@ -98,7 +98,7 @@
|
|
/*
|
|
* NODOT Don't put "." in the default path, for security reasons
|
|
*/
|
|
-#undef NODOT
|
|
+#define NODOT
|
|
|
|
/*
|
|
* AUTOLOGOUT tries to determine if it should set autologout depending
|