diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-10-03 10:59:55 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-10-03 10:59:55 +0000 |
commit | fa78451ebd444f11e98f81df5265e3c7415ef7fa (patch) | |
tree | 72f71bd312b6178616d56e86557365d28ca87b6f /apache | |
parent | fc93f180aadba21b4089096547fdcb37b3bd3972 (diff) |
Activate all included actions.
Diffstat (limited to 'apache')
-rwxr-xr-x | apache/apache-ssl.cf | 2 | ||||
-rwxr-xr-x | apache/apache.cf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apache/apache-ssl.cf b/apache/apache-ssl.cf index 8d85e05..86f2f8a 100755 --- a/apache/apache-ssl.cf +++ b/apache/apache-ssl.cf @@ -2,7 +2,7 @@ control: OutputPrefix = ("${cf_prefix}") - actionsequence = ( editfiles ) + actionsequence = ( editfiles shellcommands processes ) AddInstallable = ( apache_ssl_reload ) EditfileSize = ( 50000 ) diff --git a/apache/apache.cf b/apache/apache.cf index e3b7ff7..1f4143b 100755 --- a/apache/apache.cf +++ b/apache/apache.cf @@ -2,7 +2,7 @@ control: OutputPrefix = ("${cf_prefix}") - actionsequence = ( editfiles ) + actionsequence = ( editfiles shellcommands processes ) AddInstallable = ( apache_reload ) EditfileSize = ( 50000 ) |