diff options
author | doktornotor <notordoktor@gmail.com> | 2015-12-05 03:37:15 +0100 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-12-05 03:37:15 +0100 |
commit | 29a89b5e56c79caf4d487265dbe11a83ad93ca1d (patch) | |
tree | a2a8b3bf3c53607098340f93976ab953aabff818 | |
parent | 88c4caddfc59fcd15576625620e872e0a8e0ed6b (diff) | |
download | pfsense-packages-29a89b5e56c79caf4d487265dbe11a83ad93ca1d.tar.gz pfsense-packages-29a89b5e56c79caf4d487265dbe11a83ad93ca1d.tar.bz2 pfsense-packages-29a89b5e56c79caf4d487265dbe11a83ad93ca1d.zip |
Fix menu item URL, bump version
-rw-r--r-- | config/avahi/avahi.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/config/avahi/avahi.xml b/config/avahi/avahi.xml index a69c515d..9bdb9c7f 100644 --- a/config/avahi/avahi.xml +++ b/config/avahi/avahi.xml @@ -44,20 +44,18 @@ </copyright> <title>Services: Avahi</title> <name>avahi</name> - <version>1.10.1</version> - <savetext>Save</savetext> + <version>1.10.4</version> <include_file>/usr/local/pkg/avahi.inc</include_file> <menu> <name>Avahi</name> - <tooltiptext>Modify avahi settings.</tooltiptext> <section>Services</section> - <url>pkg_edit.php?xml=avahi.xml</url> + <url>/pkg_edit.php?xml=avahi.xml</url> </menu> <service> <name>avahi</name> <rcfile>avahi-daemon.sh</rcfile> <executable>avahi-daemon</executable> - <description>Avahi zeroconf/mDNS daemon</description> + <description>Avahi Zeroconf/mDNS Daemon</description> </service> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> |