From 0f9c5b400e939fd33dead42bfe8aacf0d3f56cb2 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Thu, 18 Sep 2008 14:59:46 +0200 Subject: [PATCH 1/1] Typos --- scripts/freeradius_acct | 4 ++-- scripts/freeradius_auth | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/freeradius_acct b/scripts/freeradius_acct index c200fc8..fd49191 100755 --- a/scripts/freeradius_acct +++ b/scripts/freeradius_acct @@ -29,12 +29,12 @@ if [ "$1" = "config" ]; then echo 'graph_category Other' echo 'requests.label Accounting-Requests' - echo 'requests.info total incoming request packets' + echo 'requests.info total received request packets' echo 'requests.type DERIVE' echo 'requests.min 0' echo 'responses.label Accounting-Responses' - echo 'responses.info total outgoing response packets' + echo 'responses.info total sent response packets' echo 'responses.type DERIVE' echo 'responses.min 0' diff --git a/scripts/freeradius_auth b/scripts/freeradius_auth index 3a7b230..c2a41ec 100755 --- a/scripts/freeradius_auth +++ b/scripts/freeradius_auth @@ -29,12 +29,12 @@ if [ "$1" = "config" ]; then echo 'graph_category Other' echo 'requests.label Access-Requests' - echo 'requests.info total incoming request packets' + echo 'requests.info total received request packets' echo 'requests.type DERIVE' echo 'requests.min 0' echo 'responses.label responses (all types)' - echo 'responses.info total outgoing response packets' + echo 'responses.info total sent response packets' echo 'responses.type DERIVE' echo 'responses.min 0' -- 2.1.4