#!/bin/sh #--------------------------------------------------------------- # Project : Mandrake # Module : numlock # File : numlock.xinit # Version : $Id$ # Author : Frederic Lepied # Created On : Wed Apr 12 08:39:24 2000 #--------------------------------------------------------------- if [ -f /var/lock/subsys/numlock -a -x /usr/X11R6/bin/enable_X11_numlock ]; then /usr/X11R6/bin/enable_X11_numlock fi # numlock ends here