diff options
| author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-09 07:35:31 +0000 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-09 07:35:31 +0000 |
| commit | 1da0722fe5d04aff561a2917e9642dc7c3909dd4 (patch) | |
| tree | f8f18f1ab2f0889f525e12baee2393ef23a89a6a /cfg | |
| parent | 4fab38b740ca18d85403d570e26953aef54f70b8 (diff) | |
| download | plan9front-1da0722fe5d04aff561a2917e9642dc7c3909dd4.tar.xz | |
add /net/ndb to default ndb database files, fix mistakes
Diffstat (limited to 'cfg')
| -rwxr-xr-x | cfg/cirno/cpurc | 10 | ||||
| -rw-r--r-- | cfg/cirno/cpustart | 17 | ||||
| -rw-r--r-- | cfg/cirno/termrc | 10 |
3 files changed, 0 insertions, 37 deletions
diff --git a/cfg/cirno/cpurc b/cfg/cirno/cpurc deleted file mode 100755 index ced742b08..000000000 --- a/cfg/cirno/cpurc +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/rc -# the 9pccpuf kernel runs this file - -# example: adjust to fit your network -#ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.0.2 255.255.255.0 -#ndb/dns -rs -#aux/timesync -Ln pool.ntp.org - -# outgoing mail will appear to originate from this domain -#site=9front diff --git a/cfg/cirno/cpustart b/cfg/cirno/cpustart deleted file mode 100644 index 3b9b5a507..000000000 --- a/cfg/cirno/cpustart +++ /dev/null @@ -1,17 +0,0 @@ -# the 9pccpuf kernel runs this file - -aux/listen -q -t /rc/bin/service.auth -d /rc/bin/service tcp - -@{ - rfork n - if(~ $monitor vesa) - aux/realemu - aux/vga -l $vgasize -} -switch($mouseport){ -case ps2 ps2intellimouse 0 1 2 - aux/mouse $mouseport - if(~ $accupoint 1) - pipefile -dr /bin/aux/accupoint /dev/mouse -} -exec rio diff --git a/cfg/cirno/termrc b/cfg/cirno/termrc deleted file mode 100644 index bfcebb4f6..000000000 --- a/cfg/cirno/termrc +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/rc -# the 9pcf kernerl runs this file - -# example: adjust to fit your network -#ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.0.2 255.255.255.0 -#ndb/dns -r -#aux/timesync -Ln pool.ntp.org - -# outgoing mail will appear to originate from this domain -#site=9front |
