#! /bin/sh
# Generated from ./builddbm.m4
#
# This file is part of GNU Radius.
# Copyright (C) 2001,2004 Free Software Foundation, Inc.
#
# Written by Sergey Poznyakoff
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
#
# GNU Radius is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

case "$1" in
    -h|--h|--he|--hel|--help) echo "usage: $0"
              exit 0;;
    --v|--ve|--ver|--vers|--versi|--versio|--version) echo "$0: GNU Radius 1.6.1"
              exit 0;;
esac

/usr/local/sbin/radiusd -mb $*

# End of builddbm.m4
