Lines 130-135
Link Here
|
130 |
|
130 |
|
131 |
apache22_requirepidfile() |
131 |
apache22_requirepidfile() |
132 |
{ |
132 |
{ |
|
|
133 |
if test -f /usr/local/sbin/envvars |
134 |
then |
135 |
. /usr/local/sbin/envvars |
136 |
fi |
137 |
|
133 |
if [ ! "0`check_pidfile ${pidfile} ${command}`" -gt 1 ]; then |
138 |
if [ ! "0`check_pidfile ${pidfile} ${command}`" -gt 1 ]; then |
134 |
echo "${name} not running? (check $pidfile)." |
139 |
echo "${name} not running? (check $pidfile)." |
135 |
exit 1 |
140 |
exit 1 |