File: default-message

package info (click to toggle)
vdr-plugin-console 0.5.1-16
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 324 kB
  • ctags: 353
  • sloc: ansic: 6,668; sh: 109; makefile: 100
file content (15 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

echo "The default installation of the console plugin just displays this message.

If you want to start another programm with the console plugin,
you have to edit /etc/vdr/plugins/plugin.console.conf.

Another alternative to start certain programs is to create the file 
/etc/vdr/plugins/commands.conf and to add entries like this:

Midnight Commander 	: mc
IPTraf			: iptraf

(Note: This is just the same format as it is used in vdr's commands.conf and
reccmds.conf, a description of it can be found under \"man 5 vdr\".)"