system/goaccess: Miscellaneous cleanups
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
3b70ab0693
commit
a38e7230db
|
@ -1,4 +1,4 @@
|
|||
open source real-time Apache log analyzer and interactive viewer that
|
||||
runs in a terminal in *nix systems. It provides fast and valuable
|
||||
HTTP statistics for system administrators that require a visual
|
||||
server report on the fly.
|
||||
goaccess is an open source real-time Apache log analyzer and
|
||||
interactive viewer that runs in a terminal in *nix systems.
|
||||
It provides fast and valuable HTTP statistics for system
|
||||
administrators that require a visual server report on the fly.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for goaccess
|
||||
|
||||
# Copyright 2011 David Woodfall <dave@dawoodfall.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="goaccess"
|
||||
VERSION="0.4.2"
|
||||
HOMEPAGE="http://goaccess.prosoftcorp.com/download"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/goaccess/0.4.2/goaccess-0.4.2.tar.gz"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/goaccess/goaccess-0.4.2.tar.gz"
|
||||
MD5SUM="7d7707c294c949d612e451da2f003c37"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="David Woodfall"
|
||||
EMAIL="dave@dawoodfall.net"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
goaccess: goaccess (httpd log analyzer)
|
||||
goaccess:
|
||||
goaccess: open source real-time Apache log analyzer and interactive viewer that
|
||||
goaccess: runs in a terminal in *nix systems. It provides fast and valuable
|
||||
goaccess: HTTP statistics for system administrators that require a visual
|
||||
goaccess: server report on the fly.
|
||||
goaccess: goaccess is an open source real-time Apache log analyzer and
|
||||
goaccess: interactive viewer that runs in a terminal in *nix systems.
|
||||
goaccess: It provides fast and valuable HTTP statistics for system
|
||||
goaccess: administrators that require a visual server report on the fly.
|
||||
goaccess:
|
||||
goaccess: Homepage: http://goaccess.prosoftcorp.com/download
|
||||
goaccess:
|
||||
|
|
Loading…
Reference in New Issue