summaryrefslogtreecommitdiffstats
path: root/emulators/rtc/files/rtc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/rtc/files/rtc.sh')
-rw-r--r--emulators/rtc/files/rtc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/rtc/files/rtc.sh b/emulators/rtc/files/rtc.sh
index 8751f46..ac92bc1 100644
--- a/emulators/rtc/files/rtc.sh
+++ b/emulators/rtc/files/rtc.sh
@@ -7,11 +7,11 @@ case "$1" in
start)
if [ -x $kmoddir/$kmod ]; then
echo -n ' rtc'
- kldload $kmoddir/$kmod
+ /sbin/kldload $kmoddir/$kmod
fi
;;
stop)
- kldunload $kmod && echo -n ' rtc'
+ /sbin/kldunload $kmod && echo -n ' rtc'
;;
*)
echo "Usage: `basename $0` {start|stop}" >&2
OpenPOWER on IntegriCloud