diff options
author | Danilo G. Baio (dbaio) <dbaio@bsd.com.br> | 2015-03-25 00:42:26 -0300 |
---|---|---|
committer | Danilo G. Baio (dbaio) <dbaio@bsd.com.br> | 2015-03-25 00:42:26 -0300 |
commit | 5b80dd39a59b24ea361f09975daead044009ce3b (patch) | |
tree | 79045e49c92dbf3116742348abbf669c1fdfd1ce /config/apcupsd | |
parent | 2211b045710c9d0648b3de07f750ccbe5b3f76d4 (diff) | |
download | pfsense-packages-5b80dd39a59b24ea361f09975daead044009ce3b.tar.gz pfsense-packages-5b80dd39a59b24ea361f09975daead044009ce3b.tar.bz2 pfsense-packages-5b80dd39a59b24ea361f09975daead044009ce3b.zip |
apcupsd - change message
Diffstat (limited to 'config/apcupsd')
-rwxr-xr-x | config/apcupsd/apcupsd_status.php | 4 |
1 files changed, 2 insertions, 2 deletions
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("</pre>"); }else - echo "Not running Network Information Server (NIS). In order to run apcaccess on localhost, you need to enable it on APCupsd General settings. <br/>"; + echo "Network Information Server (NIS) not running, in order to run apcaccess on localhost, you need to enable it on APCupsd General settings. <br/>"; }else{ echo "pfSense version prior to 2.2 runs APCupsd 3.14.10 and apcaccess doesn't accept host parameter. <br/>"; if ($nis_server){ @@ -159,7 +159,7 @@ pre { pclose($ph); puts("</pre>"); }else - echo "Not Network Information Server (NIS). In order to run apcaccess on localhost, you need to enable it on APCupsd General settings. <br/>"; + echo "Network Information Server (NIS) not running, in order to run apcaccess on localhost, you need to enable it on APCupsd General settings. <br/>"; } ?> |