Fix default DebugLevel to 0, prevents from running in foreground when installing...
authorFlorian Fainelli <florian@openwrt.org>
Sun, 21 May 2006 20:06:04 +0000 (20:06 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 21 May 2006 20:06:04 +0000 (20:06 +0000)
SVN-Revision: 3816

openwrt/package/olsrd/patches/olsrd-0.4.10-debug_level.patch [new file with mode: 0644]

diff --git a/openwrt/package/olsrd/patches/olsrd-0.4.10-debug_level.patch b/openwrt/package/olsrd/patches/olsrd-0.4.10-debug_level.patch
new file mode 100644 (file)
index 0000000..d04272e
--- /dev/null
@@ -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)