Aittvax.163 net.bugs.4bsd utzoo!decvax!ittvax!swatt Thu Dec 17 14:18:22 1981 /etc/rc and ching bugs Thu Dec 17 14:12:51 EST 1981 (qume!markc) [ ] The /etc/rc file checks for the existence of "/dev/vpd" and "/dev/vad" instead of "/dev/vp0" and "/dev/va0", which are what the MAKE script in /dev creates. The daemons for these two devices therefore won't get started. Thu Dec 17 13:57:26 EST 1981 (qume!markc) [ ] "ching" complains about not being able to open the file "PATH=......". There is a line containing an incorrect set command. Fix is: diff /usr/games/ching.old /usr/games/ching ------------------------------------------------------------- < set PATH=:$PATH --- > PATH=:$PATH -------------------------------------------------------------