added %elog% variable

This commit is contained in:
Serghey Rodin 2011-06-28 23:03:41 +03:00
commit 380f389d13
9 changed files with 20 additions and 17 deletions

View file

@ -238,7 +238,8 @@ httpd_add_config() {
-e "s/%alias%/${aliases//,/ }/g" \
-e "s/%ssl_cert%/${ssl_cert////\/}/g" \
-e "s/%ssl_key%/${ssl_key////\/}/g" \
-e "s/%extentions%/$extentions/g" \
-e "s/%extentions%/${extentions//,/|}/g" \
-e "s/%elog%/$elog/g" \
>> $conf
}