This is an automated email from the git hooks/post-receive script. tiber-guest pushed a commit to branch master in repository vdr-plugin-restfulapi.
commit fb8cef9ed89003d453da8a9f74bbbcc0a3a2f326 Author: Tobias Grimm <[email protected]> Date: Sat Feb 17 12:44:53 2018 +0100 Install default restfulapi.conf --- debian/install | 3 +-- debian/restfulapi.conf | 9 +++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/install b/debian/install index fc9b563..c5b6de2 100644 --- a/debian/install +++ b/debian/install @@ -1,5 +1,4 @@ -#libvdr-restfulapi.so.* usr/lib/vdr/plugins/ API.html var/lib/vdr/plugins/restfulapi/ web/osd.css var/lib/vdr/plugins/restfulapi/ web/osd.js var/lib/vdr/plugins/restfulapi/ -plugin.restfulapi.conf etc/vdr/plugins/ +/debian/restfulapi.conf etc/vdr/conf.avail/ \ No newline at end of file diff --git a/debian/restfulapi.conf b/debian/restfulapi.conf new file mode 100644 index 0000000..13a9c04 --- /dev/null +++ b/debian/restfulapi.conf @@ -0,0 +1,9 @@ +# +# Command line parameters for vdr-plugin-restfulapi +# +[restfulapi] +--port=8002 +--ip=0.0.0.0 +--epgimages=/var/cache/vdr/epgimages +--channellogos=/usr/share/vdr-channellogos +--webapp=/var/lib/vdr/plugins/restfulapi/webapp -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-restfulapi.git _______________________________________________ pkg-vdr-dvb-changes mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-vdr-dvb-changes
