Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
aports
Commits
dc1f171b
Commit
dc1f171b
authored
Sep 16, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/testing/mpd: start service after firewall
parent
6f69ac5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
testing/mpd/APKBUILD
testing/mpd/APKBUILD
+2
-2
testing/mpd/mpd.initd
testing/mpd/mpd.initd
+1
-0
No files found.
testing/mpd/APKBUILD
View file @
dc1f171b
...
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <natanael.copa@gmail.com>
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
3
38857abd41efd08b2d2b5399a07a87f
mpd.initd
3
1d1515232d688d610d1664a0fb2a6a0
mpd.initd
dbd301041953a5cf9c2b9de8f23eb6bb mpd.confd"
testing/mpd/mpd.initd
View file @
dc1f171b
...
...
@@ -9,6 +9,7 @@ CONF=/etc/mpd.conf
depend() {
need localmount
use net netmount nfsmount esound pulseaudio
after firewall
}
checkconfig() {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment