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
/
cups
/
prerm
blob
abd8ad15d20a2bedffe6b0bedcd46f3d69bf9fe7
1
#!/bin/sh
2
3
if
[
-n
"`pidof cupsd`"
];
then
4
/
bin
/
killall cupsd
2
>/
dev
/
null
5
fi
6
7
exit
0