From 07cf2c4b20230ddedee1bf9dddc1e7cd407385f5 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 5 Feb 2015 10:02:24 -0200 Subject: Packages repo cleanup: - Drop support for pfSense < 2 - Remove archive/, old files can be reached using git - Remove old and unused packages - Move stale files from config subdir to a package subdir --- config/pre2upgrade/pre2upgrade.php | 76 -------------------------------------- config/pre2upgrade/pre2upgrade.xml | 57 ---------------------------- 2 files changed, 133 deletions(-) delete mode 100644 config/pre2upgrade/pre2upgrade.php delete mode 100644 config/pre2upgrade/pre2upgrade.xml (limited to 'config/pre2upgrade') diff --git a/config/pre2upgrade/pre2upgrade.php b/config/pre2upgrade/pre2upgrade.php deleted file mode 100644 index c9112850..00000000 --- a/config/pre2upgrade/pre2upgrade.php +++ /dev/null @@ -1,76 +0,0 @@ -&1", $out, $err); - -if ($err) { - $out = implode("\n", $out); -} else { - $out = "OK"; -} -?> - - - -

- - -
-
- - -
-This configuration check will report any invalid XML. The most common cause of this is international/special characters inside of your configuration in places where they are not supported. You must remove these characters from your configuration before proceeding with the upgrade, or else you will have problems, as your config.xml is not well-formed. Once you have upgraded to 2.0 you can put the characters back in descriptions, as they are properly supported in the new format. -

-Config check output: - -
-
-
-
- -Please fix the errors found above.
It may help to view a config.xml backup file to see where the characters are exactly. - -

-Before proceeding with the upgrade, you should look over the upgrade guide on the doc wiki, which can be found here:
-https://doc.pfsense.org/index.php/Upgrade_Guide. -
-
-
- - - - \ No newline at end of file diff --git a/config/pre2upgrade/pre2upgrade.xml b/config/pre2upgrade/pre2upgrade.xml deleted file mode 100644 index a0a26956..00000000 --- a/config/pre2upgrade/pre2upgrade.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - pre2upgrade - 1.0 - Diagnostics: Pre-2.0 Upgrade Check - - /usr/local/www/ - https://packages.pfsense.org/packages/config/pre2upgrade/pre2upgrade.php - - - Pre-Upgrade Check - Check your system for potential 2.0 upgrade issues. -
Diagnostics
- /pre2upgrade.php -
- - - -
\ No newline at end of file -- cgit v1.2.3