Magellan Linux

Contents of /branches/unlabeled-1.1.1/magellan-initscripts/etc/rc.d/init.d/loadkeys

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Mon Dec 13 22:52:07 2004 UTC (19 years, 4 months ago) by niro
File size: 306 byte(s)
imported.

1 #!/bin/bash
2
3 #%rlevels: 7:s
4 #%start: 70
5 #%stop:
6
7 #deps
8 #%needs:
9 #%before:
10 #%after:
11
12 source /etc/sysconfig/rc
13 source $rc_functions
14 source /etc/rc.config
15
16 echo -e ${COLOREDSTAR}"Loading keymap... [ ${KEYMAP} ]"
17 loadkeys -q ${KEYMAP}
18 evaluate_retval
19
20 update_svcstatus $1
21 splash svc_started "$(basename $0)" 0

Properties

Name Value
svn:executable *