Annotation of tftpd/etc/error.sh, revision 1.2

1.2     ! misho       1: #!/bin/sh
        !             2: #
        !             3: # Shell script for error operation
        !             4: #  error.sh <action> <opcode> <filename> <mode> <client_address> <client_port>
        !             5: #
        !             6: # $Id: error.sh,v 1.1.2.2 2014/02/17 14:01:14 misho Exp $
        !             7: 
        !             8: 
        !             9: echo "Error script '$*'"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>