diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-01-03 15:12:45 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-01-03 15:12:45 +0000 |
commit | bb8c2f980e0c57ea0ffd540bd43b9a8d645f9b43 (patch) | |
tree | db7b59b628b7d25d677cadb345421c08e77454d2 | |
parent | added new reboot-script to config-file (diff) | |
download | gentoo-vdr-scripts-bb8c2f980e0c57ea0ffd540bd43b9a8d645f9b43.tar.gz gentoo-vdr-scripts-bb8c2f980e0c57ea0ffd540bd43b9a8d645f9b43.tar.bz2 gentoo-vdr-scripts-bb8c2f980e0c57ea0ffd540bd43b9a8d645f9b43.zip |
a bit cleanup of documentation
svn path=/gentoo-vdr-scripts/trunk/; revision=116
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README.shutdown-jobs | 28 | ||||
-rw-r--r-- | TODO | 27 |
3 files changed, 32 insertions, 27 deletions
@@ -1,5 +1,9 @@ # ChangeLog for gentoo-vdr-scripts + 03 Jan 2006; Matthias Schwarzott <zzam@gentoo.org> +README.shutdown-jobs, + TODO: + a bit cleanup of documentation + 03 Jan 2006; Matthias Schwarzott <zzam@gentoo.org> etc/conf.d/vdr.shutdown: added new reboot-script to config-file diff --git a/README.shutdown-jobs b/README.shutdown-jobs new file mode 100644 index 0000000..d22ad9c --- /dev/null +++ b/README.shutdown-jobs @@ -0,0 +1,28 @@ +Short description of concept of shutdown-thread + + +* Thread before shutdown - With possibility to plug in some addons + This thread will be started when + + it is sure it can do the shutdown (nothing is against it) + + and it is an automatic shutdown (perhaps changed in future) + + and this thread has not been finished in the last XXmin + + When decided not to run this thread + shutdown continues + else + shutdown is aborted (with normal retry mechanism). + + This thread can do various things + + do an epg-scan svdrp-SCAN or switch channel-ranges per CHAN) + + fetch epg from external providers tvmovie hoerzu (when online) + + fetch epg from infosat or nxtvepg + + go over all recordings and start noad for those which have not had it already + + trigger the xxv oder vdradmin autotimer + + This thread runs under a name for which is explicitly checked when shutdown so that + it will not shutdown when it is not finished. + It writes the time it finished into a file (under /var/vdr/shutdown-data) + + When doing shutdown and the last finish-time read from file is not longer ago than XXmin + then it will not be started again and shutdown continues. + @@ -1,7 +1,5 @@ TODO file for gentoo-vdr-scripts -* Find out about acpi-problems - * eventually integrate settime * writing time at system-shutdown without vdr having the power button @@ -13,31 +11,6 @@ TODO file for gentoo-vdr-scripts * Skip some commands.conf files or specific entries out of some files by special criteria. -* Thread before shutdown - With possibility to plug in some addons - This thread will be started when - + it is sure it can do the shutdown (nothing is against it) - + and it is an automatic shutdown (perhaps changed in future) - + and this thread has not been finished in the last XXmin - - When decided not to run this thread - shutdown continues - else - shutdown is aborted (with normal retry mechanism). - - This thread can do various things - + do an epg-scan svdrp-SCAN or switch channel-ranges per CHAN) - + fetch epg from external providers tvmovie hoerzu (when online) - + fetch epg from infosat or nxtvepg - + go over all recordings and start noad for those which have not had it already - + trigger the xxv oder vdradmin autotimer - - This thread runs under a name for which is explicitly checked when shutdown so that - it will not shutdown when it is not finished. - It writes the time it finished into a file (under /var/vdr/shutdown-data) - - When doing shutdown and the last finish-time read from file is not longer ago than XXmin - then it will not be started again and shutdown continues. - * writing an API-document for all addon-scripts + plugin-rc-addons (run under root normally) + normal addons (root) |