aboutsummaryrefslogtreecommitdiffstats
path: root/config/pre2upgrade/pre2upgrade.xml
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-02-05 10:02:24 -0200
committerRenato Botelho <garga@FreeBSD.org>2015-02-05 20:10:15 -0200
commit07cf2c4b20230ddedee1bf9dddc1e7cd407385f5 (patch)
tree44d40561519e0018ad586bb1449e107c9ae431f3 /config/pre2upgrade/pre2upgrade.xml
parente526e4aa28867b7743b0e76993f5f6bebd15bc1b (diff)
downloadpfsense-packages-07cf2c4b20230ddedee1bf9dddc1e7cd407385f5.tar.gz
pfsense-packages-07cf2c4b20230ddedee1bf9dddc1e7cd407385f5.tar.bz2
pfsense-packages-07cf2c4b20230ddedee1bf9dddc1e7cd407385f5.zip
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
Diffstat (limited to 'config/pre2upgrade/pre2upgrade.xml')
-rw-r--r--config/pre2upgrade/pre2upgrade.xml57
1 files changed, 0 insertions, 57 deletions
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 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE packagegui SYSTEM "./schema/packages.dtd">
-<?xml-stylesheet type="text/xsl" href="./xsl/package.xsl"?>
-<packagegui>
- <copyright>
- <![CDATA[
-/* $Id$ */
-/* ========================================================================== */
-/*
- pre2upgrade.xml
- part of pfSense (http://www.pfSense.com)
- Copyright (C) 2011 Jim Pingle
- All rights reserved. */
-/* ========================================================================== */
-/*
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE. */
-/* ========================================================================== */
- ]]>
- </copyright>
- <name>pre2upgrade</name>
- <version>1.0</version>
- <title>Diagnostics: Pre-2.0 Upgrade Check</title>
- <additional_files_needed>
- <prefix>/usr/local/www/</prefix>
- <item>https://packages.pfsense.org/packages/config/pre2upgrade/pre2upgrade.php</item>
- </additional_files_needed>
- <menu>
- <name>Pre-Upgrade Check</name>
- <tooltiptext>Check your system for potential 2.0 upgrade issues.</tooltiptext>
- <section>Diagnostics</section>
- <url>/pre2upgrade.php</url>
- </menu>
- <custom_php_deinstall_command>
- <![CDATA[
- exec("rm /usr/local/www/pre2upgrade.php");
- ]]>
- </custom_php_deinstall_command>
-</packagegui> \ No newline at end of file