diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-12-07 17:48:59 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-12-07 17:48:59 +0000 |
commit | ec6461ff27742fec0deb9a8edde135f226d57899 (patch) | |
tree | 8e22ff5ae964cfa6e705ee4de84197df89ba395f /packages/tinydns/tinydns.xml | |
parent | 17d2c8d44d39b250a1e57637c9c1051a903aec7d (diff) | |
download | pfsense-packages-ec6461ff27742fec0deb9a8edde135f226d57899.tar.gz pfsense-packages-ec6461ff27742fec0deb9a8edde135f226d57899.tar.bz2 pfsense-packages-ec6461ff27742fec0deb9a8edde135f226d57899.zip |
* Add tinydns for 2.0 so that we can start bending the code into shape
* Add more fields. This package will use a custom page to filter domains and then pass the filtered item on to the tinydns_domains.xml CoreGUI program
Diffstat (limited to 'packages/tinydns/tinydns.xml')
-rw-r--r-- | packages/tinydns/tinydns.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tinydns/tinydns.xml b/packages/tinydns/tinydns.xml index 8faaf778..0b306755 100644 --- a/packages/tinydns/tinydns.xml +++ b/packages/tinydns/tinydns.xml @@ -2,7 +2,7 @@ <packagegui> <name>tinydns</name> <version>1.0</version> - <configpath>installedpackages->package->tinydns->configuration->settings</configpath> + <configpath>installedpackages->package->tinydns</configpath> <menu> <name>tinydns</name> <tooltiptext></tooltiptext> |