diff --git a/packages/sysutils/remote/atvclient/init.d/34_atvclient b/packages/sysutils/remote/atvclient/init.d/63_atvclient old mode 100755 new mode 100644 similarity index 76% rename from packages/sysutils/remote/atvclient/init.d/34_atvclient rename to packages/sysutils/remote/atvclient/init.d/63_atvclient index d28d8fe1a2..ae9fec59dc --- a/packages/sysutils/remote/atvclient/init.d/34_atvclient +++ b/packages/sysutils/remote/atvclient/init.d/63_atvclient @@ -1,8 +1,7 @@ -#!/bin/sh - ################################################################################ -# Copyright (C) 2009-2010 OpenELEC.tv -# http://www.openelec.tv +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) +#      Copyright (C) 2010-2011 Roman Weber (roman@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 @@ -19,13 +18,12 @@ # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. # http://www.gnu.org/copyleft/gpl.html ################################################################################ - # start the ATVclient daemon # # runlevels: openelec, textmode -. /etc/profile - -progress "starting ATVclient" - mkdir -p /storage/.cache - atvclient -m > /dev/null 2>&1 & \ No newline at end of file +( + progress "starting ATVclient" + mkdir -p /storage/.cache + atvclient -m > /dev/null 2>&1 +)& \ No newline at end of file