#!/bin/sh
#
# run scripts in the migration.d directory when MIP6 MIGRATE is issued
#

cd /usr/pkg/etc/racoon2/hook

. ./functions

run_hookdir ./migration.d
