
;   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 Man:	    UUCP:man

mount null:
mount uuser:

run <nil: >nil: Getty -B1200 -Mh -7
wait 4
run <nil: >nil: dcron T:dcron.log

