Its amazing the number of users who sit at a linux box and comment on 
not having numlock already turned on. I was never happy with setleds 
and googled upon this page in SUSE

http://sdb.suse.de/sdb/en/html/cg_x11numlock.html

Anyhow thanks to Leafkin Parkens for the Makefile and abuse.

Imstructions.
type `make' then `make install'

You will then need to run the setnumlock script in you X startup scripts.
Heres some ways of doing it

1. If you use GDM
   Edit the /etc/X11/gdm/Init/Default file.
   on some distributions (Debian) it may be /etc/gdm/Init/Default
   Add the line
		/usr/bin/setnumlock
   to the end of the file
   
2. If you use XDM
   Edit the /etc/X11/xdm/Xsetup_workstation file.
   Add the line
		/usr/bin/setnumlock
   to the end of the file		   


To successfully make this you need the C compiler(series d, package gcc)
and the include files of the X libraries(package xdevel, series x). 
You will find a program called numlock in the current directory.
And make install will install it to /usr/bin/numlock

LICENSE: I cant find any license and assume this falls under the GPL.

Robert Stanford
rob@rotapile.com
