#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
case "$AUTH" in
apop)
    exec /usr/pkg/bin/checkapoppw $*
    ;;
pop)
    exec /usr/pkg/bin/checkpw $*
    ;;
*)
    exit 1
    ;;
esac
