aboutsummaryrefslogtreecommitdiffstats
path: root/packages/carp_status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-07 01:55:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-07 01:55:20 +0000
commitde6d44cb413e01493ce8f834084db85ded1c2719 (patch)
tree4a2b9fb0b1b356f383d372fe6e0f822eb38fd0f1 /packages/carp_status.php
parentc561ca047344023be8c6b7d9d4a748007391cd12 (diff)
downloadpfsense-packages-de6d44cb413e01493ce8f834084db85ded1c2719.tar.gz
pfsense-packages-de6d44cb413e01493ce8f834084db85ded1c2719.tar.bz2
pfsense-packages-de6d44cb413e01493ce8f834084db85ded1c2719.zip
change Nodes Syncing to pfSync nodes
Diffstat (limited to 'packages/carp_status.php')
-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 56a0c339..c4b64b86 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>pfsync nodes:<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>";