summaryrefslogtreecommitdiff
path: root/www/apache13-fp/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache13-fp/pkg-install')
-rw-r--r--www/apache13-fp/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13-fp/pkg-install b/www/apache13-fp/pkg-install
index 846227b37e83..3a82a11244b3 100644
--- a/www/apache13-fp/pkg-install
+++ b/www/apache13-fp/pkg-install
@@ -105,7 +105,7 @@ fix_frontpage_scripts ()
fix_httpd_conf ()
{
- if [ ! -f ${AP_CONF}/httpd.conf} ] ; then
+ if [ ! -f ${AP_CONF}/httpd.conf ] ; then
/bin/cat ${AP_CONF}/httpd.conf.default | \
/usr/bin/sed -e 's;@@HOSTNAME@@;'${HOST_NAME}';' \
> ${AP_CONF}/httpd.conf