diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-07 01:55:20 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-07 01:55:20 +0000 |
commit | de6d44cb413e01493ce8f834084db85ded1c2719 (patch) | |
tree | 4a2b9fb0b1b356f383d372fe6e0f822eb38fd0f1 /packages/carp_status.php | |
parent | c561ca047344023be8c6b7d9d4a748007391cd12 (diff) | |
download | pfsense-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.php | 2 |
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>"; |