From e51474b1a0df70174e725a068f144e83832c7bdf Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 8 Jan 2018 23:14:23 +0000 Subject: app-text/calibre : import from gentoo tree, fix compiling against qt5.9 (cherry pick https://github.com/kovidgoyal/calibre/commit/82bd2e1a51df0650cb40894c5dc2b958f601a91d.patch) --- app-text/calibre/files/calibre-server.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app-text/calibre/files/calibre-server.conf (limited to 'app-text/calibre/files/calibre-server.conf') diff --git a/app-text/calibre/files/calibre-server.conf b/app-text/calibre/files/calibre-server.conf new file mode 100644 index 00000000..c1bed842 --- /dev/null +++ b/app-text/calibre/files/calibre-server.conf @@ -0,0 +1,13 @@ +# /etc/conf.d/calibre-server +# Change this to the user you want to run calibre-server as. +# You may specify a group too, after a colon +# NOTE: This must be set and not to root! +CALIBRE_USER= + +# Set the path of the library to serve. +# Defaults to the default location for CALIBRE_USER. +#CALIBRE_LIBRARY='/Calibre Library' + +# Extra options to pass to calibre-server. +# See the calibre-server man page for more options. +#CALIBRE_OPTS="--username calibre --password password --thread-pool 10 --port 8080" -- cgit v1.2.3