#!/bin/sh # # Set the KEYBOARD_ABORT=alternate to disable # ctrl-break to the serial console. Then issue # the command "kbd -a" to enable this. # Harry Hoffman cat << EOF >> ${JASS_ROOT_DIR}/etc/rc3.d/S99disable-break #!/bin/sh # # Disable the ctrl-break on the serial console. To re-enable # run the command: kbd -a enable # /usr/bin/kbd -a alternate rm -f \$0 EOF