summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Peterson <lavajoe@gentoo.org>2008-11-11 16:29:51 +0000
committerJoe Peterson <lavajoe@gentoo.org>2008-11-11 16:29:51 +0000
commit7c01e1ae011bf589998c891f9606cf2660981ecd (patch)
tree00fc7c2da47658e265a0d44af9cc6971cdde11d2 /media-sound
parentversion bump, removed old version (vanished from the vendor site) (diff)
downloadgentoo-2-7c01e1ae011bf589998c891f9606cf2660981ecd.tar.gz
gentoo-2-7c01e1ae011bf589998c891f9606cf2660981ecd.tar.bz2
gentoo-2-7c01e1ae011bf589998c891f9606cf2660981ecd.zip
Add comments to conf file regarding nice setting, etc.
(Portage version: 2.2_rc13/cvs/Linux 2.6.27-gentoo-r2 i686)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/squeezecenter/ChangeLog5
-rw-r--r--media-sound/squeezecenter/files/squeezecenter.conf.d16
2 files changed, 13 insertions, 8 deletions
diff --git a/media-sound/squeezecenter/ChangeLog b/media-sound/squeezecenter/ChangeLog
index dadad5bd4175..459f4a1827fb 100644
--- a/media-sound/squeezecenter/ChangeLog
+++ b/media-sound/squeezecenter/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/squeezecenter
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/squeezecenter/ChangeLog,v 1.32 2008/11/11 14:03:15 lavajoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/squeezecenter/ChangeLog,v 1.33 2008/11/11 16:29:51 lavajoe Exp $
+
+ 11 Nov 2008; Joe Peterson <lavajoe@gentoo.org> files/squeezecenter.conf.d:
+ Add comments to conf file regarding nice setting, etc.
11 Nov 2008; Joe Peterson <lavajoe@gentoo.org> files/squeezecenter.init.d:
Remove use of sudo and nice in init script; no rev bump
diff --git a/media-sound/squeezecenter/files/squeezecenter.conf.d b/media-sound/squeezecenter/files/squeezecenter.conf.d
index d7a70fd79adb..535323a60087 100644
--- a/media-sound/squeezecenter/files/squeezecenter.conf.d
+++ b/media-sound/squeezecenter/files/squeezecenter.conf.d
@@ -1,21 +1,23 @@
# /etc/conf.d/squeezecenter
# Niceness level for the SqueezeCenter process. If not specified then the
-# default is to run at standard priority. Uncomment the following to run at a
+# default is to run at standard priority. Uncomment the following to run at a
# high priority (in order to try to minimise drop-outs due to audio starvation
-# of the players):
+# of the players). Note that this requires "OpenRC", which will become the
+# standard init system for Gentoo at some point. If you are not using OpenRC
+# yet, this setting will have no effect:
#SC_NICENESS=-10
-# Default path of your music library and playlists. You can leave these
+# Default path of your music library and playlists. You can leave these
# undefined and configure them through the web interface instead.
#SC_MUSIC_DIR=/mnt/media/Music
#SC_PLAYLISTS_DIR=/mnt/media/Playlists
# The following contains any other options you want to specify, such as default
-# logging options. The example below will prevent the discovery and display of
+# logging options. The example below will prevent the discovery and display of
# UPNP devices within your players.
#
-# See "squeezecenter.pl --help" for a full list of possible options, but note
-# that many of them are supplied by /etc/init.d/squeezecenter and so don't need
-# to be present here.
+# See "squeezecenter-server --help" for a full list of possible options,
+# but note that many of them are supplied by /etc/init.d/squeezecenter
+# and so don't need to be present here.
#SC_OPTS="--noupnp"