From c6ab83a00e45506662939940bf49d8d2ab6c3ee9 Mon Sep 17 00:00:00 2001 From: Philip Lacroix Date: Tue, 3 Dec 2013 19:45:11 +0700 Subject: [PATCH] system/glances: Script cleanup. Signed-off-by: Willy Sudiarto Raharjo --- system/glances/README | 14 +++++++------- system/glances/glances.SlackBuild | 4 ++-- system/glances/glances.info | 2 +- system/glances/slack-desc | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/system/glances/README b/system/glances/README index 501b368e6a..2e448c9127 100644 --- a/system/glances/README +++ b/system/glances/README @@ -1,14 +1,14 @@ -Glances is a free (LGPL) cross-platform curses-based monitoring tool -which aims to present a maximum of information in a minimum of space, -ideally to fit in a classical 80x24 terminal or higher to have addi- -tionnal information. +Glances is a free (LGPL) cross-platform curses-based monitoring tool, +which aims to present a maximum of information in a minimum of space +and ideally fits in a classical 80x24 terminal, or larger for additional +information. -Glances can adapt dynamically the displayed information depending on -the terminal size. It can also work in a client/server mode for remote +Glances can adapt dynamically the displayed information depending on +the terminal size. It can also work in a client/server mode for remote monitoring. This tool is written in Python and uses the psutil library to fetch the -statistical values from key elements, like CPU, load average, memory, +statistical values from key elements, like CPU, load average, memory, network, disks, file systems, processes, etc. Optional dependencies are Jinja2 (for HTML output), hddtemp (for HHD diff --git a/system/glances/glances.SlackBuild b/system/glances/glances.SlackBuild index 588f4c3a81..b9ef3e5de8 100644 --- a/system/glances/glances.SlackBuild +++ b/system/glances/glances.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for glances -# Copyright 2013 Philip Lacroix +# Copyright 2013 Philip Lacroix # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -62,7 +62,7 @@ if $(python3 -c 'import sys' 2>/dev/null); then python3 setup.py install --root=$PKG fi -# don't clobber configuration files +# Don't clobber configuration files mv $PKG/etc/$PRGNAM/$PRGNAM.conf $PKG/etc/$PRGNAM/$PRGNAM.conf.new find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/system/glances/glances.info b/system/glances/glances.info index 850a5f5027..d8498fc031 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]bluebottle[dot]com" +EMAIL="philnx at bluebottle dot com" diff --git a/system/glances/slack-desc b/system/glances/slack-desc index a7ccad9d9b..e6cf4a76b8 100644 --- a/system/glances/slack-desc +++ b/system/glances/slack-desc @@ -11,8 +11,8 @@ glances: glances: glances is a cross-platform curses-based monitoring tool written in glances: Python, which can adapt the displayed information depending on the glances: terminal size. It can also work in a client/server mode for remote -glances: monitoring. -glances: glances uses the psutil library to get information from your system. +glances: monitoring. It uses the psutil library to get information from your +glances: system. glances: glances: Homepage: https://github.com/nicolargo/glances glances: