1234567891011 |
- #!/bin/rc
- # local cpu startup
- # used only by upas, as default return domain appended to all unqualified
- # return addresses, even local ones
- site=DOM.EXAMPLE.COM
- # replace FILESERVER with the name of your file server
- # here we start with kfs, your local disk file system
- fileserver=kfs
- # replace FACEDOM with the local domain to be used in the faces database
- facedom=FACEDOM
|