bfs 330 -> 350 now applies cleanly. No compile test yet
[kernel-bfs] / kernel-power-settings / kernel-load
1 #!/bin/sh
2 echo "warning: this command is deprecated. executing: kernel-config load $1"
3 /usr/sbin/kernel-config load $1
4 exit $?