For now we just disable those scripts. We will rewrite them..later.

This commit is contained in:
Steven Mondji-Lerider 2013-02-13 09:55:57 +00:00
parent 796dc19771
commit 08b8849d1f
4 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#! /bin/sh -e
echo "This script is not working with this AlternC version"
exit 0
path="$1"
account=`echo "$path" | sed 's#/var/alternc/html/./##' | cut -d '/' -f 1`
relpath=`echo "$path" | sed 's#/var/alternc/html/./[^/]*##'`

View File

@ -27,6 +27,8 @@
# Purpose of file: Parse the ftp logs to give the n most active users
# ----------------------------------------------------------------------
#
echo "This script does not work with this ALternC version."
exit 1
PATH=""
PROG_NAME=top_ftp_users
PROG_VERSION=0.1.0

View File

@ -27,6 +27,8 @@
# Purpose of file: Parse the apache logs to give the n most active users
# ----------------------------------------------------------------------
#
echo "This script does not work with this AlternC version"
exit 1
PATH=""
PROG_NAME=top_http_users
PROG_VERSION=0.1.0

View File

@ -27,6 +27,8 @@
# Purpose of file: Parse the mysql logs to give the n most active users
# ----------------------------------------------------------------------
#
echo "This script does not work with this AlternC version"
exit 1
PATH=""
PROG_NAME=top_mysql_users
PROG_VERSION=0.1.0