#!	/bin/csh -f
#
#	initialize the log files
#
#	everyone can write, only consult can read
#
foreach i ( a b c d e f g h i j k l m n o p q r s t u v w x y z 1 2 3 4 5 6 7 8 9 0 )
	echo $i
	touch $i
	chown consult $i
	chmod 722 $i
end
#
touch /usr/local/uclink/menu2.0/logs/Menu_logging
