From 7ef4c9bcf1873862d59d071af07be0679fb44054 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 Jan 2016 16:28:33 +0200 Subject: Use /pkg instead of /pkg/ in brep-root for consistency with Location --- INSTALL | 4 ++-- INSTALL-DEV | 2 +- brep/options.cli | 2 +- etc/brep-apache2.conf | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/INSTALL b/INSTALL index 234e3b6..1354921 100644 --- a/INSTALL +++ b/INSTALL @@ -149,13 +149,13 @@ can also find this fragment in install/share/brep/etc/brep-apache2.conf): LoadModule brep_module /home/brep/install/libexec/brep/mod_brep.so # Repository root. This is the part of the URL between the host name - # and the start of the repository. For example, root value /pkg/ means + # and the start of the repository. For example, root value /pkg means # the repository URL is http://example.org/pkg/. Specify / to use the # web server root (e.g., http://example.org/). If using a different # repository root, don't forget to also change Location and Alias # directives below. # - brep-root /pkg/ + brep-root /pkg SetHandler brep diff --git a/INSTALL-DEV b/INSTALL-DEV index 2d03bbd..62c2437 100644 --- a/INSTALL-DEV +++ b/INSTALL-DEV @@ -70,7 +70,7 @@ replacing and with the actual absolute paths # Repository root. Use / for web server root. And don't forget to also # update the Location and Alias directives below. # - brep-root /pkg/ + brep-root /pkg SetHandler brep diff --git a/brep/options.cli b/brep/options.cli index d78a19f..3cafa3f 100644 --- a/brep/options.cli +++ b/brep/options.cli @@ -21,7 +21,7 @@ namespace brep "" "Repository root. That is, this is the part of the URL between the host name and the start of the repository. For example, root value - '\cb{/pkg/}' means the repository URL is http://example.org/pkg/. + '\cb{/pkg}' means the repository URL is http://example.org/pkg/. Specify '\cb{/}' to use the web server root (http://example.org/)." } diff --git a/etc/brep-apache2.conf b/etc/brep-apache2.conf index 7f999c3..f783e35 100644 --- a/etc/brep-apache2.conf +++ b/etc/brep-apache2.conf @@ -7,13 +7,13 @@ LoadModule brep_module /home/brep/install/libexec/brep/mod_brep.so # Repository root. This is the part of the URL between the host name - # and the start of the repository. For example, root value /pkg/ means - # the repository URL is http://example.org/pkg/. Specify / to use the + # and the start of the repository. For example, root value /pkg means + # the repository URL is http://example.org/pkg/. Specify / to use the # web server root (e.g., http://example.org/). If using a different # repository root, don't forget to also change Location and Alias - # directives below. + # directives below. # - brep-root /pkg/ + brep-root /pkg SetHandler brep @@ -36,7 +36,7 @@ Error "mod_alias is not enabled" - # Note: trailing slashes are important! + # Note: trailing slashes are important! # Alias /pkg/@/ /home/brep/install/share/brep/www/ -- cgit v1.1