From dc1f171bc3ad4c95e4cd445a6018a92eb5f2bb0b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 16 Sep 2009 08:46:08 +0000 Subject: main/testing/mpd: start service after firewall --- testing/mpd/APKBUILD | 4 ++-- testing/mpd/mpd.initd | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/mpd/APKBUILD b/testing/mpd/APKBUILD index c52e1c2d..eff2091c 100644 --- a/testing/mpd/APKBUILD +++ b/testing/mpd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=mpd pkgver=0.15.2 -pkgrel=1 +pkgrel=2 pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files" url="http://musicpd.org" pkgusers="mpd" @@ -44,5 +44,5 @@ build() { "$pkgdir"/var/lib/mpd/music } md5sums="869779fdf592ac45d067c7dec228cb51 mpd-0.15.2.tar.bz2 -338857abd41efd08b2d2b5399a07a87f mpd.initd +31d1515232d688d610d1664a0fb2a6a0 mpd.initd dbd301041953a5cf9c2b9de8f23eb6bb mpd.confd" diff --git a/testing/mpd/mpd.initd b/testing/mpd/mpd.initd index e8403576..10601dc4 100644 --- a/testing/mpd/mpd.initd +++ b/testing/mpd/mpd.initd @@ -9,6 +9,7 @@ CONF=/etc/mpd.conf depend() { need localmount use net netmount nfsmount esound pulseaudio + after firewall } checkconfig() { -- cgit v1.2.3