Fix default DebugLevel to 0, prevents from running in foreground when installing with ImageBuilder ... Closes #491
SVN-Revision: 3816
This commit is contained in:
parent
86f764dfb7
commit
9cd0fd7752
1 changed files with 11 additions and 0 deletions
11
openwrt/package/olsrd/patches/olsrd-0.4.10-debug_level.patch
Normal file
11
openwrt/package/olsrd/patches/olsrd-0.4.10-debug_level.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- olsrd-0.4.10/files/olsrd.conf.default.rfc 2005-06-04 17:34:05.000000000 +0200
|
||||
+++ olsrd-0.4.10.new/files/olsrd.conf.default.rfc 2006-05-21 21:44:55.000000000 +0200
|
||||
@@ -9,7 +9,7 @@
|
||||
# Debug level(0-9)
|
||||
# If set to 0 the daemon runs in the background
|
||||
|
||||
-DebugLevel 1
|
||||
+DebugLevel 0
|
||||
|
||||
# IP version to use (4 or 6)
|
||||
|
Loading…
Reference in a new issue