:
#	@(#) initscrp.dfl 22.2 90/02/23 
#
#	Copyright (C) The Santa Cruz Operation, 1989, 1990.
#	This Module contains Proprietary Information of
#	The Santa Cruz Operation, and should be treated as Confidential.
#
# set up the default environment for command started by init.
#
# Usage: /etc/initscript id level action cmd
#

PATH=/bin:/usr/bin
export PATH

HZ=60
export HZ

[ -x /etc/TIMEZONE ] && . /etc/TIMEZONE

umask 027

eval exec "$4"
