diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-24 00:53:16 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-24 00:53:16 +0000 |
commit | d07e520f01c49be38cfc8ca680dc5868c146d0a4 (patch) | |
tree | b14b8758d640741a3cf1e18b0bd86349bbf60f90 | |
parent | 0499cafb287c525a50c3598d48824e241130e797 (diff) | |
download | pfsense-packages-d07e520f01c49be38cfc8ca680dc5868c146d0a4.tar.gz pfsense-packages-d07e520f01c49be38cfc8ca680dc5868c146d0a4.tar.bz2 pfsense-packages-d07e520f01c49be38cfc8ca680dc5868c146d0a4.zip |
Use correct configuration filename
-rw-r--r-- | packages/mtr-nox11.xml | 4 | ||||
-rw-r--r-- | pkg_config.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/mtr-nox11.xml b/packages/mtr-nox11.xml index b0dd13bf..0da2d1dc 100644 --- a/packages/mtr-nox11.xml +++ b/packages/mtr-nox11.xml @@ -8,10 +8,10 @@ <savetext>mtr</savetext> <!-- Menu is where this packages menu will appear --> <menu> - <name>mtr</name> + <name>mtr-nox11</name> <tooltiptext>mtr combines the functionality of the "traceroute" and "ping" programs into a single network diagnostic tool</tooltiptext> <section>Diagnostics</section> - <configfile>mtr.xml</configfile> + <configfile>mtr-nox11.xml</configfile> </menu> <!-- Do not save invokes a simple input menu and will not update the configuration database. --> diff --git a/pkg_config.xml b/pkg_config.xml index 633442ab..4c846c2c 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -222,7 +222,7 @@ test server or link availability and modify translation or routing rules. This p <version>0.65_2</version> <status>ALPHA ALPHA</status> <config_file>http://www.pfsense.com/packages/config/mtr-nox11.xml</config_file> - <configurationfile>mtr.xml</configurationfile> + <configurationfile>mtr-nox11.xml</configurationfile> </package> <package> <name>squid</name> |