aboutsummaryrefslogtreecommitdiffstats
path: root/config/systempatches
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-11 23:28:21 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-11 23:28:21 +0200
commit6ffc3225a97ff703c4d59e50cab09421c3aab39f (patch)
tree3058c97788a627d73b17c202ba9a2d86d693c10d /config/systempatches
parent27be41aa2101993dbead8cc93bab246114af6ab3 (diff)
downloadpfsense-packages-6ffc3225a97ff703c4d59e50cab09421c3aab39f.tar.gz
pfsense-packages-6ffc3225a97ff703c4d59e50cab09421c3aab39f.tar.bz2
pfsense-packages-6ffc3225a97ff703c4d59e50cab09421c3aab39f.zip
systempatches - some code style cosmetics
Fix copyright header and nuke pointless tags.
Diffstat (limited to 'config/systempatches')
-rw-r--r--config/systempatches/systempatches.xml26
1 files changed, 12 insertions, 14 deletions
diff --git a/config/systempatches/systempatches.xml b/config/systempatches/systempatches.xml
index ad7f5953..06f024a8 100644
--- a/config/systempatches/systempatches.xml
+++ b/config/systempatches/systempatches.xml
@@ -3,19 +3,22 @@
<?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?>
<packagegui>
<copyright>
- <![CDATA[
-/* ========================================================================== */
+<![CDATA[
+/* $Id$ */
+/* ====================================================================================== */
/*
systempatches.xml
- part of pfSense (http://www.pfSense.com)
+ part of pfSense (https://www.pfSense.org/)
Copyright (C) 2012 Jim Pingle
+ Copyright (C) 2015 ESF, LLC
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.
@@ -23,6 +26,7 @@
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
@@ -34,30 +38,25 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
-/* ========================================================================== */
+/* ====================================================================================== */
]]>
</copyright>
- <description>System Patches</description>
- <requirements>None</requirements>
- <faq>Applies patches supplied by the user to the firewall.</faq>
+ <description>System Patches applies patches supplied by the user to the firewall.</description>
<name>System Patches</name>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<title>System: Patches</title>
<include_file>/usr/local/pkg/patches.inc</include_file>
<menu>
<name>Patches</name>
- <tooltiptext></tooltiptext>
<section>System</section>
<url>/system_patches.php</url>
</menu>
<additional_files_needed>
<prefix>/usr/local/www/</prefix>
- <chmod>644</chmod>
<item>https://packages.pfsense.org/packages/config/systempatches/system_patches.php</item>
</additional_files_needed>
<additional_files_needed>
<prefix>/usr/local/www/</prefix>
- <chmod>644</chmod>
<item>https://packages.pfsense.org/packages/config/systempatches/system_patches_edit.php</item>
</additional_files_needed>
<additional_files_needed>
@@ -67,7 +66,6 @@
</additional_files_needed>
<additional_files_needed>
<prefix>/usr/local/pkg/</prefix>
- <chmod>644</chmod>
<item>https://packages.pfsense.org/packages/config/systempatches/patches.inc</item>
</additional_files_needed>
<custom_php_install_command>
@@ -76,4 +74,4 @@
<custom_php_deinstall_command>
patch_package_deinstall();
</custom_php_deinstall_command>
-</packagegui> \ No newline at end of file
+</packagegui>