From 207697bc97e1ac8905c14baac311769e02834330 Mon Sep 17 00:00:00 2001 From: Udo Richter Date: Sun, 2 Mar 2008 00:00:00 +0100 Subject: Version 0.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. --- skeleton.example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 skeleton.example (limited to 'skeleton.example') 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 -- cgit v1.2.3