Revision: 8064 http://sourceforge.net/p/ipcop/svn/8064 Author: owes Date: 2016-01-10 09:24:29 +0000 (Sun, 10 Jan 2016) Log Message: ----------- Add more/better errortext in updatelists.pl
Modified Paths: -------------- ipcop/trunk/src/scripts/updatelists.pl ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0 Modified: ipcop/trunk/src/scripts/updatelists.pl =================================================================== --- ipcop/trunk/src/scripts/updatelists.pl 2016-01-10 09:17:41 UTC (rev 8063) +++ ipcop/trunk/src/scripts/updatelists.pl 2016-01-10 09:24:29 UTC (rev 8064) @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with IPCop. If not, see <http://www.gnu.org/licenses/>. # -# (c) 2006-2012, the IPCop team +# (c) 2006-2016, the IPCop team # # $Id$ # @@ -62,8 +62,11 @@ elsif ($return == 2) { print "Could not open available updates file.\n"; } -else { +elsif ($return == 3) { print "Could not download the available updates list.\n"; } +else { + print "Error ($return) in downloadpatchlist.\n"; +} exit $return; Modified: ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0 =================================================================== --- ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0 2016-01-10 09:17:41 UTC (rev 8063) +++ ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0 2016-01-10 09:24:29 UTC (rev 8064) @@ -44,6 +44,7 @@ /usr/local/bin/setdate /usr/local/bin/setfwrules /usr/local/bin/sysinfo +/usr/local/bin/updatelists.pl /usr/local/bin/upgrade.sh /usr/local/sbin/setup /usr/share/locale/af_ZA/LC_MESSAGES/ipcop.mo This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn