aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'usr/sbin/rtc-wakeup.sh')
-rwxr-xr-xusr/sbin/rtc-wakeup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/sbin/rtc-wakeup.sh b/usr/sbin/rtc-wakeup.sh
index 2978a38..f2f0d24 100755
--- a/usr/sbin/rtc-wakeup.sh
+++ b/usr/sbin/rtc-wakeup.sh
@@ -21,7 +21,7 @@ die() {
}
if [ ! -w "${RTC_ALARM}" ]; then
- die "Can not access acpi-rtc-clock."
+ die "Can not access rtc-clock."
fi
test $# -ge 1 || die "Wrong Parameter Count"