From 6b7ccabd75ffb95cce8102d6456a95937cb63e30 Mon Sep 17 00:00:00 2001 From: Philip Lacroix Date: Fri, 11 Sep 2015 01:40:53 +0700 Subject: system/glances: Update EMAIL. Signed-off-by: Willy Sudiarto Raharjo --- system/glances/README | 6 +++--- system/glances/glances.SlackBuild | 5 ++--- system/glances/glances.info | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) (limited to 'system/glances') diff --git a/system/glances/README b/system/glances/README index 15ef766369..f320d6e7c9 100644 --- a/system/glances/README +++ b/system/glances/README @@ -1,4 +1,4 @@ -Glances is a free (LGPL) cross-platform curses-based system monitoring tool +glances is a free (LGPL) cross-platform curses-based system monitoring tool which aims to present a maximum of information in a minimum of space, ideally to fit in a classical 80x24 terminal, or larger for additional data as it can adapt the displayed information dynamically, depending on the terminal size. @@ -6,7 +6,7 @@ adapt the displayed information dynamically, depending on the terminal size. This tool can also work in client/server mode. Remote monitoring can be done via terminal or web interface. -Glances is written in Python and uses the psutil library to fetch statistical +glances is written in Python and uses the psutil library to fetch statistical values from key elements, like CPU, load average, memory, network, disks, file systems, processes, etc. @@ -24,7 +24,7 @@ feature), zeroconf (auto discoverer mode). NOTES -1) When launching Glances in a terminal with a bright background, the option +1) When launching glances in a terminal with a bright background, the option '--theme-white' is recommended. 2) For optional auto discoverer mode, both zeroconf and netifaces are needed. diff --git a/system/glances/glances.SlackBuild b/system/glances/glances.SlackBuild index 6e5959dc48..7106720721 100644 --- a/system/glances/glances.SlackBuild +++ b/system/glances/glances.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for glances -# Copyright 2013-2015 Philip Lacroix +# Copyright 2013-2015 Philip Lacroix # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -71,8 +71,7 @@ if $(python3 -c 'import sys' 2>/dev/null); then fi find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \ - | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null \ - || true + | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true PRGUSR=$PKG/usr PRGSHR=$PKG/usr/share diff --git a/system/glances/glances.info b/system/glances/glances.info index 7a96ff29f0..954c53a07f 100644 --- a/system/glances/glances.info +++ b/system/glances/glances.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="psutil pysetuptools" MAINTAINER="Philip Lacroix" -EMAIL="philnx at posteo dot de" +EMAIL="slackph at posteo dot de" -- cgit v1.2.3