Revision: 7338 http://sourceforge.net/p/ipcop/svn/7338 Author: owes Date: 2014-03-16 17:20:30 +0000 (Sun, 16 Mar 2014) Log Message: ----------- Also show rebootrequired (after kernel update) in updates.cgi, not only in index.cgi
Modified Paths: -------------- ipcop/trunk/html/cgi-bin/updates.cgi Modified: ipcop/trunk/html/cgi-bin/updates.cgi =================================================================== --- ipcop/trunk/html/cgi-bin/updates.cgi 2014-03-16 14:34:37 UTC (rev 7337) +++ ipcop/trunk/html/cgi-bin/updates.cgi 2014-03-16 17:20:30 UTC (rev 7338) @@ -195,6 +195,14 @@ &Header::closebox(); } +# Reboot required flagfile +if (-e '/rebootrequired') { + &Header::openbox('100%', 'left', $Lang::tr{'warning messages'}, 'warning'); + print $Lang::tr{'reboot required'}; + print " "; + &Header::closebox(); +} + # Patches warning my $patchmessage = &General::ispatchavailable(); if ($patchmessage ne '') { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn