For now we just disable those scripts. We will rewrite them..later.
This commit is contained in:
parent
796dc19771
commit
08b8849d1f
|
@ -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/./[^/]*##'`
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue