aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ifdepd.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/ifdepd.xml
parent9f2521ca8351e454e03193ddccbf5eb2166ec1fd (diff)
downloadpfsense-packages-f113ef9068aea8af863e3bfda1454388558bc798.tar.gz
pfsense-packages-f113ef9068aea8af863e3bfda1454388558bc798.tar.bz2
pfsense-packages-f113ef9068aea8af863e3bfda1454388558bc798.zip
* added remaining DTDs
Diffstat (limited to 'packages/ifdepd.xml')
-rw-r--r--packages/ifdepd.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/ifdepd.xml b/packages/ifdepd.xml
index 1fd7a6a0..009a3b73 100644
--- a/packages/ifdepd.xml
+++ b/packages/ifdepd.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>
@@ -80,7 +81,7 @@
<description>Enter a colon seperated list of interfaces to disable once one of the source interfaces loses connectivity. You must specify physical interface names.</description>
<type>input</type>
</field>
- </fields>
+ </fields>
<custom_php_global_functions>
function sync_package_ifdepd() {
conf_mount_rw();
@@ -110,8 +111,8 @@
<custom_add_php_command>
sync_package_ifdepd();
</custom_add_php_command>
- <custom_php_resync_command>
+ <custom_php_resync_config_command>
sync_package_ifdepd();
- </custom_php_resync_command>
+ </custom_php_resync_config_command>
</packagegui>