# script to interactively add entries to /usr/lib/uucp/L.sys
cd /usr/lib/uucp
#####Message texts######
set mesga = "Updating L.sys"
set mesg1 = "Make entries in the form:"
set mesg2 = "'sys name'<SP>'times'<SP>'device'<SP>'baud'<SP>'phone num'<SP>'log seq'<RET>"
########################
echo $mesga
echo ' '
echo $mesg1
echo $mesg2
while (1 != 0)
	set line = ($<)
 	if ($#line == 0) then
	 	break
 	endif
end
