diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-17 20:37:52 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-17 20:37:52 +0200 |
commit | dbae472b81c32ed4093b2728056d32852d73fe2d (patch) | |
tree | 694f6850eeb01de2c15588bf3f72d495569fa95a /config/ipmitool | |
parent | cdf105abebbc1a8ecff7382088f1be4169890e9c (diff) | |
download | pfsense-packages-dbae472b81c32ed4093b2728056d32852d73fe2d.tar.gz pfsense-packages-dbae472b81c32ed4093b2728056d32852d73fe2d.tar.bz2 pfsense-packages-dbae472b81c32ed4093b2728056d32852d73fe2d.zip |
Fix pfSense website link in bunch of CLI-only packages
Diffstat (limited to 'config/ipmitool')
-rw-r--r-- | config/ipmitool/ipmitool.xml | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/config/ipmitool/ipmitool.xml b/config/ipmitool/ipmitool.xml index a42baa36..cb6bf385 100644 --- a/config/ipmitool/ipmitool.xml +++ b/config/ipmitool/ipmitool.xml @@ -3,23 +3,28 @@ <?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?> <packagegui> <copyright> - <![CDATA[ -/* ========================================================================== */ +<![CDATA[ +/* $Id$ */ +/* ====================================================================================== */ /* - part of pfSense (http://www.pfSense.com) - Copyright (C) 2013 + ipmitool.xml + part of pfSense (https://www.pfSense.org/) + Copyright (C) 2013-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. - 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. + 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 @@ -31,14 +36,12 @@ 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> <description>ipmitool</description> - <requirements>None</requirements> - <faq></faq> <name>ipmitool</name> - <version>0.0</version> + <version>1.8.12_5.1</version> <title>ipmitool</title> -</packagegui>
\ No newline at end of file +</packagegui> |