diff options
author | jim-p <jimp@pfsense.org> | 2013-09-11 15:41:12 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-09-11 15:41:12 -0400 |
commit | 6b2b3ca430b7be6498f67d4a8338f4fdeb5efd0f (patch) | |
tree | e4cd2c2f21c55fca6929b3a14f8a5e9d75af62ad /config/ipmitool | |
parent | a5086e52e2f1cac7157bc2ea7ac54424ae535f67 (diff) | |
download | pfsense-packages-6b2b3ca430b7be6498f67d4a8338f4fdeb5efd0f.tar.gz pfsense-packages-6b2b3ca430b7be6498f67d4a8338f4fdeb5efd0f.tar.bz2 pfsense-packages-6b2b3ca430b7be6498f67d4a8338f4fdeb5efd0f.zip |
Add some dummy XML files for CLI-only packages since the package system likes to have them there.
Diffstat (limited to 'config/ipmitool')
-rw-r--r-- | config/ipmitool/ipmitool.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/config/ipmitool/ipmitool.xml b/config/ipmitool/ipmitool.xml new file mode 100644 index 00000000..a42baa36 --- /dev/null +++ b/config/ipmitool/ipmitool.xml @@ -0,0 +1,44 @@ +<?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[ +/* ========================================================================== */ +/* + part of pfSense (http://www.pfSense.com) + Copyright (C) 2013 + 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> + <description>ipmitool</description> + <requirements>None</requirements> + <faq></faq> + <name>ipmitool</name> + <version>0.0</version> + <title>ipmitool</title> +</packagegui>
\ No newline at end of file |