#!/bin/sh
#
# PROVIDE: macipgw
# REQUIRE: atalkd
#
# IP-over-AppleTalk (netatalk 4.3.0)
# Adjust the arguments to match your network.

. /etc/rc.subr

name="macipgw"
rcvar=$name
command="/usr/pkg/sbin/macipgw"

load_rc_config $name
run_rc_command "$1"
