diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-13 00:54:28 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-13 00:54:28 +0000 |
commit | 81edc833f874bfbf635bd4a0357963f96b0a6226 (patch) | |
tree | e34067891e85795e359abf520cb29c05d8458603 /packages/carp_sync_client.php | |
parent | ee419ae16710cdbc37d885ac1802f09c5543121d (diff) | |
download | pfsense-packages-81edc833f874bfbf635bd4a0357963f96b0a6226.tar.gz pfsense-packages-81edc833f874bfbf635bd4a0357963f96b0a6226.tar.bz2 pfsense-packages-81edc833f874bfbf635bd4a0357963f96b0a6226.zip |
Revert last commits. Its a better idea to only sync when rules actually CHANGE.
Diffstat (limited to 'packages/carp_sync_client.php')
-rw-r--r-- | packages/carp_sync_client.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/carp_sync_client.php b/packages/carp_sync_client.php index f32f6e36..9857529e 100644 --- a/packages/carp_sync_client.php +++ b/packages/carp_sync_client.php @@ -1,7 +1,5 @@ #!/usr/bin/php -<?php - /* carp_sync.php part of pfSense (www.pfSense.com) @@ -47,4 +45,3 @@ if($config['installedpackages']['carpsettings']['config'] != "") mwexec("/usr/bin/ssh /usr/local/pkg/carp_sync_server.php"); } -?>
\ No newline at end of file |