aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-07 01:55:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-07 01:55:10 +0000
commitc561ca047344023be8c6b7d9d4a748007391cd12 (patch)
tree2fec261bde9490ddc8b94360149607551e825f65
parent6775757a6a21bebfb64ef121581658ecc0a3ffb1 (diff)
downloadpfsense-packages-c561ca047344023be8c6b7d9d4a748007391cd12.tar.gz
pfsense-packages-c561ca047344023be8c6b7d9d4a748007391cd12.tar.bz2
pfsense-packages-c561ca047344023be8c6b7d9d4a748007391cd12.zip
change Nodes Syncing to pfSync nodes
-rw-r--r--packages/carp_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php
index 45f58af6..56a0c339 100644
--- a/packages/carp_status.php
+++ b/packages/carp_status.php
@@ -145,7 +145,7 @@ if($config['installedpackages']['carp']['config'] <> "")
<tr><td>
<center>
<?php
- echo "<br>Nodes syncing:<br>";
+ echo "<br>pfsync nodes:<br>";
echo "<pre>";
system("/sbin/pfctl -vvss | /usr/bin/grep creator | /usr/bin/cut -d\" \" -f7 | /usr/bin/sort -u");
echo "</pre>";