diff options
Diffstat (limited to 'config/pre2upgrade/pre2upgrade.xml')
-rw-r--r-- | config/pre2upgrade/pre2upgrade.xml | 57 |
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 |