aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-01-04 23:29:11 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-01-04 23:29:11 +0000
commitb3d4cd57dc9d2b236ca4388700a39902654058fd (patch)
treed6421dcf34b7c12ceb68d602889b3e5ad4947811 /README.shutdown
parentRemoved using a variable for return-values (SHUTDOWN_EXITCODE). Renamed funct... (diff)
downloadgentoo-vdr-scripts-b3d4cd57dc9d2b236ca4388700a39902654058fd.tar.gz
gentoo-vdr-scripts-b3d4cd57dc9d2b236ca4388700a39902654058fd.tar.bz2
gentoo-vdr-scripts-b3d4cd57dc9d2b236ca4388700a39902654058fd.zip
Removed fixed variable name from interface to wakeup-method.
svn path=/gentoo-vdr-scripts/trunk/; revision=371
Diffstat (limited to 'README.shutdown')
-rw-r--r--README.shutdown8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.shutdown b/README.shutdown
index 4eca735..df4a7f6 100644
--- a/README.shutdown
+++ b/README.shutdown
@@ -39,7 +39,8 @@ wakeup_check:
set_wakeup:
Do the real work. It gets the time to wakeup as
- first parameter and should do whatever necessary
+ first parameter in Unix-Format (Seconds since 1970-01-01 UTC)
+ and should do whatever necessary
to let the system be up at that time.
@@ -71,10 +72,9 @@ void error_mesg(string message)
Sets an error message
void set_reboot_needed(void)
- Call when you must to reboot for setting the time.
+ Call in wakeup_set when you need to reboot
+ for setting the time.
-Input Variables:
- VDR_WAKEUP_TIME - Time to wakeup in Unix-Format (Seconds since 1970-01-01 UTC)
=====================