File: keytouch-init.sh

package info (click to toggle)
keytouch 2.2.2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,212 kB
  • ctags: 1,399
  • sloc: ansic: 9,195; sh: 3,630; makefile: 399
file content (22 lines) | stat: -rwxr-xr-x 391 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh
#
# /etc/init.d/keytouch-init.sh
# Subsystem file for keytouch-init
#
# chkconfig: 2345 95 05
# description: Assignes keycodes to the scancodes of the extra function keys.
#
# processname: keytouch-init.sh

# Source function library.
. /etc/rc.d/init.d/functions

prog="keytouch-init"

keytouchinit=<replace me>

action $"Starting $prog:" $keytouchinit
RETVAL=$?
echo

exit $RETVAL