blob: 5dad284705abfa898f242ac6a3dbd88933605a69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Should 'mythfrontend' really execute mythwelcome instead?
# Default: false
MYTHWELCOME=false
# Options to pass to mythfrontend or mythwelcome based on the above setting
# Note: If you have mythwelcome enabled, it does not pass arguments to
# mythfrontend. You must configure this inside mythwelcome
# Default: --syslog local7
MYTHFRONTEND_OPTS="--syslog local7"
|