aboutsummaryrefslogtreecommitdiff
path: root/etc/dev/apachectl
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-16 15:10:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-17 14:13:45 +0200
commitcd2af2685059c4d8975a714776a0847a7feff072 (patch)
tree05a513328b4b864107049a0a5b92ee5ca92e7a41 /etc/dev/apachectl
parentb15d964d899c844eb2b4d92b8242480f8a557d5b (diff)
Apache devel configuration adapted to new option names
Diffstat (limited to 'etc/dev/apachectl')
-rwxr-xr-xetc/dev/apachectl2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/dev/apachectl b/etc/dev/apachectl
index 4d45570..2d6e11f 100755
--- a/etc/dev/apachectl
+++ b/etc/dev/apachectl
@@ -50,7 +50,7 @@ mkdir -p "$AP_WORKSPACE_DIR"
mkdir -p "$AP_LOG_DIR"
mkdir -p "$AP_REPOSITORY_DIR"
-cat "$AP_CONFIG_DIR/../brep.conf" | \
+cat "$AP_CONFIG_DIR/../brep-apache2.conf" | \
sed -e 's%modules\(/mod_brep.so\)%${AP_MODULE_DIR}\1%g' \
-e 's%/pkg/%${AP_ROOT}%g' \
-e 's%^\(brep-db-port\s*\).*%\1${AP_DB_PORT}%g' \