mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-05 20:33:29 +00:00
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
|