#! /bin/sh

PATH=/usr/bin
export PATH

MAKEMAP=makemap
TABLE=/etc/domaintable
DB=/etc/domaintable.db

$MAKEMAP hash $DB < $TABLE
