repo.or.cz
/
nslu2-linux
/
optware.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git]
/
sources
/
template
/
rc.template
blob
e4fdceb652186ec5ffe47c15e47df3e000dfa5c3
1
#!/bin/sh
2
3
if
[
-f
/
var
/
run
/
templated.pid
] ;
then
4
kill
`cat /var/run/templated.pid`
5
else
6
killall templated
7
fi
8
9
rm
-f
/
var
/
run
/
templated.pid
10
11
/
opt
/
sbin
/
templated