diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-02-13 19:31:13 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-02-13 19:31:13 +0000 |
commit | f5e99580c3d0222df176a147f72e9369f7d5f70a (patch) | |
tree | 3534d8e0846e7b97f018fcb9fffbae77bd7d5622 /README.shutdown | |
parent | Let vdrplugin-rebuild detect and fix corrupt plugin database. (diff) | |
download | gentoo-vdr-scripts-f5e99580c3d0222df176a147f72e9369f7d5f70a.tar.gz gentoo-vdr-scripts-f5e99580c3d0222df176a147f72e9369f7d5f70a.tar.bz2 gentoo-vdr-scripts-f5e99580c3d0222df176a147f72e9369f7d5f70a.zip |
Simplified wakeup logic a bit. Moved rtc-wakeup to own files.
svn path=/gentoo-vdr-scripts/trunk/; revision=573
Diffstat (limited to 'README.shutdown')
-rw-r--r-- | README.shutdown | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/README.shutdown b/README.shutdown index f7a7851..73d7960 100644 --- a/README.shutdown +++ b/README.shutdown @@ -31,12 +31,6 @@ Return values of functions: Functions to be defined: -wakeup_check: - Should return 0 when setting wakeup is possible - else it should return a non-zero return value - and set an error-message. - i.e. check for existence of used programms ... - set_wakeup: Do the real work. It gets the time to wakeup as first parameter in Unix-Format (Seconds since 1970-01-01 UTC) |