From 2702acf6a54c50b53011754092d3cdaaaea0714c Mon Sep 17 00:00:00 2001 From: shackra Date: Wed, 23 Apr 2014 16:03:40 -0600 Subject: Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. Signed-off-by: shackra --- .../linux-libre-grsec/change-default-console-loglevel.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 kernels/linux-libre-grsec/change-default-console-loglevel.patch (limited to 'kernels/linux-libre-grsec/change-default-console-loglevel.patch') diff --git a/kernels/linux-libre-grsec/change-default-console-loglevel.patch b/kernels/linux-libre-grsec/change-default-console-loglevel.patch deleted file mode 100644 index 90111a44b..000000000 --- a/kernels/linux-libre-grsec/change-default-console-loglevel.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -upr linux-3.12.orig/kernel/printk/printk.c linux-3.12/kernel/printk/printk.c ---- linux-3.12.orig/kernel/printk/printk.c 2013-11-03 21:41:51.000000000 -0200 -+++ linux-3.12/kernel/printk/printk.c 2014-01-04 15:35:27.854329503 -0200 -@@ -59,7 +59,7 @@ - - /* We show everything that is MORE important than this.. */ - #define MINIMUM_CONSOLE_LOGLEVEL 1 /* Minimum loglevel we let people use */ --#define DEFAULT_CONSOLE_LOGLEVEL 7 /* anything MORE serious than KERN_DEBUG */ -+#define DEFAULT_CONSOLE_LOGLEVEL 4 /* anything MORE serious than KERN_WARNING */ - - int console_printk[4] = { - DEFAULT_CONSOLE_LOGLEVEL, /* console_loglevel */ -- cgit v1.2.3-54-g00ecf