# 
# $Header: linuxprovision.pl 17-dec-2004.22:32:14 prayarot Exp $
#
# linuxprovision.pl
# 
# Copyright (c) 2004, Oracle. All rights reserved.  
#
#    NAME
#      linuxprovision.pl - <one-line expansion of the name>
#
#    DESCRIPTION
#      <short description of component this file declares/defines>
#
#    NOTES
#      <other useful comments, qualifications, etc.>
#
#    MODIFIED   (MM/DD/YY)
#    prayarot    12/20/04 - To fix table descriptor issue 
#    pshroff     11/15/04 - pshroff_cem
#    pshroff     11/12/04 - Creation
# 
#
# Summary
#
#       Do nothing as of now
#
use Time::localtime;

$ENV{PATH} = "$ENV{PATH}:/usr/bin:/usr/sbin:/usr/ucb:/bin";
my $dt = ctime();
print "em_result=$dt\n";
