aboutsummaryrefslogtreecommitdiffstats
path: root/config/quagga_ospfd
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-09 03:55:58 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-09 03:55:58 +0200
commitfae52a31e634114ec7583ea8e0d0b430f32ab24a (patch)
tree073c80d151e49697257c104aa482f065b267dd68 /config/quagga_ospfd
parentcbe92ba232ddf911553b559ab1c6319f53ff2c7c (diff)
downloadpfsense-packages-fae52a31e634114ec7583ea8e0d0b430f32ab24a.tar.gz
pfsense-packages-fae52a31e634114ec7583ea8e0d0b430f32ab24a.tar.bz2
pfsense-packages-fae52a31e634114ec7583ea8e0d0b430f32ab24a.zip
quagga_ospfd - fix file permissions
Add missing copyright headers, fix indentation and make version consistent while here.
Diffstat (limited to 'config/quagga_ospfd')
-rw-r--r--config/quagga_ospfd/quagga_ospfd_raw.xml93
1 files changed, 72 insertions, 21 deletions
diff --git a/config/quagga_ospfd/quagga_ospfd_raw.xml b/config/quagga_ospfd/quagga_ospfd_raw.xml
index b34558de..3b56cc52 100644
--- a/config/quagga_ospfd/quagga_ospfd_raw.xml
+++ b/config/quagga_ospfd/quagga_ospfd_raw.xml
@@ -1,12 +1,53 @@
+<?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$ */
+/* ====================================================================================== */
+/*
+ quagga_ospfd_raw.xml
+ part of pfSense (https://www.pfSense.org/)
+ Copyright (C) 2012-2015 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.
+
+ 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>quagga_ospfd_raw</name>
- <version>0.1</version>
+ <version>0.6.6</version>
<title>Services: Quagga OSPFd</title>
<include_file>/usr/local/pkg/quagga_ospfd.inc</include_file>
<aftersaveredirect>pkg_edit.php?xml=quagga_ospfd_raw.xml&amp;id=0</aftersaveredirect>
<additional_files_needed>
<prefix>/usr/local/pkg/</prefix>
- <chmod>077</chmod>
<item>http://www.pfsense.com/packages/config/quagga_ospfd/quagga_ospfd.inc</item>
</additional_files_needed>
<menu>
@@ -17,23 +58,23 @@
<url>/pkg_edit.php?xml=quagga_ospfd.xml&amp;id=0</url>
</menu>
<tabs>
- <tab>
- <text>Global Settings</text>
- <url>pkg_edit.php?xml=quagga_ospfd.xml&amp;id=0</url>
- </tab>
- <tab>
- <text>Interface Settings</text>
- <url>pkg.php?xml=quagga_ospfd_interfaces.xml</url>
- </tab>
- <tab>
- <text>Raw Config</text>
- <url>pkg_edit.php?xml=quagga_ospfd_raw.xml&amp;id=0</url>
- <active/>
- </tab>
- <tab>
- <text>Status</text>
- <url>/status_ospfd.php</url>
- </tab>
+ <tab>
+ <text>Global Settings</text>
+ <url>pkg_edit.php?xml=quagga_ospfd.xml&amp;id=0</url>
+ </tab>
+ <tab>
+ <text>Interface Settings</text>
+ <url>pkg.php?xml=quagga_ospfd_interfaces.xml</url>
+ </tab>
+ <tab>
+ <text>Raw Config</text>
+ <url>pkg_edit.php?xml=quagga_ospfd_raw.xml&amp;id=0</url>
+ <active/>
+ </tab>
+ <tab>
+ <text>Status</text>
+ <url>/status_ospfd.php</url>
+ </tab>
</tabs>
<service>
<name>Quagga OSPFd</name>
@@ -49,7 +90,12 @@
<field>
<fielddescr>ospfd.conf</fielddescr>
<fieldname>ospfd</fieldname>
- <description>Note: Once you click "Save" below, the assistant (in the "Global Settings" and "Interface Settings" tabs above) will be overridden with whatever you type here. To get back the assisted config save this form below once with both empty input fields.</description>
+ <description>
+ <![CDATA[
+ Note: Once you click "Save" below, the assistant (in the "Global Settings" and "Interface Settings" tabs above) will be overridden with whatever you type here.<br />
+ To get back the assisted config save this form below once with both empty input fields.
+ ]]>
+ </description>
<type>textarea</type>
<encoding>base64</encoding>
<rows>30</rows>
@@ -58,7 +104,12 @@
<field>
<fielddescr>zebra.conf</fielddescr>
<fieldname>zebra</fieldname>
- <description>Note: Once you click "Save" below, the assistant (in the "Global Settings" and "Interface Settings" tabs above) will be overridden with whatever you type here. To get back the assisted config save this form below once with both empty input fields.</description>
+ <description>
+ <![CDATA[
+ Note: Once you click "Save" below, the assistant (in the "Global Settings" and "Interface Settings" tabs above) will be overridden with whatever you type here.<br />
+ To get back the assisted config save this form below once with both empty input fields.
+ ]]>
+ </description>
<type>textarea</type>
<encoding>base64</encoding>
<rows>30</rows>