File load_configuration of Package apache2

#!/bin/bash

: ${sysconfig_apache:=/etc/sysconfig/apache2}

#
# load the configuration, but only if it hasn't been done already
#
if [ -z "$APACHE_MODULES" ]; then 
	. $sysconfig_apache
fi
openSUSE Build Service is sponsored by