aboutsummaryrefslogtreecommitdiffstats
path: root/packages/havp.xml
diff options
context:
space:
mode:
authorDaniel Stefan Haischt <dsh@pfsense.org>2007-09-01 06:30:15 +0000
committerDaniel Stefan Haischt <dsh@pfsense.org>2007-09-01 06:30:15 +0000
commitf113ef9068aea8af863e3bfda1454388558bc798 (patch)
tree02f74bccb4aadd3cb7c2d391929bb54650b78d5f /packages/havp.xml
parent9f2521ca8351e454e03193ddccbf5eb2166ec1fd (diff)
downloadpfsense-packages-f113ef9068aea8af863e3bfda1454388558bc798.tar.gz
pfsense-packages-f113ef9068aea8af863e3bfda1454388558bc798.tar.bz2
pfsense-packages-f113ef9068aea8af863e3bfda1454388558bc798.zip
* added remaining DTDs
Diffstat (limited to 'packages/havp.xml')
-rw-r--r--packages/havp.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/packages/havp.xml b/packages/havp.xml
index 469df69c..0dee82e3 100644
--- a/packages/havp.xml
+++ b/packages/havp.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE packagegui SYSTEM "./schema/packages.dtd">
<?xml-stylesheet type="text/xsl" href="./xsl/package.xsl"?>
<packagegui>
<copyright>
@@ -47,14 +48,14 @@
<name>havp</name>
<version>0.3</version>
<title>Havp: Settings</title>
- <include_file>/usr/local/pkg/havp.inc</include_file>
<aftersaveredirect>/pkg_edit.php?xml=havp.xml&amp;id=0</aftersaveredirect>
+ <include_file>/usr/local/pkg/havp.inc</include_file>
<menu>
<name>HAVP</name>
- <section>Services</section>
<tooltiptext>Modify HAVP settings.</tooltiptext>
- <url>/pkg_edit.php?xml=havp.xml&amp;id=0</url>
+ <section>Services</section>
<configfile>havp.xml</configfile>
+ <url>/pkg_edit.php?xml=havp.xml&amp;id=0</url>
</menu>
<service>
@@ -82,7 +83,7 @@
<url>/pkg.php?xml=havp_trans_exclude.xml</url>
</tab>
</tabs>
-
+ <configpath>['installedpackages']['havp]['config']</configpath>
<additional_files_needed>
<prefix>/usr/local/pkg/</prefix>
<chmod>0755</chmod>
@@ -114,8 +115,6 @@
<item>http://agni.linuxense.com/packages/config/havp.sh</item>
</additional_files_needed>
- <configpath>['installedpackages']['havp]['config']</configpath>
-
<fields>
<field>
<fielddescr>Server Number</fielddescr>
@@ -213,9 +212,9 @@
</field>
</fields>
+ <custom_php_resync_config_command> sync_package_havp(); </custom_php_resync_config_command>
<custom_php_install_command> havp_install_command(); </custom_php_install_command>
<custom_php_deinstall_command> havp_deinstall_command(); </custom_php_deinstall_command>
- <custom_php_resync_config_command> sync_package_havp(); </custom_php_resync_config_command>
</packagegui>