#!/bin/sh

if [ -x /usr/bin/numlockx ]; then
	if [ -x /etc/rc.d/rc.numlock ]; then
	       numlockx on
      	fi
fi	
