11 lines
205 B
Text
11 lines
205 B
Text
|
#!/bin/rc
|
||
|
# setup - prep for the mkfile
|
||
|
9fs sources
|
||
|
9fs other
|
||
|
9fs outfsother
|
||
|
if (test -e /cfg/$sysname/config)
|
||
|
. /cfg/$sysname/config
|
||
|
if not
|
||
|
outip=204.178.31.2
|
||
|
import -c tcp!$outip!666 $dist/web.protect
|