head     1.4;
access   ;
symbols  ;
locks    bin:1.4;
comment  @@;


1.4
date     91.05.10.19.44.00;  author bin;  state Exp;
branches ;
next	1.3;

1.3
date     91.05.09.14.36.43;  author bin;  state Exp;
branches ;
next	1.2;

1.2
date     91.05.06.19.10.04;  author bin;  state Exp;
branches ;
next	1.1;

1.1
date     91.03.28.18.47.46;  author bin;  state Exp;
branches ;
next	;


desc
@initial version provided by cef
@


1.4
log
@mods by cef to prevent manually editted uucp files from
crashing uuinstall.
@
text
@sys 20 verify nonNull help "Sitename of remote system."

Line 7 verify checkLine \
 help "ACU, None or a DIR line (2nd entry) in devices."

baudRate 6 verify numeric help "110, 300, 600, 1200, 2400, 4800, 9600 or 19200"

phoneNo 14 verify noWhite \
	help "Must be in the format understood by your dialer."

do 7 TIMEPAIRS
	day 15 verify checkDay skip group \
		help "Su Mo Tu We Th Fr Sa Wk Any Never"
	timeFrom 4 verify checkTime skip 1 \
		help "0000 to 2400 or null for any"
	timeTo 4 verify checkTime help "0000 to 2400"
done

do 8 SENDPAIRS
	expect 28 long verify noWhite help "Expected message from remote site."
	send 28 long verify noWhite help "Reply to remote site."
done
%%
		Connected system list
System		!
Line		!
baud rate	!
phone number	!
Day to call     Time From    Time To     
!		!	     !
!		!	     !
!		!	     !
!		!	     !
!		!	     !
!		!	     !
!		!	     !
expect !                            send !
expect !                            send !
expect !                            send !
expect !                            send !
expect !                            send !
expect !                            send !
expect !                            send !
expect !                            send !
@


1.3
log
@modified by cef, changed messages per Doug's input
@
text
@d11 1
a11 1
do 7
d19 1
a19 1
do 8
@


1.2
log
@mod. by cef for v3.2 uuinstall
@
text
@d1 1
a1 1
sys 20 verify nonNull help "sitename of remote system"
d3 2
a4 1
Line 7 verify checkLine help "ACU, None or a DIR line in devices"
d9 1
a9 1
	help "must be in the format understood by your dialer"
d20 2
a21 2
	expect 28 long verify noWhite help "Expected message from remote site"
	send 28 long verify noWhite help "Reply"
@


1.1
log
@Initial revision
@
text
@d1 21
a21 20
%h sitename of remote system
sys, -20,, nonNull
%h ACU, None or a DIR line in devices
Line, -7,, checkLine
%h 110, 300, 600, 1200, 2400, 4800, 9600 or 19200
baudRate, -6,, numeric
%h must be in the format understood by your dialer
phoneNo, -14
% 3 7
%h Su Mo Tu We Th Fr Sa Wk Any Never
day, -15,, checkDay, group
%h 0000 to 2400 or null for any
timeFrom, -4,, checkTime, 1
%h 0000 to 2400
timeTo, -4,, checkTime
% 2 3
%h Expected message from remote site
expect, -20
%h Reply
send, -20
a23 1

a27 1

d36 8
a43 7

expect	!
send	!
expect	!
send	!
expect	!
send	!
@
