projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef123e4
)
package/tvheadend: fix startup script
author
Yann E. MORIN
<yann.morin.1998@free.fr>
Fri, 8 Mar 2013 11:53:29 +0000
(11:53 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 9 Mar 2013 20:22:04 +0000
(21:22 +0100)
Obvious fix to the startup script: 'restart' is 'stop+start',
not 'stop+stop'.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/tvheadend/S99tvheadend
patch
|
blob
|
history
diff --git
a/package/tvheadend/S99tvheadend
b/package/tvheadend/S99tvheadend
index 407b8736a52eb0eda61cff2961f67a0bd0191350..c29e32d33366e5b3019d5b6e63d96414b4201453 100644
(file)
--- a/
package/tvheadend/S99tvheadend
+++ b/
package/tvheadend/S99tvheadend
@@
-43,7
+43,7
@@
case "$1" in
restart|force-reload)
"${0}" stop
sleep 2
- "${0}" st
op
+ "${0}" st
art
;;
*)
echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2