Search
j0ke.net Open Build Service
>
Projects
>
Apache
>
apache2
> load_configuration
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File load_configuration of Package apache2 (Revision 46)
Currently displaying revision
46
,
show latest
#!/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