mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
ISAPNPTOOLS entfernt, da wir kein ISA mehr unterstuetzen.
Squid und Samba aktualisiert. Soundtreiber im Kernel eingeschaltet. Time-Server funzt nun auch. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@572 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -38,11 +38,6 @@ $timesettings{'UPDATE_METHOD'} = 'manually';
|
||||
$timesettings{'UPDATE_VALUE'} = '0';
|
||||
$timesettings{'UPDATE_PERIOD'} = '';
|
||||
$timesettings{'ENABLECLNTP'} = 'off';
|
||||
$timesettings{'SETHOUR'} = '';
|
||||
$timesettings{'SETMINUTES'} = '';
|
||||
$timesettings{'SETDAY'} = '';
|
||||
$timesettings{'SETMONTH'} = '';
|
||||
$timesettings{'SETYEAR'} = '';
|
||||
|
||||
&Header::getcgihash(\%timesettings);
|
||||
|
||||
@@ -162,7 +157,6 @@ $timesettings{'ACTION'} = &Header::cleanhtml ($timesettings{'ACTION'});
|
||||
if ($timesettings{'ACTION'} eq $Lang::tr{'set time now'} && $timesettings{'ENABLENTP'} eq 'on')
|
||||
{
|
||||
system ('/usr/bin/touch', "${General::swroot}/time/settimenow");
|
||||
system ('/usr/local/bin/timecheck >& /dev/null');
|
||||
}
|
||||
|
||||
&General::readhash("${General::swroot}/time/settings", \%timesettings);
|
||||
|
||||
Reference in New Issue
Block a user