# @(#).profile as generated by @(#)build:BOS/stencil/profile.sh	35.5
# BOS/BSE Memory-Based File-System Root Dot-Profile Shell Script
# Copyright 1988, Motorola, Inc.

TMPDIR=/tmp

stty echoe echok ixon ixoff -tabs
stty erase ''
(IFS=\; ; set `stty -a` ; echo "***\n${5} ${6} ${3} ${4}\n***" )

# Set system time once.

# Set time zone to GMT MSW
TZ=GMT0BST
export TZ

if [ ! -f /.timeset ]
then
	while :
	do
		echo "Enter the correct date and time GMT [mmddhhmmyy]:  \c"

		read userTime

		if 1>/dev/null date "${userTime}" &&
		   echo "\
Is the date `date +'%a %h %d %T 19%y'` GMT correct? (y or n) \c" &&
		   {
			read userResponse
			[ "${userResponse}" = y ]
		   }
		then
			break
		fi
	done

	1>/.timeset
fi

ProductName=SVC						\
ProductReleaseName=SVC100					\
ProductReleaseDescription="R1.1 "		\
									\
ProductInstallDescription="\
Install SVC100 SVC Software"				\
ProductUpgradeDescription="\
Upgrade To SVC100 SVC Software"			\
									\
TapePACK="SVC"							\
TapeDESC="Ferranti System V"							\
TapeVER="R1.1 SVC100"							\
TapeReadTime="10-35"							\
									\
RootBlocksFree=3000							\
RootInodesFree=300							\
UsrBlocksFree=3000							\
UsrInodesFree=300							\
									\
DefaultControllerType=MVME147						\
BosReleaseName=R1.					\
									\
MinimumRootSize=26000							\
MinimumSwapSize=16000							\
MinimumUsrSize=80000							\
									\
RootDirectory=/root							\
DdefsDirectory=etc/dskdefs						\
BadSpotsDirectory=etc/badtracks						\
OptionsDirectory=usr/options						\
AdminMenuDirectory=usr/admin/menu					\
SysgenDirectory=usr/src/uts/m68k/sysgen					\
ConfigurationDirectory=usr/src/uts/m68k/sysgen/machines			\
DescriptionDirectory=usr/src/uts/m68k/sysgen/descriptions		\
	sysadm

# Done.
