1 2 3 4 5 6 7 8
#!/bin/sh kmod=@@PREFIX@@/modules/rtc.ko if [ -x $kmod ]; then echo -n ' rtc' kldload $kmod fi