.KEY Options/F

; $VER: Amiga_TIN_Startup 1.1 (23.6.94)
;
; Simple startup for TIN, just replace the following variables with
; your settings.


Set USERNAME jellis          ; your username

Set REALNAME "Jacob Ellis"   ; your real name

Set NODENAME nah       ; This should be just your node name, not the
                       ; entire domain.

Set HOME    USR:jellis   ; wherever you want your news & index files
                         ; stored

Set EDITOR  "ed -STICKY "    ; your editor of choice
                             ; the editor MUST not detach from the CLI
                             ; my editor of choice is CED, the -STICKY
                             ; flag prevents CED from detaching

;Set COLUMNS 80              ; Screen columns, for remote users
;Set LINES 24                ; Screen lines, for remote users

;Set TIN_INDEX UUNEWS:       ; Where to store index files, if not
                             ; specified they'll go into $HOME/.tin



; If your system does not automatically support news active files
; (like DUUCP) then you need to create one for TIN.
; If you have an automatic active file, you can delete the following
; three lines.

ActiveD                      ; create a new active file
Delete UULIB:Active quiet    ; Delete old active file
Rename UULIB:newsactive UULIB:Active  ; insert new active file

tin.exe <Options>            ; start tin itself


UnSet USERNAME               ; cleanup local enviroment
UnSet REALNAME
UnSet NODENAME

UnSet HOME

UnSet EDITOR

UnSetENV TIN_GROUPS           ; this is set by ActiveD for TIN
