summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Philip Lacroix <slackph at posteo dot de>2015-09-11 01:40:53 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-11 01:40:53 +0700
commit6b7ccabd75ffb95cce8102d6456a95937cb63e30 (patch)
treed9a7ceea59793494d5d9159b82702a1ff248199e /system
parent3656ebe532915894966b7d50c2f46fb6b13bac3d (diff)
downloadslackbuilds-6b7ccabd75ffb95cce8102d6456a95937cb63e30.tar.gz
slackbuilds-6b7ccabd75ffb95cce8102d6456a95937cb63e30.tar.xz
system/glances: Update EMAIL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/glances/README6
-rw-r--r--system/glances/glances.SlackBuild5
-rw-r--r--system/glances/glances.info2
3 files changed, 6 insertions, 7 deletions
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 <philnx at posteo dot de>
+# Copyright 2013-2015 Philip Lacroix <slackph at posteo dot de>
# 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"