From d865ea6a398fb966c281ec3b31f4b44b197b8232 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 11 Apr 2012 22:12:07 +0300 Subject: [PATCH 1/2] oscam: update to oscam-6596 --- packages/addons/service/softcam/oscam/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/addons/service/softcam/oscam/meta b/packages/addons/service/softcam/oscam/meta index 61937e04a2..add3ed290c 100644 --- a/packages/addons/service/softcam/oscam/meta +++ b/packages/addons/service/softcam/oscam/meta @@ -20,7 +20,7 @@ ################################################################################ PKG_NAME="oscam" -PKG_VERSION="6576" +PKG_VERSION="6596" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" From a2e77aa3dc88ad31bf78b674e24fb060401c6fe2 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 11 Apr 2012 22:50:33 +0300 Subject: [PATCH 2/2] xbmc: cleanup addon log files on boot --- .../xbmc-pvr/init.d/91_cleanup-logfiles | 27 +++++++++++++++++++ .../xbmc/init.d/91_cleanup-logfiles | 27 +++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 packages/mediacenter/xbmc-pvr/init.d/91_cleanup-logfiles create mode 100644 packages/mediacenter/xbmc/init.d/91_cleanup-logfiles diff --git a/packages/mediacenter/xbmc-pvr/init.d/91_cleanup-logfiles b/packages/mediacenter/xbmc-pvr/init.d/91_cleanup-logfiles new file mode 100644 index 0000000000..3447a2bad0 --- /dev/null +++ b/packages/mediacenter/xbmc-pvr/init.d/91_cleanup-logfiles @@ -0,0 +1,27 @@ +################################################################################ +# Copyright (C) 2009-2010 OpenELEC.tv +# http://www.openelec.tv +# +# This Program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + +# starting XBMC +# +# runlevels: openelec + +progress "clean up log files" + rm -f /storage/.xbmc/userdata/addon_data/*/*.log 2>/dev/null + rm -rf /storage/.xbmc/userdata/addon_data/*/log/* 2>/dev/null diff --git a/packages/mediacenter/xbmc/init.d/91_cleanup-logfiles b/packages/mediacenter/xbmc/init.d/91_cleanup-logfiles new file mode 100644 index 0000000000..3447a2bad0 --- /dev/null +++ b/packages/mediacenter/xbmc/init.d/91_cleanup-logfiles @@ -0,0 +1,27 @@ +################################################################################ +# Copyright (C) 2009-2010 OpenELEC.tv +# http://www.openelec.tv +# +# This Program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + +# starting XBMC +# +# runlevels: openelec + +progress "clean up log files" + rm -f /storage/.xbmc/userdata/addon_data/*/*.log 2>/dev/null + rm -rf /storage/.xbmc/userdata/addon_data/*/log/* 2>/dev/null