summaryrefslogtreecommitdiffstats
path: root/source/n/httpd/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/httpd/doinst.sh')
-rw-r--r--source/n/httpd/doinst.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/n/httpd/doinst.sh b/source/n/httpd/doinst.sh
index e233c362b..b45fd2aaf 100644
--- a/source/n/httpd/doinst.sh
+++ b/source/n/httpd/doinst.sh
@@ -20,8 +20,7 @@ preserve_perms() {
cat ${NEW} > ${NEW}.incoming
mv ${NEW}.incoming ${NEW}
fi
- # Don't use config() -- we always want to install this, changed or unchanged.
- #config ${NEW}
+ config ${NEW}
}
if [ ! -e var/log/httpd ]; then
@@ -55,8 +54,6 @@ fi
# Keep same perms when installing rc.httpd.new:
preserve_perms etc/rc.d/rc.httpd.new
-# Always install the new rc.httpd:
-mv etc/rc.d/rc.httpd.new etc/rc.d/rc.httpd
# Handle config files. Unless this is a fresh installation, the
# admin will have to move the .new files into place to complete