Syslogeinstellungen fuer var log messages per GUI Einstellbar

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@798 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-08-22 08:06:33 +00:00
parent 3485f9a2ef
commit 5b3962de0d
6 changed files with 198 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ $logsettings{'LOGWATCH_KEEP'} = '56';
my @VS = ('15','50','100','150','250','500');
$logsettings{'ENABLE_REMOTELOG'} = 'off';
$logsettings{'REMOTELOG_ADDR'} = '';
$logsettings{'VARMESSAGES'} = 'daemon.*;local0.*;local2.*;*.info;mail.none;authpriv.*';
$logsettings{'ACTION'} = '';
&Header::getcgihash(\%logsettings);
@@ -145,7 +146,16 @@ END
;
&Header::closebox();
&Header::openbox('100%', 'left', $Lang::tr{'messages logging'});
print <<END
<table width='100%'>
<tr>
<td>$Lang::tr{'log var messages'}</td><td><input type='text' name='VARMESSAGES' size='50' value='$logsettings{'VARMESSAGES'}' /></td>
</tr>
</table>
END
;
&Header::closebox();
print <<END
<div align='center'>