Home » Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak » !TCPIPUser/install/!Setup

!TCPIPUser/install/!Setup

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak
Filename: !TCPIPUser/install/!Setup
Read OK:
File size: 138D bytes
Load address: 0000
Exec address: 0000
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
# Enter your details below, then save this file and run !Config.
# If you're not sure what's required, take a look at Examples.!Setup to
# see what the comptech !Setup file looks like.

set driver   "Internal"            # Serial Block driver name (as given in
                                   # !SerialDev.modules, such as Internal,
                                   # II_Dual, SP_Dual, etc.)

set port     "0"                   # Serial port number (Internal is always
                                   # zero, II_Dual and SP_Dual can be 0 or 1 -
                                   # or higher if you have more than one dual
                                   # serial port cards)

set speed    "0"                   # Serial port speed, or "0" to leave at
                                   # current setting (0 is recommended)

set node     "?"                   # your machine name (e.g., "fubar")

set ip_addr  "?"                   # Your IP address (e.g., "158.152.9.18"
                                   # without square brackets)

set domain   "?"                   # Domain used by your service provider
                                   # (e.g., "demon.co.uk" if your fully-
                                   # qualified domain name is
                                   # fubar.demon.co.uk)

set dempw    "?"                   # Your login password for retrieving batch
                                   # FTP (this is the same password you use
                                   # when connecting to Demon)

set host     "{node}.{domain}"     # Auto generated from above

set ftpuser  "ftpuser"             # used to construct your password when you
                                   # connect to another machine by anonymous
                                   # ftp (e.g., "xyz" - this is used as
                                   # xyz@{host}.{domain} and the values of
                                   # {host} and {domain} are expanded by the
                                   # ftp script)

set ftp_fs   "adfs"                # filing system used when people connect
                                   # to your machine by anonymous ftp (e.g.,
                                   # "ADFS").  Used in conjunction with
                                   # ftp_drive and ftp_root_dir to determine
                                   # where people can fetch or put files on
                                   # your system.

set ftp_drive "4"                  # drive used when people connect to your
                                   # machine by ftp (e.g., "4")

set ftp_root_dir "$.public"        # root directory used when people connect
                                   # to your machine by ftp (e.g., "$.pub")

set mail_machine "post"            # The machine you use as a gateway for
                                   # outgoing mail (Demon subscribers use
                                   # "post")

set news_machine "news"            # The machine you fetch news from (Demon
                                   # subscribers use "news" or "betanews"
                                   # betanews gives a much better performance
                                   # but will vanish when news is upgraded)

set news_timer "1800"              # number of seconds to wait after fetching
                                   # news before checking for more news (a
                                   # typical value is "1800", meaning fetch
                                   # news every 30 minutes)

set news_prefix "Dem"              # The prefix used with NNTP-related
                                   # filenames such as the list of newsgroups.
                                   # It must consist of no more than 4
                                   # characters (typical prefix for Demon
                                   # subscribers is "Dem")

set time_machine "ntp"             # Name of the machine acting as a time-
                                   # server running NTP (for Demon subscribers
                                   # the primary time-server is "ntp" but
                                   # this is heavily loaded - you get faster
                                   # responses using one of the PoPs - try
                                   # the PoP you normally connect to, but
                                   # if you dial London then use "hinge" or
                                   # "stile" rather than "gate" which is
                                   # also heavily loaded).

# Ignore this lot - it just tells !Config what to do with the above

copy      tcpipuser.!Run      <TCPIP$Dir>.!Run
translate tcpipuser.Config    <TCPIP$Dir>.Config
translate tcpipuser.Autoexec  <TCPIP$Dir>.Autoexec
translate tcpipuser.Domain    <TCPIP$Dir>.Domain
translate tcpipuser.ftpusers  <TCPIP$Dir>.FTPusers

