diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-07-13 20:00:38 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2021-07-15 17:30:06 +0200 |
commit | a9e1d50df4f4ce5ad1dbc74b49fc1c0f7b073a15 (patch) | |
tree | 91ee3d4291eb52ee7f1d820187046a864bc2576f /src/knemod/backends/kcmregistry.h | |
parent | 3813914451b56d52a7e1e2d3ea76e6fefcdf438b (diff) | |
download | knemo-a9e1d50df4f4ce5ad1dbc74b49fc1c0f7b073a15.tar.gz knemo-a9e1d50df4f4ce5ad1dbc74b49fc1c0f7b073a15.zip |
Change default backend from Nettools to Sys.
Some indentation cosmetic.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'src/knemod/backends/kcmregistry.h')
-rw-r--r-- | src/knemod/backends/kcmregistry.h | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/src/knemod/backends/kcmregistry.h b/src/knemod/backends/kcmregistry.h index 0dde2e8..28ffec4 100644 --- a/src/knemod/backends/kcmregistry.h +++ b/src/knemod/backends/kcmregistry.h @@ -42,19 +42,13 @@ struct KCMRegistryEntry KCMRegistryEntry KCMRegistry[] = { - { "Nettools", - i18n( "Uses the tools from the nettool packge like ifconfig, " \ - "iwconfig and route to read the necessary information " \ - "from the ouput of these commands.\n" \ - "This backend works rather stable but causes a relativly " \ - "high CPU load." ) }, { "Sys", i18n( "Uses the sys filesystem available in 2.6 kernels and " \ - "direct system calls to the Linux kernel.\n" \ - "This backend is rather new, so expect minor problems. " \ - "As an advantage this backend should reduce the CPU load " \ - "and should not access the harddisc while gathering " \ - "information." ) }, + "direct system calls to the Linux kernel." ) }, + { "Nettools", + i18n( "Uses the tools from the net-tools package like ifconfig, " \ + "iwconfig and route to read the necessary information " \ + "from the ouput of these commands.") }, { TQString(), TQString() } }; |