update debian/changelog
[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 $?