Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/ipsec
| Show First 20 Lines • Show All 51 Lines • ▼ Show 20 Lines | |||||
| ipsec_reload() | ipsec_reload() | ||||
| { | { | ||||
| echo "Reloading ipsec manual keys/policies." | echo "Reloading ipsec manual keys/policies." | ||||
| ${ipsec_program} -f "$ipsec_file" | ${ipsec_program} -f "$ipsec_file" | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| ipsec_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||