Lines 33-38
Link Here
|
33 |
|
33 |
|
34 |
# set defaults |
34 |
# set defaults |
35 |
|
35 |
|
|
|
36 |
load_rc_config $name |
37 |
|
36 |
postgrey_enable=${postgrey_enable:-"NO"} |
38 |
postgrey_enable=${postgrey_enable:-"NO"} |
37 |
postgrey_pidfile=${postgrey_pidfile:-"/var/run/postgrey.pid"} |
39 |
postgrey_pidfile=${postgrey_pidfile:-"/var/run/postgrey.pid"} |
38 |
postgrey_flags=${postgrey_flags:-"--pidfile=${postgrey_pidfile} \ |
40 |
postgrey_flags=${postgrey_flags:-"--pidfile=${postgrey_pidfile} \ |
Lines 40-44
Link Here
|
40 |
|
42 |
|
41 |
pidfile="${postgrey_pidfile}" |
43 |
pidfile="${postgrey_pidfile}" |
42 |
|
44 |
|
43 |
load_rc_config $name |
|
|
44 |
run_rc_command "$1" |
45 |
run_rc_command "$1" |