home *** CD-ROM | disk | FTP | other *** search
- ; Alternative startnet script
-
- ; Start AmiTCP up
- run >NIL: amitcp:amitcp
- sys:rexxc/WaitForPort AMITCP
-
- ; Setup local host loopback
- AmiTCP:bin/ifconfig lo0 localhost
- ; Dummy route to our host
- AmiTCP:bin/route >NIL: add $HOSTNAME localhost
-
- ; I like to have TCP: mounted so I can copy files to people
- Assign TCP: Exists > NIL:
- IF Warn
- Mount TCP: from AmiTCP:devs/Inet-Mountlist
- EndIf
-
- ; Start the inet daemon
- run >NIL: AmiTCP:bin/inetd
- ; stack 8192 ; reduce size of stack for smtpd
- run >NIL: AmiTCP:bin/SMTPd
-
- ; Make sure gwcslip is considered _down_
- amitcp:bin/offline devs:networks/gwcslip.device 0
-
- ; Forcibly log in as the default user
- amitcp:bin/login >NIL: -f $USER
-
- ; End of script
-