From 0851608ecf938cf0c0039318fe9f8f2b95026a521586fe891db299fc0278caa8 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 11 Nov 2012 21:55:07 +0000 Subject: [PATCH] Align log messages OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=41 --- kmod.changes | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/kmod.changes b/kmod.changes index ef69404..1357ef4 100644 --- a/kmod.changes +++ b/kmod.changes @@ -6,18 +6,18 @@ Sat Nov 10 15:07:54 UTC 2012 - hrvoje.senjan@gmail.com * Allow to check generated files against correct ones * libkmod now keeps a file opened after the first call to * kmod_module_get_{info,versions,symbols,dependency_symbols}. This - reduces signficantly the amount of time depmod tool takes to - execute. Particularly if compressed modules are used. -* Remove --with-rootprefix from build system. It was not a great idea - after all and should not be use since it causes more harm then - benefits. + reduces signficantly the amount of time depmod tool takes to + execute. Particularly if compressed modules are used. +* Remove --with-rootprefix from build system. It was not a great + idea after all and should not be use since it causes more harm + than benefits. * Hide --wait option on rmmod. This feature is being targeted for - removal from kernel. rmmod still accepts this option, but it's hidden - now: man page and usage() says nothing about it and if it's used, - user will get a 10s sleep. This way we can check and help if anyone - is using this feature. -* Refactor message logging on all tools, giving proper prefix, routing - everything to syslog when asked for, etc. + removal from kernel. rmmod still accepts this option, but it is + hidden now: man page and usage() says nothing about it and if + it is used, user will get a 10s sleep. This way we can check and + help if anyone is using this feature. +* Refactor message logging on all tools, giving proper prefix, + routing everything to syslog when asked for, etc. * Fix parsing of modules.order when using compressed modules * Usage messages go to stdout instead of stderr * Fix memory leak in hash implementation