aboutsummaryrefslogtreecommitdiffstats
path: root/config/autoconfigbackup
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-02-08 04:04:52 -0600
committerChris Buechler <cmb@pfsense.org>2014-02-08 04:04:52 -0600
commitf209c28ecbf2a8ddd3dd0a156ea44f379d247420 (patch)
tree0c12d8a4f3cdcc3ac393f9cd8eb405bcc215b9b1 /config/autoconfigbackup
parentea17cda396d7876bbc2a350c896d376cde61ddb6 (diff)
downloadpfsense-packages-f209c28ecbf2a8ddd3dd0a156ea44f379d247420.tar.gz
pfsense-packages-f209c28ecbf2a8ddd3dd0a156ea44f379d247420.tar.bz2
pfsense-packages-f209c28ecbf2a8ddd3dd0a156ea44f379d247420.zip
update ACB text
Diffstat (limited to 'config/autoconfigbackup')
-rw-r--r--config/autoconfigbackup/autoconfigbackup.inc2
-rw-r--r--config/autoconfigbackup/autoconfigbackup.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/config/autoconfigbackup/autoconfigbackup.inc b/config/autoconfigbackup/autoconfigbackup.inc
index 0286ffec..e236aba8 100644
--- a/config/autoconfigbackup/autoconfigbackup.inc
+++ b/config/autoconfigbackup/autoconfigbackup.inc
@@ -192,7 +192,7 @@ function upload_config($reasonm = "") {
$fields_string .= $key.'='.$value.'&';
rtrim($fields_string,'&');
- // Check configuration into the BSDP repo
+ // Check configuration into the ESF repo
$curl_session = curl_init();
curl_setopt($curl_session, CURLOPT_URL, $upload_url);
curl_setopt($curl_session, CURLOPT_POST, count($post_fields));
diff --git a/config/autoconfigbackup/autoconfigbackup.xml b/config/autoconfigbackup/autoconfigbackup.xml
index a7640f7e..a03055bc 100644
--- a/config/autoconfigbackup/autoconfigbackup.xml
+++ b/config/autoconfigbackup/autoconfigbackup.xml
@@ -34,8 +34,8 @@
*/
]]>
</copyright>
- <description>Automatically backs up your pfSense configuration. All contents are encrypted on the server. Requires pfSense Premium Support Portal Subscription from https://portal.pfsense.org</description>
- <requirements>pfSense Premium Support Portal</requirements>
+ <description>Automatically backs up your pfSense configuration. All contents are encrypted on the server. Requires Gold or Support Subscription from https://portal.pfsense.org</description>
+ <requirements>pfSense Portal subscription</requirements>
<name>AutoConfigBackup</name>
<version>1.20</version>
<title>Diagnostics: Auto Configuration Backup</title>
@@ -122,7 +122,7 @@
</field>
<field>
<fielddescr>Encryption Password</fielddescr>
- <description>This password will be used to encrypt config.xml before sending to portal.pfsense.org. Do not share the password and keep it safe!</description>
+ <description>This password will be used to encrypt config.xml before uploading. We recommend not setting this to the same thing as your portal.pfsense.org account. Keep record of this password in a safe place - without it, your configurations will be impossible to restore.</description>
<fieldname>crypto_password</fieldname>
<type>password</type>
</field>