repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python-werkzeug: bump to version 0.11.15
[buildroot-gz.git]
/
package
/
ti-sgx-um
/
S80ti-sgx
blob
8cae52fd6e2014a6038394abdd3a38f15cb275d7
1
#!/bin/sh
2
case
"
$1
"
in
3
start
)
4
printf
"Initializing SGX graphics driver "
5
/
usr
/
bin
/
pvrsrvinit
6
[
$?
=
0
] &&
echo
"OK"
||
echo
"FAIL"
7
;;
8
stop
)
9
;;
10
*)
11
echo
"Usage:
$0
{start|stop}"
12
exit
1
13
;;
14
esac