/[drupal]/contributions/modules/provision/web_server/install.provision.inc
ViewVC logotype

Contents of /contributions/modules/provision/web_server/install.provision.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download) (as text)
Fri Sep 11 20:34:23 2009 UTC (2 months, 2 weeks ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA1, DRUPAL-6--0-4-ALPHA3, DRUPAL-6--0-4-ALPHA2, HEAD
Changes since 1.4: +3 -9 lines
File MIME type: text/x-php
do not generate the site's virtual host before the site is
successfully installed
1 <?php
2
3 // $Id: install.provision.inc,v 1.4 2009/05/07 22:04:30 adrian Exp $
4
5 /**
6 * @file
7 * Provision hooks for the install command
8 */
9
10 /**
11 * Implementation of hook_provision_post_install
12 */
13 function drush_provision_apache_post_provision_install($url = NULL) {
14 _provision_apache_create_vhost_config($url);
15 _provision_apache_restart_apache();
16 }
17

  ViewVC Help
Powered by ViewVC 1.1.2