File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / rc.shutdown
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 23 09:24:03 2014 UTC (10 years, 6 months ago) by misho
Branches: elwix2_2
add files

#!/bin/sh
#
# elwix Shutdown script ;)
#
# $Id: rc.shutdown,v 1.1.2.1 2014/01/23 09:24:03 misho Exp $
#

stty status '^T'

trap : 2
trap : 3
trap : 18

HOME=/
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/pkg/bin:/usr/pkg/sbin:/usr/local/bin:/usr/local/sbin
export HOME PATH

exit 0

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