projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix typo in broadcom-diag LED output enable
[openwrt.git]
/
package
/
fonera-mp3
/
files
/
mp3d.init
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2007 OpenWrt.org
3
4
START
=
90
5
6
start
() {
7
/
usr
/
bin
/
mp3d
8
}
9
10
stop
() {
11
killall mp3d
12
}
This page took
0.053333 seconds
and
5
git commands to generate.