diff options
author | apnar <jlukens@botch.com> | 2012-09-05 02:11:24 +0000 |
---|---|---|
committer | apnar <jlukens@botch.com> | 2012-09-05 02:11:24 +0000 |
commit | 53500f4b4f87ab692e8f9c1ad69a9139d6b6afd5 (patch) | |
tree | bede703250a2e9fbb7b17460e18f92956639838f /config | |
parent | 28b367b2a8803c07a89937b5c54dc5cf24cac2f1 (diff) | |
download | pfsense-packages-53500f4b4f87ab692e8f9c1ad69a9139d6b6afd5.tar.gz pfsense-packages-53500f4b4f87ab692e8f9c1ad69a9139d6b6afd5.tar.bz2 pfsense-packages-53500f4b4f87ab692e8f9c1ad69a9139d6b6afd5.zip |
change name of status menu item to work around issue with items of same name
Diffstat (limited to 'config')
-rw-r--r-- | config/tinc/tinc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/tinc/tinc.xml b/config/tinc/tinc.xml index de4fd78d..90581513 100644 --- a/config/tinc/tinc.xml +++ b/config/tinc/tinc.xml @@ -53,7 +53,7 @@ <url>/pkg_edit.php?xml=tinc_config.xml</url> </menu> <menu> - <name>tinc</name> + <name>tincd</name> <tooltiptext>Status of tinc VPN Daemon</tooltiptext> <section>Status</section> <url>/status_tinc.php</url> |