diff options
author | mcrane <mctch@yahoo.com> | 2009-12-22 00:30:29 -0700 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-12-22 00:30:29 -0700 |
commit | d6f2b1fc2e4584871bdd065ce5082cb1c8fbfc63 (patch) | |
tree | acc0c11a05d8f57517623aa497c7e0c5d320363c | |
parent | 7fa7c54693eade0379e0c4f3f4942d4d48daf865 (diff) | |
download | pfsense-packages-d6f2b1fc2e4584871bdd065ce5082cb1c8fbfc63.tar.gz pfsense-packages-d6f2b1fc2e4584871bdd065ce5082cb1c8fbfc63.tar.bz2 pfsense-packages-d6f2b1fc2e4584871bdd065ce5082cb1c8fbfc63.zip |
vhosts adjust service name take two
-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> |