diff options
-rw-r--r-- | config/vhosts/vhosts.xml | 10 | ||||
-rwxr-xr-x | pkg_config.7.xml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/config/vhosts/vhosts.xml b/config/vhosts/vhosts.xml index b3903470..d26a3cca 100644 --- a/config/vhosts/vhosts.xml +++ b/config/vhosts/vhosts.xml @@ -41,7 +41,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>vHosts Settings</name> - <version>0.2</version> + <version>0.5.1</version> <title>Settings</title> <include_file>/usr/local/pkg/vhosts.inc</include_file> <menu> @@ -52,9 +52,9 @@ <url>/packages/vhosts/vhosts_php.php</url> </menu> <service> - <name>vHosts</name> - <rcfile>vhosts.sh</rcfile> - <executable>vhosts</executable> + <name>vhosts-http</name> + <rcfile>vhosts-http.sh</rcfile> + <executable>vhosts-http</executable> <description>LigHTTPD web server service. Uses PHP5 with fast cgi.</description> </service> <tabs> @@ -69,7 +69,7 @@ <active/> </tab> </tabs> - <configpath>installedpackages->package->$packagename->configuration->vhosts</configpath> + <configpath>installedpackages->package->$packagename->configuration->vhosts</configpath> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> diff --git a/pkg_config.7.xml b/pkg_config.7.xml index d5f66d1d..fc260313 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -297,7 +297,7 @@ <pkginfolink>http://doc.pfsense.org/index.php/vhosts</pkginfolink> <config_file>http://www.pfsense.com/packages/config/vhosts/vhosts.xml</config_file> <depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url> - <version>0.5</version> + <version>0.5.1</version> <status>Beta</status> <required_version>1.2.3</required_version> <maintainer>markjcrane@gmail.com</maintainer> |