diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2008-12-13 09:09:54 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2008-12-13 09:09:54 +0100 |
commit | b5bb9b571134454e2507bce56211f68e15fb276e (patch) | |
tree | d723e1916c9a19cb2d00592d7728ed7f7f4a21b9 /INSTALL | |
parent | 0f5234f89bea92523d7e8e3ec72bd5cb25dec19f (diff) | |
download | vdradmin-am-3.6.3.tar.gz vdradmin-am-3.6.3.tar.bz2 |
2008-12-13: 3.6.3v3.6.3
- Updated: Spanish translation (Submitted by Rüdiger Jung).
- Changed: Process name to "vdradmind" (Based on patch submitted by Ville Skyttä).
- Updated: Italian translation (Submitted by Diego Pierotto).
- Changed executable's name from "vdradmind.pl" to "vdradmind".
- Updated: Dutch translation (Submitted by Roel Koelewijn).
- Added Play/Stop/FastForward/etc. buttons to remote controls (based on patch by L.Locke @vdr-portal.de).
- Added: epgsearch templates can be created, modified and deleted.
- Read used character encoding in SVDRP connections and recode result to the encoding used in the current locale.
- Minor bugfixes and improvements.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -38,12 +38,12 @@ to get a complete VDRAdmin-AM folder: 4a) run locally (=no installation) First you have to configure VDRAdmin-AM. This only has to be done once. - $ ./vdradmind.pl --config + $ ./vdradmind --config Some questions about the configuration will be asked. Now you're done and you can run VDRAdmin-AM: - $ ./vdradmind.pl + $ ./vdradmind 4b) install into system $ ./make.sh install @@ -51,7 +51,7 @@ to get a complete VDRAdmin-AM folder: Some questions about the configuration will asked. Now you're done and you can run VDRAdmin-AM: - $ vdradmind.pl + $ vdradmind 5) If you want VDRAdmin-AM to run automatically on system boot, you have to add a startup script to the wanted runlevel. Please consult your @@ -129,7 +129,7 @@ to get a complete VDRAdmin-AM folder: START = { [FLAG] FLAGS = I|O|R - PROGRAM = /path/to/vdradmind.pl --displaycall "Call from \$2" + PROGRAM = /path/to/vdradmind --displaycall "Call from \$2" } Restart isdnlog. |