SHA256
1
0
forked from pool/apache2
OBS User unknown
2006-12-20 17:01:15 +00:00
committed by Git OBS Bridge
commit 692583743f
54 changed files with 8646 additions and 0 deletions

10
load_configuration Normal file
View File

@@ -0,0 +1,10 @@
#!/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