delete    <TCPIP$Dir>.resolve.cache
create    text <TCPIP$Dir>.resolve.cache
create    directory {ftp_fs}::{ftp_drive}.{ftp_root_dir}
00000000  23 20 45 6e 74 65 72 20  79 6f 75 72 20 64 65 74  |# Enter your det|
00000010  61 69 6c 73 20 62 65 6c  6f 77 2c 20 74 68 65 6e  |ails below, then|
00000020  20 73 61 76 65 20 74 68  69 73 20 66 69 6c 65 20  | save this file |
00000030  61 6e 64 20 72 75 6e 20  21 43 6f 6e 66 69 67 2e  |and run !Config.|
00000040  0a 23 20 49 66 20 79 6f  75 27 72 65 20 6e 6f 74  |.# If you're not|
00000050  20 73 75 72 65 20 77 68  61 74 27 73 20 72 65 71  | sure what's req|
00000060  75 69 72 65 64 2c 20 74  61 6b 65 20 61 20 6c 6f  |uired, take a lo|
00000070  6f 6b 20 61 74 20 45 78  61 6d 70 6c 65 73 2e 21  |ok at Examples.!|
00000080  53 65 74 75 70 20 74 6f  0a 23 20 73 65 65 20 77  |Setup to.# see w|
00000090  68 61 74 20 74 68 65 20  63 6f 6d 70 74 65 63 68  |hat the comptech|
000000a0  20 21 53 65 74 75 70 20  66 69 6c 65 20 6c 6f 6f  | !Setup file loo|
000000b0  6b 73 20 6c 69 6b 65 2e  0a 0a 73 65 74 20 64 72  |ks like...set dr|
000000c0  69 76 65 72 20 20 20 22  49 6e 74 65 72 6e 61 6c  |iver   "Internal|
000000d0  22 20 20 20 20 20 20 20  20 20 20 20 20 23 20 53  |"            # S|
000000e0  65 72 69 61 6c 20 42 6c  6f 63 6b 20 64 72 69 76  |erial Block driv|
000000f0  65 72 20 6e 61 6d 65 20  28 61 73 20 67 69 76 65  |er name (as give|
00000100  6e 20 69 6e 0a 20 20 20  20 20 20 20 20 20 20 20  |n in.           |
00000110  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000120  20 20 20 20 20 20 20 20  23 20 21 53 65 72 69 61  |        # !Seria|
00000130  6c 44 65 76 2e 6d 6f 64  75 6c 65 73 2c 20 73 75  |lDev.modules, su|
00000140  63 68 20 61 73 20 49 6e  74 65 72 6e 61 6c 2c 0a  |ch as Internal,.|
00000150  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000170  20 20 20 23 20 49 49 5f  44 75 61 6c 2c 20 53 50  |   # II_Dual, SP|
00000180  5f 44 75 61 6c 2c 20 65  74 63 2e 29 0a 0a 73 65  |_Dual, etc.)..se|
00000190  74 20 70 6f 72 74 20 20  20 20 20 22 30 22 20 20  |t port     "0"  |
000001a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000001b0  20 23 20 53 65 72 69 61  6c 20 70 6f 72 74 20 6e  | # Serial port n|
000001c0  75 6d 62 65 72 20 28 49  6e 74 65 72 6e 61 6c 20  |umber (Internal |
000001d0  69 73 20 61 6c 77 61 79  73 0a 20 20 20 20 20 20  |is always.      |
000001e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000001f0  20 20 20 20 20 20 20 20  20 20 20 20 20 23 20 7a  |             # z|
00000200  65 72 6f 2c 20 49 49 5f  44 75 61 6c 20 61 6e 64  |ero, II_Dual and|
00000210  20 53 50 5f 44 75 61 6c  20 63 61 6e 20 62 65 20  | SP_Dual can be |
00000220  30 20 6f 72 20 31 20 2d  0a 20 20 20 20 20 20 20  |0 or 1 -.       |
00000230  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000240  20 20 20 20 20 20 20 20  20 20 20 20 23 20 6f 72  |            # or|
00000250  20 68 69 67 68 65 72 20  69 66 20 79 6f 75 20 68  | higher if you h|
00000260  61 76 65 20 6d 6f 72 65  20 74 68 61 6e 20 6f 6e  |ave more than on|
00000270  65 20 64 75 61 6c 0a 20  20 20 20 20 20 20 20 20  |e dual.         |
00000280  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000290  20 20 20 20 20 20 20 20  20 20 23 20 73 65 72 69  |          # seri|
000002a0  61 6c 20 70 6f 72 74 20  63 61 72 64 73 29 0a 0a  |al port cards)..|
000002b0  73 65 74 20 73 70 65 65  64 20 20 20 20 22 30 22  |set speed    "0"|
000002c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000002d0  20 20 20 23 20 53 65 72  69 61 6c 20 70 6f 72 74  |   # Serial port|
000002e0  20 73 70 65 65 64 2c 20  6f 72 20 22 30 22 20 74  | speed, or "0" t|
000002f0  6f 20 6c 65 61 76 65 20  61 74 0a 20 20 20 20 20  |o leave at.     |
00000300  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000310  20 20 20 20 20 20 20 20  20 20 20 20 20 20 23 20  |              # |
00000320  63 75 72 72 65 6e 74 20  73 65 74 74 69 6e 67 20  |current setting |
00000330  28 30 20 69 73 20 72 65  63 6f 6d 6d 65 6e 64 65  |(0 is recommende|
00000340  64 29 0a 0a 73 65 74 20  6e 6f 64 65 20 20 20 20  |d)..set node    |
00000350  20 22 3f 22 20 20 20 20  20 20 20 20 20 20 20 20  | "?"            |
00000360  20 20 20 20 20 20 20 23  20 79 6f 75 72 20 6d 61  |       # your ma|
00000370  63 68 69 6e 65 20 6e 61  6d 65 20 28 65 2e 67 2e  |chine name (e.g.|
00000380  2c 20 22 66 75 62 61 72  22 29 0a 0a 73 65 74 20  |, "fubar")..set |
00000390  69 70 5f 61 64 64 72 20  20 22 3f 22 20 20 20 20  |ip_addr  "?"    |
000003a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 23  |               #|
000003b0  20 59 6f 75 72 20 49 50  20 61 64 64 72 65 73 73  | Your IP address|
000003c0  20 28 65 2e 67 2e 2c 20  22 31 35 38 2e 31 35 32  | (e.g., "158.152|
000003d0  2e 39 2e 31 38 22 0a 20  20 20 20 20 20 20 20 20  |.9.18".         |
000003e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000003f0  20 20 20 20 20 20 20 20  20 20 23 20 77 69 74 68  |          # with|
00000400  6f 75 74 20 73 71 75 61  72 65 20 62 72 61 63 6b  |out square brack|
00000410  65 74 73 29 0a 0a 73 65  74 20 64 6f 6d 61 69 6e  |ets)..set domain|
00000420  20 20 20 22 3f 22 20 20  20 20 20 20 20 20 20 20  |   "?"          |
00000430  20 20 20 20 20 20 20 20  20 23 20 44 6f 6d 61 69  |         # Domai|
00000440  6e 20 75 73 65 64 20 62  79 20 79 6f 75 72 20 73  |n used by your s|
00000450  65 72 76 69 63 65 20 70  72 6f 76 69 64 65 72 0a  |ervice provider.|
00000460  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000480  20 20 20 23 20 28 65 2e  67 2e 2c 20 22 64 65 6d  |   # (e.g., "dem|
00000490  6f 6e 2e 63 6f 2e 75 6b  22 20 69 66 20 79 6f 75  |on.co.uk" if you|
000004a0  72 20 66 75 6c 6c 79 2d  0a 20 20 20 20 20 20 20  |r fully-.       |
000004b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000004c0  20 20 20 20 20 20 20 20  20 20 20 20 23 20 71 75  |            # qu|
000004d0  61 6c 69 66 69 65 64 20  64 6f 6d 61 69 6e 20 6e  |alified domain n|
000004e0  61 6d 65 20 69 73 0a 20  20 20 20 20 20 20 20 20  |ame is.         |
000004f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000500  20 20 20 20 20 20 20 20  20 20 23 20 66 75 62 61  |          # fuba|
00000510  72 2e 64 65 6d 6f 6e 2e  63 6f 2e 75 6b 29 0a 0a  |r.demon.co.uk)..|
00000520  73 65 74 20 64 65 6d 70  77 20 20 20 20 22 3f 22  |set dempw    "?"|
00000530  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000540  20 20 20 23 20 59 6f 75  72 20 6c 6f 67 69 6e 20  |   # Your login |
00000550  70 61 73 73 77 6f 72 64  20 66 6f 72 20 72 65 74  |password for ret|
00000560  72 69 65 76 69 6e 67 20  62 61 74 63 68 0a 20 20  |rieving batch.  |
00000570  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000590  20 23 20 46 54 50 20 28  74 68 69 73 20 69 73 20  | # FTP (this is |
000005a0  74 68 65 20 73 61 6d 65  20 70 61 73 73 77 6f 72  |the same passwor|
000005b0  64 20 79 6f 75 20 75 73  65 0a 20 20 20 20 20 20  |d you use.      |
000005c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000005d0  20 20 20 20 20 20 20 20  20 20 20 20 20 23 20 77  |             # w|
000005e0  68 65 6e 20 63 6f 6e 6e  65 63 74 69 6e 67 20 74  |hen connecting t|
000005f0  6f 20 44 65 6d 6f 6e 29  0a 0a 73 65 74 20 68 6f  |o Demon)..set ho|
00000600  73 74 20 20 20 20 20 22  7b 6e 6f 64 65 7d 2e 7b  |st     "{node}.{|
00000610  64 6f 6d 61 69 6e 7d 22  20 20 20 20 20 23 20 41  |domain}"     # A|
00000620  75 74 6f 20 67 65 6e 65  72 61 74 65 64 20 66 72  |uto generated fr|
00000630  6f 6d 20 61 62 6f 76 65  0a 0a 73 65 74 20 66 74  |om above..set ft|
00000640  70 75 73 65 72 20 20 22  66 74 70 75 73 65 72 22  |puser  "ftpuser"|
00000650  20 20 20 20 20 20 20 20  20 20 20 20 20 23 20 75  |             # u|
00000660  73 65 64 20 74 6f 20 63  6f 6e 73 74 72 75 63 74  |sed to construct|
00000670  20 79 6f 75 72 20 70 61  73 73 77 6f 72 64 20 77  | your password w|
00000680  68 65 6e 20 79 6f 75 0a  20 20 20 20 20 20 20 20  |hen you.        |
00000690  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000006a0  20 20 20 20 20 20 20 20  20 20 20 23 20 63 6f 6e  |           # con|
000006b0  6e 65 63 74 20 74 6f 20  61 6e 6f 74 68 65 72 20  |nect to another |
000006c0  6d 61 63 68 69 6e 65 20  62 79 20 61 6e 6f 6e 79  |machine by anony|
000006d0  6d 6f 75 73 0a 20 20 20  20 20 20 20 20 20 20 20  |mous.           |
000006e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000006f0  20 20 20 20 20 20 20 20  23 20 66 74 70 20 28 65  |        # ftp (e|
00000700  2e 67 2e 2c 20 22 78 79  7a 22 20 2d 20 74 68 69  |.g., "xyz" - thi|
00000710  73 20 69 73 20 75 73 65  64 20 61 73 0a 20 20 20  |s is used as.   |
00000720  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000740  23 20 78 79 7a 40 7b 68  6f 73 74 7d 2e 7b 64 6f  |# xyz@{host}.{do|
00000750  6d 61 69 6e 7d 20 61 6e  64 20 74 68 65 20 76 61  |main} and the va|
00000760  6c 75 65 73 20 6f 66 0a  20 20 20 20 20 20 20 20  |lues of.        |
00000770  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000780  20 20 20 20 20 20 20 20  20 20 20 23 20 7b 68 6f  |           # {ho|
00000790  73 74 7d 20 61 6e 64 20  7b 64 6f 6d 61 69 6e 7d  |st} and {domain}|
000007a0  20 61 72 65 20 65 78 70  61 6e 64 65 64 20 62 79  | are expanded by|
000007b0  20 74 68 65 0a 20 20 20  20 20 20 20 20 20 20 20  | the.           |
000007c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000007d0  20 20 20 20 20 20 20 20  23 20 66 74 70 20 73 63  |        # ftp sc|
000007e0  72 69 70 74 29 0a 0a 73  65 74 20 66 74 70 5f 66  |ript)..set ftp_f|
000007f0  73 20 20 20 22 61 64 66  73 22 20 20 20 20 20 20  |s   "adfs"      |
00000800  20 20 20 20 20 20 20 20  20 20 23 20 66 69 6c 69  |          # fili|
00000810  6e 67 20 73 79 73 74 65  6d 20 75 73 65 64 20 77  |ng system used w|
00000820  68 65 6e 20 70 65 6f 70  6c 65 20 63 6f 6e 6e 65  |hen people conne|
00000830  63 74 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |ct.             |
00000840  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000850  20 20 20 20 20 20 23 20  74 6f 20 79 6f 75 72 20  |      # to your |
00000860  6d 61 63 68 69 6e 65 20  62 79 20 61 6e 6f 6e 79  |machine by anony|
00000870  6d 6f 75 73 20 66 74 70  20 28 65 2e 67 2e 2c 0a  |mous ftp (e.g.,.|
00000880  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000008a0  20 20 20 23 20 22 41 44  46 53 22 29 2e 20 20 55  |   # "ADFS").  U|
000008b0  73 65 64 20 69 6e 20 63  6f 6e 6a 75 6e 63 74 69  |sed in conjuncti|
000008c0  6f 6e 20 77 69 74 68 0a  20 20 20 20 20 20 20 20  |on with.        |
000008d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000008e0  20 20 20 20 20 20 20 20  20 20 20 23 20 66 74 70  |           # ftp|
000008f0  5f 64 72 69 76 65 20 61  6e 64 20 66 74 70 5f 72  |_drive and ftp_r|
00000900  6f 6f 74 5f 64 69 72 20  74 6f 20 64 65 74 65 72  |oot_dir to deter|
00000910  6d 69 6e 65 0a 20 20 20  20 20 20 20 20 20 20 20  |mine.           |
00000920  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000930  20 20 20 20 20 20 20 20  23 20 77 68 65 72 65 20  |        # where |
00000940  70 65 6f 70 6c 65 20 63  61 6e 20 66 65 74 63 68  |people can fetch|
00000950  20 6f 72 20 70 75 74 20  66 69 6c 65 73 20 6f 6e  | or put files on|
00000960  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000970  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000980  20 20 20 20 23 20 79 6f  75 72 20 73 79 73 74 65  |    # your syste|
00000990  6d 2e 0a 0a 73 65 74 20  66 74 70 5f 64 72 69 76  |m...set ftp_driv|
000009a0  65 20 22 34 22 20 20 20  20 20 20 20 20 20 20 20  |e "4"           |
000009b0  20 20 20 20 20 20 20 23  20 64 72 69 76 65 20 75  |       # drive u|
000009c0  73 65 64 20 77 68 65 6e  20 70 65 6f 70 6c 65 20  |sed when people |
000009d0  63 6f 6e 6e 65 63 74 20  74 6f 20 79 6f 75 72 0a  |connect to your.|
000009e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000a00  20 20 20 23 20 6d 61 63  68 69 6e 65 20 62 79 20  |   # machine by |
00000a10  66 74 70 20 28 65 2e 67  2e 2c 20 22 34 22 29 0a  |ftp (e.g., "4").|
00000a20  0a 73 65 74 20 66 74 70  5f 72 6f 6f 74 5f 64 69  |.set ftp_root_di|
00000a30  72 20 22 24 2e 70 75 62  6c 69 63 22 20 20 20 20  |r "$.public"    |
00000a40  20 20 20 20 23 20 72 6f  6f 74 20 64 69 72 65 63  |    # root direc|
00000a50  74 6f 72 79 20 75 73 65  64 20 77 68 65 6e 20 70  |tory used when p|
00000a60  65 6f 70 6c 65 20 63 6f  6e 6e 65 63 74 0a 20 20  |eople connect.  |
00000a70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000a90  20 23 20 74 6f 20 79 6f  75 72 20 6d 61 63 68 69  | # to your machi|
00000aa0  6e 65 20 62 79 20 66 74  70 20 28 65 2e 67 2e 2c  |ne by ftp (e.g.,|
00000ab0  20 22 24 2e 70 75 62 22  29 0a 0a 73 65 74 20 6d  | "$.pub")..set m|
00000ac0  61 69 6c 5f 6d 61 63 68  69 6e 65 20 22 70 6f 73  |ail_machine "pos|
00000ad0  74 22 20 20 20 20 20 20  20 20 20 20 20 20 23 20  |t"            # |
00000ae0  54 68 65 20 6d 61 63 68  69 6e 65 20 79 6f 75 20  |The machine you |
00000af0  75 73 65 20 61 73 20 61  20 67 61 74 65 77 61 79  |use as a gateway|
00000b00  20 66 6f 72 0a 20 20 20  20 20 20 20 20 20 20 20  | for.           |
00000b10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000b20  20 20 20 20 20 20 20 20  23 20 6f 75 74 67 6f 69  |        # outgoi|
00000b30  6e 67 20 6d 61 69 6c 20  28 44 65 6d 6f 6e 20 73  |ng mail (Demon s|
00000b40  75 62 73 63 72 69 62 65  72 73 20 75 73 65 0a 20  |ubscribers use. |
00000b50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000b70  20 20 23 20 22 70 6f 73  74 22 29 0a 0a 73 65 74  |  # "post")..set|
00000b80  20 6e 65 77 73 5f 6d 61  63 68 69 6e 65 20 22 6e  | news_machine "n|
00000b90  65 77 73 22 20 20 20 20  20 20 20 20 20 20 20 20  |ews"            |
00000ba0  23 20 54 68 65 20 6d 61  63 68 69 6e 65 20 79 6f  |# The machine yo|
00000bb0  75 20 66 65 74 63 68 20  6e 65 77 73 20 66 72 6f  |u fetch news fro|
00000bc0  6d 20 28 44 65 6d 6f 6e  0a 20 20 20 20 20 20 20  |m (Demon.       |
00000bd0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000be0  20 20 20 20 20 20 20 20  20 20 20 20 23 20 73 75  |            # su|
00000bf0  62 73 63 72 69 62 65 72  73 20 75 73 65 20 22 6e  |bscribers use "n|
00000c00  65 77 73 22 20 6f 72 20  22 62 65 74 61 6e 65 77  |ews" or "betanew|
00000c10  73 22 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |s".             |
00000c20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000c30  20 20 20 20 20 20 23 20  62 65 74 61 6e 65 77 73  |      # betanews|
00000c40  20 67 69 76 65 73 20 61  20 6d 75 63 68 20 62 65  | gives a much be|
00000c50  74 74 65 72 20 70 65 72  66 6f 72 6d 61 6e 63 65  |tter performance|
00000c60  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000c70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000c80  20 20 20 20 23 20 62 75  74 20 77 69 6c 6c 20 76  |    # but will v|
00000c90  61 6e 69 73 68 20 77 68  65 6e 20 6e 65 77 73 20  |anish when news |
00000ca0  69 73 20 75 70 67 72 61  64 65 64 29 0a 0a 73 65  |is upgraded)..se|
00000cb0  74 20 6e 65 77 73 5f 74  69 6d 65 72 20 22 31 38  |t news_timer "18|
00000cc0  30 30 22 20 20 20 20 20  20 20 20 20 20 20 20 20  |00"             |
00000cd0  20 23 20 6e 75 6d 62 65  72 20 6f 66 20 73 65 63  | # number of sec|
00000ce0  6f 6e 64 73 20 74 6f 20  77 61 69 74 20 61 66 74  |onds to wait aft|
00000cf0  65 72 20 66 65 74 63 68  69 6e 67 0a 20 20 20 20  |er fetching.    |
00000d00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000d10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 23  |               #|
00000d20  20 6e 65 77 73 20 62 65  66 6f 72 65 20 63 68 65  | news before che|
00000d30  63 6b 69 6e 67 20 66 6f  72 20 6d 6f 72 65 20 6e  |cking for more n|
00000d40  65 77 73 20 28 61 0a 20  20 20 20 20 20 20 20 20  |ews (a.         |
00000d50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000d60  20 20 20 20 20 20 20 20  20 20 23 20 74 79 70 69  |          # typi|
00000d70  63 61 6c 20 76 61 6c 75  65 20 69 73 20 22 31 38  |cal value is "18|
00000d80  30 30 22 2c 20 6d 65 61  6e 69 6e 67 20 66 65 74  |00", meaning fet|
00000d90  63 68 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |ch.             |
00000da0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000db0  20 20 20 20 20 20 23 20  6e 65 77 73 20 65 76 65  |      # news eve|
00000dc0  72 79 20 33 30 20 6d 69  6e 75 74 65 73 29 0a 0a  |ry 30 minutes)..|
00000dd0  73 65 74 20 6e 65 77 73  5f 70 72 65 66 69 78 20  |set news_prefix |
00000de0  22 44 65 6d 22 20 20 20  20 20 20 20 20 20 20 20  |"Dem"           |
00000df0  20 20 20 23 20 54 68 65  20 70 72 65 66 69 78 20  |   # The prefix |
00000e00  75 73 65 64 20 77 69 74  68 20 4e 4e 54 50 2d 72  |used with NNTP-r|
00000e10  65 6c 61 74 65 64 0a 20  20 20 20 20 20 20 20 20  |elated.         |
00000e20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000e30  20 20 20 20 20 20 20 20  20 20 23 20 66 69 6c 65  |          # file|
00000e40  6e 61 6d 65 73 20 73 75  63 68 20 61 73 20 74 68  |names such as th|
00000e50  65 20 6c 69 73 74 20 6f  66 20 6e 65 77 73 67 72  |e list of newsgr|
00000e60  6f 75 70 73 2e 0a 20 20  20 20 20 20 20 20 20 20  |oups..          |
00000e70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000e80  20 20 20 20 20 20 20 20  20 23 20 49 74 20 6d 75  |         # It mu|
00000e90  73 74 20 63 6f 6e 73 69  73 74 20 6f 66 20 6e 6f  |st consist of no|
00000ea0  20 6d 6f 72 65 20 74 68  61 6e 20 34 0a 20 20 20  | more than 4.   |
00000eb0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000ed0  23 20 63 68 61 72 61 63  74 65 72 73 20 28 74 79  |# characters (ty|
00000ee0  70 69 63 61 6c 20 70 72  65 66 69 78 20 66 6f 72  |pical prefix for|
00000ef0  20 44 65 6d 6f 6e 0a 20  20 20 20 20 20 20 20 20  | Demon.         |
00000f00  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000f10  20 20 20 20 20 20 20 20  20 20 23 20 73 75 62 73  |          # subs|
00000f20  63 72 69 62 65 72 73 20  69 73 20 22 44 65 6d 22  |cribers is "Dem"|
00000f30  29 0a 0a 73 65 74 20 74  69 6d 65 5f 6d 61 63 68  |)..set time_mach|
00000f40  69 6e 65 20 22 6e 74 70  22 20 20 20 20 20 20 20  |ine "ntp"       |
00000f50  20 20 20 20 20 20 23 20  4e 61 6d 65 20 6f 66 20  |      # Name of |
00000f60  74 68 65 20 6d 61 63 68  69 6e 65 20 61 63 74 69  |the machine acti|
00000f70  6e 67 20 61 73 20 61 20  74 69 6d 65 2d 0a 20 20  |ng as a time-.  |
00000f80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000fa0  20 23 20 73 65 72 76 65  72 20 72 75 6e 6e 69 6e  | # server runnin|
00000fb0  67 20 4e 54 50 20 28 66  6f 72 20 44 65 6d 6f 6e  |g NTP (for Demon|
00000fc0  20 73 75 62 73 63 72 69  62 65 72 73 0a 20 20 20  | subscribers.   |
00000fd0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000ff0  23 20 74 68 65 20 70 72  69 6d 61 72 79 20 74 69  |# the primary ti|
00001000  6d 65 2d 73 65 72 76 65  72 20 69 73 20 22 6e 74  |me-server is "nt|
00001010  70 22 20 62 75 74 0a 20  20 20 20 20 20 20 20 20  |p" but.         |
00001020  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001030  20 20 20 20 20 20 20 20  20 20 23 20 74 68 69 73  |          # this|
00001040  20 69 73 20 68 65 61 76  69 6c 79 20 6c 6f 61 64  | is heavily load|
00001050  65 64 20 2d 20 79 6f 75  20 67 65 74 20 66 61 73  |ed - you get fas|
00001060  74 65 72 0a 20 20 20 20  20 20 20 20 20 20 20 20  |ter.            |
00001070  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001080  20 20 20 20 20 20 20 23  20 72 65 73 70 6f 6e 73  |       # respons|
00001090  65 73 20 75 73 69 6e 67  20 6f 6e 65 20 6f 66 20  |es using one of |
000010a0  74 68 65 20 50 6f 50 73  20 2d 20 74 72 79 0a 20  |the PoPs - try. |
000010b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000010d0  20 20 23 20 74 68 65 20  50 6f 50 20 79 6f 75 20  |  # the PoP you |
000010e0  6e 6f 72 6d 61 6c 6c 79  20 63 6f 6e 6e 65 63 74  |normally connect|
000010f0  20 74 6f 2c 20 62 75 74  0a 20 20 20 20 20 20 20  | to, but.       |
00001100  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001110  20 20 20 20 20 20 20 20  20 20 20 20 23 20 69 66  |            # if|
00001120  20 79 6f 75 20 64 69 61  6c 20 4c 6f 6e 64 6f 6e  | you dial London|
00001130  20 74 68 65 6e 20 75 73  65 20 22 68 69 6e 67 65  | then use "hinge|
00001140  22 20 6f 72 0a 20 20 20  20 20 20 20 20 20 20 20  |" or.           |
00001150  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001160  20 20 20 20 20 20 20 20  23 20 22 73 74 69 6c 65  |        # "stile|
00001170  22 20 72 61 74 68 65 72  20 74 68 61 6e 20 22 67  |" rather than "g|
00001180  61 74 65 22 20 77 68 69  63 68 20 69 73 0a 20 20  |ate" which is.  |
00001190  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000011b0  20 23 20 61 6c 73 6f 20  68 65 61 76 69 6c 79 20  | # also heavily |
000011c0  6c 6f 61 64 65 64 29 2e  0a 0a 23 20 49 67 6e 6f  |loaded)...# Igno|
000011d0  72 65 20 74 68 69 73 20  6c 6f 74 20 2d 20 69 74  |re this lot - it|
000011e0  20 6a 75 73 74 20 74 65  6c 6c 73 20 21 43 6f 6e  | just tells !Con|
000011f0  66 69 67 20 77 68 61 74  20 74 6f 20 64 6f 20 77  |fig what to do w|
00001200  69 74 68 20 74 68 65 20  61 62 6f 76 65 0a 0a 63  |ith the above..c|
00001210  6f 70 79 20 20 20 20 20  20 74 63 70 69 70 75 73  |opy      tcpipus|
00001220  65 72 2e 21 52 75 6e 20  20 20 20 20 20 3c 54 43  |er.!Run      <TC|
00001230  50 49 50 24 44 69 72 3e  2e 21 52 75 6e 0a 74 72  |PIP$Dir>.!Run.tr|
00001240  61 6e 73 6c 61 74 65 20  74 63 70 69 70 75 73 65  |anslate tcpipuse|
00001250  72 2e 43 6f 6e 66 69 67  20 20 20 20 3c 54 43 50  |r.Config    <TCP|
00001260  49 50 24 44 69 72 3e 2e  43 6f 6e 66 69 67 0a 74  |IP$Dir>.Config.t|
00001270  72 61 6e 73 6c 61 74 65  20 74 63 70 69 70 75 73  |ranslate tcpipus|
00001280  65 72 2e 41 75 74 6f 65  78 65 63 20 20 3c 54 43  |er.Autoexec  <TC|
00001290  50 49 50 24 44 69 72 3e  2e 41 75 74 6f 65 78 65  |PIP$Dir>.Autoexe|
000012a0  63 0a 74 72 61 6e 73 6c  61 74 65 20 74 63 70 69  |c.translate tcpi|
000012b0  70 75 73 65 72 2e 44 6f  6d 61 69 6e 20 20 20 20  |puser.Domain    |
000012c0  3c 54 43 50 49 50 24 44  69 72 3e 2e 44 6f 6d 61  |<TCPIP$Dir>.Doma|
000012d0  69 6e 0a 74 72 61 6e 73  6c 61 74 65 20 74 63 70  |in.translate tcp|
000012e0  69 70 75 73 65 72 2e 66  74 70 75 73 65 72 73 20  |ipuser.ftpusers |
000012f0  20 3c 54 43 50 49 50 24  44 69 72 3e 2e 46 54 50  | <TCPIP$Dir>.FTP|
00001300  75 73 65 72 73 0a 0a 64  65 6c 65 74 65 20 20 20  |users..delete   |
00001310  20 3c 54 43 50 49 50 24  44 69 72 3e 2e 72 65 73  | <TCPIP$Dir>.res|
00001320  6f 6c 76 65 2e 63 61 63  68 65 0a 63 72 65 61 74  |olve.cache.creat|
00001330  65 20 20 20 20 74 65 78  74 20 3c 54 43 50 49 50  |e    text <TCPIP|
00001340  24 44 69 72 3e 2e 72 65  73 6f 6c 76 65 2e 63 61  |$Dir>.resolve.ca|
00001350  63 68 65 0a 63 72 65 61  74 65 20 20 20 20 64 69  |che.create    di|
00001360  72 65 63 74 6f 72 79 20  7b 66 74 70 5f 66 73 7d  |rectory {ftp_fs}|
00001370  3a 3a 7b 66 74 70 5f 64  72 69 76 65 7d 2e 7b 66  |::{ftp_drive}.{f|
00001380  74 70 5f 72 6f 6f 74 5f  64 69 72 7d 0a           |tp_root_dir}.|
0000138d