aboutsummaryrefslogtreecommitdiffstats
path: root/packages/widentd.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/widentd.xml
parent9f2521ca8351e454e03193ddccbf5eb2166ec1fd (diff)
downloadpfsense-packages-f113ef9068aea8af863e3bfda1454388558bc798.tar.gz
pfsense-packages-f113ef9068aea8af863e3bfda1454388558bc798.tar.bz2
pfsense-packages-f113ef9068aea8af863e3bfda1454388558bc798.zip
* added remaining DTDs
Diffstat (limited to 'packages/widentd.xml')
-rw-r--r--packages/widentd.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/packages/widentd.xml b/packages/widentd.xml
index 768d7ec7..ca73d436 100644
--- a/packages/widentd.xml
+++ b/packages/widentd.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>
@@ -46,7 +47,6 @@
<faq>Currently there are no FAQ items provided.</faq>
<name>widentd</name>
<version>1.03_1</version>
- <configpath>installedpackages->package->$packagename->configuration->settings</configpath>
<title>Services: widentd</title>
<menu>
<name>widentd</name>
@@ -59,6 +59,7 @@
<rcfile>widentd.sh</rcfile>
<executable>widentd</executable>
</service>
+ <configpath>installedpackages->package->$packagename->configuration->settings</configpath>
<fields>
<field>
<fielddescr>Listening interface</fielddescr>
@@ -76,13 +77,10 @@
<fielddescr>System name</fielddescr>
<fieldname>sysname</fieldname>
<description>Enter the system name you'd like displayed via widentd</description>
- <value>pfSense</value>
<type>input</type>
+ <value>pfSense</value>
</field>
</fields>
- <custom_php_install_command>
- unlink_if_exists("/usr/local/etc/rc.d/widentd.sh");
- </custom_php_install_command>
<custom_php_global_functions>
function sync_package_widentd() {
conf_mount_rw();
@@ -117,5 +115,8 @@
<custom_add_php_command>
sync_package_widentd();
</custom_add_php_command>
+ <custom_php_install_command>
+ unlink_if_exists("/usr/local/etc/rc.d/widentd.sh");
+ </custom_php_install_command>
</packagegui>