diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-04 18:55:08 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-04 18:55:08 +0000 |
commit | 0461c5843310c5c51bf43b0835f180492e32f579 (patch) | |
tree | f26f48abfbde223adc9630d9becba10aa6f1f7b9 /rc/bin/cpurc | |
parent | e9a55e0333d2da1f0f3a129310cf210684590494 (diff) | |
download | plan9front-0461c5843310c5c51bf43b0835f180492e32f579.tar.xz |
add cpu server to the installer; add more files for cpu server; make sure they are included on the cd-rom.
Diffstat (limited to 'rc/bin/cpurc')
-rwxr-xr-x | rc/bin/cpurc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/bin/cpurc b/rc/bin/cpurc index dbcebc355..20ca6382a 100755 --- a/rc/bin/cpurc +++ b/rc/bin/cpurc @@ -38,8 +38,8 @@ if(! test -e /srv/dns) # If you are on an auth server, start these before listening: # -# auth/keyfs -wp -m /mnt/keys /adm/keys >/dev/null >[2=1] -# auth/cron >>/sys/log/cron >[2=1] & +auth/keyfs -wp -m /mnt/keys /adm/keys >/dev/null >[2=1] +auth/cron >>/sys/log/cron >[2=1] & # # also rename some files: # |