projects
/
metaproxy-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix metaproxy.prerm: missing /bin/sh header
[metaproxy-moved-to-github.git]
/
debian
/
metaproxy.prerm
1
#!/bin/sh
2
if [ -x "/etc/init.d/metaproxy" ]; then
3
invoke-rc.d metaproxy stop || exit $?
4
fi