blob: 1a5a45d3e7eb4434c9da665e26a1eaea24b8450c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/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
for(i in m i P S t)
bind -a '#'^$i /dev >/dev/null >[2=1]
|