~vanvugt/ubuntu/oneiric/mediatomb/fix-770964-784431

« back to all changes in this revision

Viewing changes to config/mediatomb-conf-optware

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2009-04-22 21:39:19 UTC
  • mto: (4.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090422213919-52m015y6gcpv1m1g
Tags: upstream-0.12.0~svn2018
ImportĀ upstreamĀ versionĀ 0.12.0~svn2018

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## This is a sambel configuration file for the MediaTomb daemon script
 
2
## used on Optware
 
3
 
 
4
## By default the configuration will be created in /etc/mediatomb
 
5
 
 
6
## User defined command line options that may be passed to the server
 
7
MT_OPTIONS=""
 
8
 
 
9
## MediaTomb will be started on port 50500
 
10
MT_PORT="50500"
 
11
 
 
12
## MediaTomb will run as mediatomb
 
13
MT_USER="root"
 
14
MT_GROUP="root"
 
15
 
 
16
## Location of the PID file
 
17
MT_PIDFILE="/opt/var/run/mediatomb.pid"
 
18
 
 
19
## Location of the log file
 
20
MT_LOGFILE="/opt/var/log/mediatomb"
 
21
 
 
22
## Location of the config file/database
 
23
MT_HOME="/opt/etc"
 
24
MT_CFGDIR="mediatomb"
 
25