repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
mkinitcpio-numlock
/
numlock_hook
blob
8b8903999225f1a8e66a792fb98e426602bf3a75
1
run_hook ()
2
{
3
INITTY=/dev/tty[1-6]
4
for tty in $INITTY; do
5
/usr/bin/setleds -D +num < $tty
6
done
7
}