projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5017837
)
command is no daemon, run it in the background
author
Nicolas Thill
<nico@openwrt.org>
Fri, 22 Jul 2005 22:53:12 +0000
(22:53 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 22 Jul 2005 22:53:12 +0000
(22:53 +0000)
SVN-Revision: 1534
openwrt/package/frickin/files/frickin.init
patch
|
blob
|
history
diff --git
a/openwrt/package/frickin/files/frickin.init
b/openwrt/package/frickin/files/frickin.init
index 0a80d417ddc3b1f27be681c412c0b349f0178a86..e07a0945b687e6417fe96f04dca83bc43d3ed1ca 100644
(file)
--- a/
openwrt/package/frickin/files/frickin.init
+++ b/
openwrt/package/frickin/files/frickin.init
@@
-6,7
+6,7
@@
DEFAULT=/etc/default/$BIN
case $1 in
start)
- $BIN $OPTIONS
+ $BIN $OPTIONS
&
;;
*)
echo "usage: $0 (start)"