From acecc7c2513d1fafe17afb9073cabe03cb3d8c51 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 31 Dec 2002 02:38:36 +0000 Subject: Raise filesize limit. --- apache/apache-ssl.cf | 7 ++++--- apache/apache.cf | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'apache') diff --git a/apache/apache-ssl.cf b/apache/apache-ssl.cf index 37a2a4b..1a63b4b 100755 --- a/apache/apache-ssl.cf +++ b/apache/apache-ssl.cf @@ -1,9 +1,10 @@ #! /usr/bin/cfengine -qf control: - OutputPrefix = ("${cf_prefix}") - actionsequence = ( editfiles ) - AddInstallable = ( apache_ssl_reload ) + OutputPrefix = ("${cf_prefix}") + actionsequence = ( editfiles ) + AddInstallable = ( apache_ssl_reload ) + EditfileSize = ( 50000 ) editfiles: any:: diff --git a/apache/apache.cf b/apache/apache.cf index 8716601..e3b7ff7 100755 --- a/apache/apache.cf +++ b/apache/apache.cf @@ -1,9 +1,10 @@ #! /usr/bin/cfengine -qf control: - OutputPrefix = ("${cf_prefix}") - actionsequence = ( editfiles ) - AddInstallable = ( apache_reload ) + OutputPrefix = ("${cf_prefix}") + actionsequence = ( editfiles ) + AddInstallable = ( apache_reload ) + EditfileSize = ( 50000 ) editfiles: any:: -- cgit v1.2.3