diff options
author | Chris Buechler <cmb@pfsense.org> | 2015-12-02 21:14:49 -0600 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2015-12-02 21:14:49 -0600 |
commit | cbc591cad92ac42aa15aab2f377b13c4341a7685 (patch) | |
tree | 2a5cea217b950fd8ca8d54559ef0d17d6cb954c9 /config/shellcmd | |
parent | ccff9645a4a01efc3d53d12f5e8996599b2eb6fd (diff) | |
parent | a645a1b580347864ee49606197f158b049cc493e (diff) | |
download | pfsense-packages-cbc591cad92ac42aa15aab2f377b13c4341a7685.tar.gz pfsense-packages-cbc591cad92ac42aa15aab2f377b13c4341a7685.tar.bz2 pfsense-packages-cbc591cad92ac42aa15aab2f377b13c4341a7685.zip |
Merge pull request #1197 from doktornotor/patch-1
Diffstat (limited to 'config/shellcmd')
-rw-r--r-- | config/shellcmd/shellcmd.xml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/config/shellcmd/shellcmd.xml b/config/shellcmd/shellcmd.xml index 78b876ff..854632da 100644 --- a/config/shellcmd/shellcmd.xml +++ b/config/shellcmd/shellcmd.xml @@ -41,8 +41,8 @@ /* ====================================================================================== */ ]]> </copyright> - <name>Shellcmd Settings</name> - <version>1.0.1</version> + <name>shellcmdsettings</name> + <version>1.0.2</version> <title>Services: Shellcmd Settings</title> <include_file>/usr/local/pkg/shellcmd.inc</include_file> <aftersaveredirect>/pkg.php?xml=shellcmd.xml</aftersaveredirect> @@ -54,14 +54,6 @@ <configfile>shellcmd.xml</configfile> <url>/pkg.php?xml=shellcmd.xml</url> </menu> - <tabs> - <tab> - <text>Settings</text> - <url>/pkg.php?xml=shellcmd.xml</url> - <active/> - </tab> - </tabs> - <configpath>['installedpackages']['shellcmdsettings']['config']</configpath> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <item>https://packages.pfsense.org/packages/config/shellcmd/shellcmd.inc</item> |