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.