# control-alt-delete - emergency keypress handling
#
# This task is run whenever the Control-Alt-Delete key combination is
# pressed.  Usually used to shut down the machine.
#
######################################################################

exec /usr/bin/logger -p security.info "Ctrl-Alt-Delete pressed" 
