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 /config/vhosts | |
parent | 7fa7c54693eade0379e0c4f3f4942d4d48daf865 (diff) | |
download | pfsense-packages-d6f2b1fc2e4584871bdd065ce5082cb1c8fbfc63.tar.gz pfsense-packages-d6f2b1fc2e4584871bdd065ce5082cb1c8fbfc63.tar.bz2 pfsense-packages-d6f2b1fc2e4584871bdd065ce5082cb1c8fbfc63.zip |
vhosts adjust service name take two
Diffstat (limited to 'config/vhosts')
-rw-r--r-- | config/vhosts/vhosts.xml | 10 |
1 files changed, 5 insertions, 5 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> |