#!/bin/bash # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/loadkeys,v 1.2 2005-03-15 19:07:56 niro Exp $ #%rlevels: 7:s #%start: 70 #%stop: #deps #%needs: #%before: #%after: source /etc/sysconfig/rc source $rc_functions source /etc/rc.config echo -e ${COLOREDSTAR}"Loading keymap... [ ${KEYMAP} ]" loadkeys -q ${KEYMAP} evaluate_retval update_svcstatus $1 splash svc_started "$(basename $0)" 0