diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-07 01:55:10 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-07 01:55:10 +0000 |
commit | c561ca047344023be8c6b7d9d4a748007391cd12 (patch) | |
tree | 2fec261bde9490ddc8b94360149607551e825f65 /packages/carp_status.php | |
parent | 6775757a6a21bebfb64ef121581658ecc0a3ffb1 (diff) | |
download | pfsense-packages-c561ca047344023be8c6b7d9d4a748007391cd12.tar.gz pfsense-packages-c561ca047344023be8c6b7d9d4a748007391cd12.tar.bz2 pfsense-packages-c561ca047344023be8c6b7d9d4a748007391cd12.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 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>"; |