aboutsummaryrefslogtreecommitdiffstats
path: root/package/fonera-mp3/files/mp3d.init
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-08-05 00:33:04 +0000
committerJohn Crispin <john@openwrt.org>2008-08-05 00:33:04 +0000
commit936f53e69c09d7ea6bd8ddefebc1d06ada5f73fd (patch)
tree29fc7d9a1924c45fd42a8dab0dbe09df848ce3b7 /package/fonera-mp3/files/mp3d.init
parentb0b1f64b645ab613bf60ebf1cf89bbe177067e8e (diff)
downloadupstream-936f53e69c09d7ea6bd8ddefebc1d06ada5f73fd.tar.gz
upstream-936f53e69c09d7ea6bd8ddefebc1d06ada5f73fd.tar.bz2
upstream-936f53e69c09d7ea6bd8ddefebc1d06ada5f73fd.zip
EOF for fonera-mp3 packages
SVN-Revision: 12113
Diffstat (limited to 'package/fonera-mp3/files/mp3d.init')
-rw-r--r--package/fonera-mp3/files/mp3d.init12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/fonera-mp3/files/mp3d.init b/package/fonera-mp3/files/mp3d.init
deleted file mode 100644
index 9935a064de..0000000000
--- a/package/fonera-mp3/files/mp3d.init
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh /etc/rc.common
-# Copyright (C) 2007 OpenWrt.org
-
-START=90
-
-start() {
- /usr/bin/mp3d
-}
-
-stop() {
- killall mp3d
-}