aboutsummaryrefslogtreecommitdiff
path: root/usr
Commit message (Expand)AuthorAgeFilesLines
* Run post-start addons also when vdr did not start. This will print syslog out...Matthias Schwarzott2008-07-064-27/+32
* Simplified waitfor function. Renamed DEVICE_CHECK to DVB_DEVICE_WAIT. Make ti...Matthias Schwarzott2008-07-064-41/+24
* Do not use header-path hardcoded in commands.Matthias Schwarzott2008-07-064-4/+6
* Add possibility to enable --userdump.Matthias Schwarzott2008-07-061-0/+1
* Rename variable.Matthias Schwarzott2008-07-061-3/+3
* Use yesno from openrc, but provide replacement for older baselayout.Matthias Schwarzott2008-07-0617-37/+48
* Add setting to disable patchlevel check.Matthias Schwarzott2008-07-041-1/+3
* Add config-setting to disable usage of the vdr -u option.Matthias Schwarzott2008-07-031-1/+1
* Remove 'Shutdown is retried soon' message. Reduce DRY_SHUTDOWN to one single ...Matthias Schwarzott2008-06-292-23/+16
* Fix typo.Matthias Schwarzott2008-06-241-1/+1
* Factored out checksum creation to extra executable.Matthias Schwarzott2008-06-213-30/+77
* Add commands for reload and for only unload of modules.Matthias Schwarzott2008-06-192-3/+21
* No longer check old location for addons and the caps file.Matthias Schwarzott2008-06-173-36/+26
* Cleanup of init-script and plugin loader structure.Matthias Schwarzott2008-06-175-106/+61
* Cleanup of plugin loading code.Matthias Schwarzott2008-06-155-80/+72
* Move watchdog code directly into init-script.Matthias Schwarzott2008-06-123-41/+0
* Small cleanup.Matthias Schwarzott2008-05-303-15/+8
* Absorbed message-functions into init-script.Matthias Schwarzott2008-05-292-30/+0
* Rewrite of vdr-watchdog.Matthias Schwarzott2008-05-292-23/+62
* Simplified code.Matthias Schwarzott2008-05-212-6/+5
* Simplified code.Matthias Schwarzott2008-05-212-19/+4
* Moved code to reload dvb modules into a seperate executable called dvb-reload...Matthias Schwarzott2008-05-213-89/+106
* More baselayout-2 fixes for acpi wakeup. Fixes wrong utc detection.Matthias Schwarzott2008-04-201-6/+12
* Give an explicit name to the automagic reboot handling - auto.Matthias Schwarzott2008-04-191-2/+2
* Make charmap handling more verbose and fix some export/usage order. Bug #217906Matthias Schwarzott2008-04-191-7/+14
* Print name of log-file in every case when errors are detected.Matthias Schwarzott2008-04-191-2/+5
* Added VDR_CHARSET_OVERRIDE supportMatthias Schwarzott2008-04-191-0/+2
* Add better error handling, like for disk full condition.Matthias Schwarzott2008-03-315-7/+9
* Add mount /boot for lilo, due to http://bugs.gentoo.org/show_bug.cgi?id=207105Matthias Schwarzott2008-02-201-1/+2
* Move mark-file logic for reboot completely into init-script.Matthias Schwarzott2008-02-181-4/+2
* Cleanup message handling for wakeup modules.Matthias Schwarzott2008-02-176-22/+20
* No longer write count of forced tests to osd.Matthias Schwarzott2008-02-171-1/+1
* small fixesMatthias Schwarzott2008-02-132-2/+2
* More wakeup simplifications. Now try more than 1 wakeup-method until one succ...Matthias Schwarzott2008-02-137-114/+96
* Now always install wakeup-nvram helper.Matthias Schwarzott2008-02-131-4/+1
* Simplified wakeup logic a bit. Moved rtc-wakeup to own files.Matthias Schwarzott2008-02-139-112/+116
* Fix wakeup-call logic to work with old and new acpi/rtc interface.Matthias Schwarzott2007-12-102-13/+32
* Updated acpi-wakeup to also work with new rtc-interface.Matthias Schwarzott2007-10-161-18/+35
* Added vdr-dvd-scripts.Matthias Schwarzott2007-10-044-1/+84
* Make install now is distributed over makefiles in every directory.Matthias Schwarzott2007-10-049-3/+189
* Added parameter to modify VDR niceness.Matthias Schwarzott2007-10-031-0/+5
* Do not set path to killall.Matthias Schwarzott2007-09-251-1/+1
* Added more possible log file names for syslog scanning.Matthias Schwarzott2007-07-101-1/+1
* For checking syslog, do not read whole files, but just seek into them with he...Matthias Schwarzott2007-07-102-7/+10
* Does not only show nice plugin failures, but also nicify the other errors.Matthias Schwarzott2007-07-101-5/+17
* Added a log parser to display critical errors that only show up in syslog.Matthias Schwarzott2007-07-092-0/+46
* Do write more log files about failed plugins.Matthias Schwarzott2007-07-071-7/+15
* Added locale selection for >=vdr-1.5.3, no longer drop locales to C, but auto...Matthias Schwarzott2007-07-031-1/+49
* Only store loaded plugins for usage at stopping.Matthias Schwarzott2007-06-232-4/+10
* Removed some bash operators.Matthias Schwarzott2007-06-112-2/+2