diff options
author | doktornotor <notordoktor@gmail.com> | 2015-09-14 03:23:51 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-09-14 03:23:51 +0200 |
commit | 0212a2be9c1951defa0087851188e0e3de0159bc (patch) | |
tree | df4e3f5d5f4fe4367e9716634673b6c313b50ccf | |
parent | e523e32740ded1228afbab058d1684419600162d (diff) | |
download | pfsense-packages-0212a2be9c1951defa0087851188e0e3de0159bc.tar.gz pfsense-packages-0212a2be9c1951defa0087851188e0e3de0159bc.tar.bz2 pfsense-packages-0212a2be9c1951defa0087851188e0e3de0159bc.zip |
ntopng.xml - nuke useless tag
Remove depends_on_service tag. (If the idea was to only show the menu entry if the service is enabled, then it plain doesn't work, not implemented anywhere in the pfSense package code.)
-rw-r--r-- | config/ntopng/ntopng.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/ntopng/ntopng.xml b/config/ntopng/ntopng.xml index 9416a693..f0dc182f 100644 --- a/config/ntopng/ntopng.xml +++ b/config/ntopng/ntopng.xml @@ -58,7 +58,6 @@ <tooltiptext>Access ntopng</tooltiptext> <section>Diagnostics</section> <url>http://$myurl:3000</url> - <depends_on_service>ntopng</depends_on_service> </menu> <service> <name>ntopng</name> @@ -90,7 +89,7 @@ <description> <![CDATA[ Check this to keep ntopng settings, graphs and traffic data. (Default: on)<br /> - <strong><span class="errmsg">Note:</span> If 'Keep Data' is disabled, all settings and data will be wiped on package uninstall/reinstall/upgrade!</strong> + <strong><span class="errmsg">Note:</span> If 'Keep Data/Settings' is disabled, all settings and data will be wiped on package uninstall/reinstall/upgrade!</strong> ]]> </description> <type>checkbox</type> |