
;   Standalone Startup Sequence for UUCP
;
;   no-frills startup-sequence.

system/Assign c: system
system/path reset c
resident c:Assign
resident c:Wait

; Need 8192 for all UUCP programs
stack 8192
Addbuffers df0: 10

Assign UUCP:	:
Assign t:   ram:

; NORMALLY YOU DO NOT ASSIGN SPOOL, MAIL, AND NEWS TO VOLTILE STORAGE!
; THIS IS A SAMPLE STARTUP
;
; TMP: is used by DCron

Assign TMP:	    ram:
Assign ENV:	    ram:
Assign UUSPOOL:     ram:
Assign UULIB:	    UUCP:Lib
Assign UUMAIL:	    ram:
Assign UUNEWS:	    ram:
; UUPUB*: normally not temporary storage either.
Assign UUPUB:	    ram:
Assign UUPUBW:	    UUCP:Pub
Assign Getty:	    UUCP:Lib

; Note, contains only dmail.help on the first distribution floppy
; required for online help
Assign UUMan:	    UUCP:man

mount null: from devs:Mountlist.uucp
;;mount uuser:	UUSER IS BROKEN UNDER 1.08, SORRY!

IF EXISTS S:HARD-TEST
run <nil: >nil: Getty -B9600 -Md -h0 -c0
ELSE
run <nil: >nil: Getty -B1200 -Mh -7
ENDIF
wait 4
run <nil: >nil: dcron T:dcron.log

