diff options
author | Udo Richter <udo_richter@gmx.de> | 2008-03-02 00:00:00 +0100 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2013-10-01 17:18:45 +0200 |
commit | 207697bc97e1ac8905c14baac311769e02834330 (patch) | |
tree | 458ffeb0ecb1da1ff2a9afd446ca200449498453 /skeleton.example | |
parent | 6d08550184e9d6d801d67882a827da46fadcdb66 (diff) | |
download | runvdr-extreme-207697bc97e1ac8905c14baac311769e02834330.tar.gz runvdr-extreme-207697bc97e1ac8905c14baac311769e02834330.tar.bz2 |
Version 0.3.0v0.3.0
* New: Support for the new VDR parameters --localedir and --userdump (LOCALEDIR="..." and USERDUMP="1")
* New: Wildcard loading with INCLUDE, allows for example to INCLUDE /etc/runvdr/conf.d/* to load several one-file-per-plugin config files.
* New: runvdr-conf.d, a plugin enable/disable service
* New: osdserver frontend for runvdr-conf.d
* New: Sample init.d script, Debian style
* Fix: Clean up mess with USER= and VDRUSER=. VDRUSER still works, but is deprecated.
Diffstat (limited to 'skeleton.example')
-rw-r--r-- | skeleton.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/skeleton.example b/skeleton.example new file mode 100644 index 0000000..e663850 --- /dev/null +++ b/skeleton.example @@ -0,0 +1,7 @@ +# Skeleton config file for placing in /etc/runvdr/ + +# The next two lines must be present: +# Plugin name: Skeleton plugin +# Default priority: 50 + +AddPlugin skeleton |