11 lines
367 B
Bash
Executable file
11 lines
367 B
Bash
Executable file
#!/bin/rc
|
|
# local cpu startup
|
|
|
|
# used only by upas, as default return domain appended to all unqualified
|
|
# return addresses, even local ones
|
|
site=EXAMPLE
|
|
# 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
|