Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
649
Issues
649
List
Boards
Labels
Service Desk
Milestones
Merge Requests
207
Merge Requests
207
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
2570fe92
Commit
2570fe92
authored
Mar 30, 2011
by
Francesco Colista
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/darkice: fixed initd
parent
01492edc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
testing/darkice/APKBUILD
testing/darkice/APKBUILD
+2
-2
testing/darkice/darkice.initd
testing/darkice/darkice.initd
+1
-1
No files found.
testing/darkice/APKBUILD
View file @
2570fe92
...
...
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname
=
darkice
pkgver
=
1.0
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Live audio streamer. Records audio from an audio interface, encodes it and sends it to a streaming server"
url
=
"http://code.google.com/p/darkice/"
arch
=
"all"
...
...
@@ -34,4 +34,4 @@ package() {
}
md5sums
=
"1804e63d42a9703d01fe378c9a77c473 darkice-1.0.tar.gz
5a580c39bd27f82abd785dc50d126734
darkice.initd"
01f20101740179a123442bb9dc6d1715
darkice.initd"
testing/darkice/darkice.initd
View file @
2570fe92
...
...
@@ -11,7 +11,7 @@ depend() {
start() {
ebegin "Starting DarkIce"
start-stop-daemon --start --exec $DARKICE_BIN \
start-stop-daemon --start --
quiet --background --
exec $DARKICE_BIN \
-- $DARKICE_OPTS > /dev/null
eend $?
}
...
...
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