From f56144b5735c4250da7996bb7e9d35d02b253c64 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 25 Jul 2010 16:09:07 +0200 Subject: [PATCH] pulseaudio: remove unneeded init script Signed-off-by: Stephan Raue --- .../audio/pulseaudio/init.d.old/21_pulseaudio | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100755 packages/audio/pulseaudio/init.d.old/21_pulseaudio diff --git a/packages/audio/pulseaudio/init.d.old/21_pulseaudio b/packages/audio/pulseaudio/init.d.old/21_pulseaudio deleted file mode 100755 index 86a0ec1239..0000000000 --- a/packages/audio/pulseaudio/init.d.old/21_pulseaudio +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - -################################################################################ -# 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, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -# start the PulseAudio daemon -# -# runlevels: openelec, installer, textmode - -. /etc/profile - -( - progress "Starting PulseAudio daemon" - - pulseaudio --start --log-target=syslog --daemonize 2>&1 > /dev/null -)&