summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/freevo/files/freevo.conf')
-rw-r--r--media-tv/freevo/files/freevo.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/media-tv/freevo/files/freevo.conf b/media-tv/freevo/files/freevo.conf
new file mode 100644
index 000000000000..1515cfeef33a
--- /dev/null
+++ b/media-tv/freevo/files/freevo.conf
@@ -0,0 +1,33 @@
+# /etc/conf.d/freevo: configuration options for the freevo init script.
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License, v2
+# $Id$
+#
+# Before using this, make sure your settings in /etc/freevo are correct.
+
+
+# Mode to start Freevo itself. Possible values are
+#
+# no: don't start Freevo
+# yes: start Freevo on startup. You should only use this when the
+# computer is for Freevo only or you use Freevo with a DXR3
+# daemon: start Freevo in daemon mode. The daemon will wait for you to
+# press QUIT or POWER on your remote and will than start
+# Freevo. After Freevo shut down, the daemon will wait again.
+#
+# You don't need a X server running to start Freevo from init. If
+# needed, Freevo will start a X server on its own. Make sure your X
+# server can handle the resolution defined in /etc/freevo/freevo.conf
+
+freevo="no"
+
+
+# Mode the start the webserver. Possible values are "no" and "yes".
+# If you start the webserver with Freevo itself, you should say "no" here.
+
+webserver="no"
+
+
+# Mode the start the recordserver. Possible values are "no" and "yes".
+
+recordserver="no"