File:  [ELWIX - Embedded LightWeight unIX -] / tftpd / etc / error.sh
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Feb 17 14:28:29 2014 UTC (10 years, 2 months ago) by misho
Branches: MAIN
CVS tags: tftp1_3, tftp1_2, tftp1_1, tftp0_5, tftp0_4, tftp0_3, TFTP1_2, TFTP1_1, TFTP1_0, TFTP0_4, TFTP0_3, TFTP0_2, HEAD
version 0.2

#!/bin/sh
#
# Shell script for error operation
#  error.sh <action> <opcode> <filename> <mode> <client_address> <client_port>
#
# $Id: error.sh,v 1.2 2014/02/17 14:28:29 misho Exp $


echo "Error script '$*'"

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