added php5-cli script to ejabberd class
[fai-configs.git] / scripts / ZONEMINDER / 10-apache-enable-zm.sh
1 #! /bin/sh
2
3 # create/link apache configs
4 ln -sf $target/etc/zm/apache.conf $target/etc/apache2/conf-available/zoneminder.conf
5 fcopy -v /etc/apache2/conf-available/redirect-to-zm.conf
6
7 # enable apache configs
8 ln -sf $target/etc/apache2/conf-available/zoneminder.conf $target/etc/apache2/conf-enabled/
9 ln -sf $target/etc/apache2/conf-available/redirect-to-zm.conf $target/etc/apache2/conf-enabled/
10