Subject: Typo in 'etc/rc'
To: None <netbsd-bugs@NetBSD.ORG>
From: Markus Kilbinger <kilbi@rad.rwth-aachen.de>
List: netbsd-bugs
Date: 02/07/1997 09:49:49
Hi!

While trying to modify the standard 'savecore' behaviour during
booting I noticed a small typo in -currents's 'etc/rc':

# /var/crash should be a directory or a symbolic link
# to the crash directory if core dumps are to be saved.
if [ X"savecore_flags" != XNO -a -d /var/crash ]; then
       ^
       |

I would insert a '$' here ;-).

Markus.