From 5b80dd39a59b24ea361f09975daead044009ce3b Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio (dbaio)" Date: Wed, 25 Mar 2015 00:42:26 -0300 Subject: apcupsd - change message --- config/apcupsd/apcupsd_status.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/apcupsd') diff --git a/config/apcupsd/apcupsd_status.php b/config/apcupsd/apcupsd_status.php index dd6a980c..05686f01 100755 --- a/config/apcupsd/apcupsd_status.php +++ b/config/apcupsd/apcupsd_status.php @@ -148,7 +148,7 @@ pre { pclose($ph); puts(""); }else - echo "Not running Network Information Server (NIS). In order to run apcaccess on localhost, you need to enable it on APCupsd General settings.
"; + echo "Network Information Server (NIS) not running, in order to run apcaccess on localhost, you need to enable it on APCupsd General settings.
"; }else{ echo "pfSense version prior to 2.2 runs APCupsd 3.14.10 and apcaccess doesn't accept host parameter.
"; if ($nis_server){ @@ -159,7 +159,7 @@ pre { pclose($ph); puts(""); }else - echo "Not Network Information Server (NIS). In order to run apcaccess on localhost, you need to enable it on APCupsd General settings.
"; + echo "Network Information Server (NIS) not running, in order to run apcaccess on localhost, you need to enable it on APCupsd General settings.
"; } ?> -- cgit v1.2.3