- Removed "rcfestival" and added almost equivalent functionality to systemd unit file (thanks to Franck Bui <fbui@suse.com>). - Removed %stop_on_removal and %restart_on_update from .spec, which is not needed anymore. OBS-URL: https://build.opensuse.org/request/show/831980 OBS-URL: https://build.opensuse.org/package/show/KDE:KDE3/festival?expand=0&rev=28
33 lines
701 B
Plaintext
33 lines
701 B
Plaintext
## Path: Network/Sound/festival
|
|
## Description: Options for the festival server
|
|
|
|
## Type: string
|
|
## Default ""
|
|
#
|
|
FESTIVAL_OPTIONS=""
|
|
|
|
## Type: yesno
|
|
## Default: yes
|
|
## ServiceRestart: ntp
|
|
#
|
|
# Shall the festival server run in the chroot jail /var/lib/festival?
|
|
#
|
|
FESTIVAL_RUN_CHROOTED="yes"
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: ntp
|
|
#
|
|
# If the festival server runs in the chroot jail these files will be
|
|
# copied to $FESTIVAL_CHROOT_PREFIX besides the default of /etc/festival.scm
|
|
#
|
|
FESTIVAL_CHROOT_FILES=""
|
|
|
|
## Type: string
|
|
## Default: "/usr/share/festival"
|
|
#
|
|
# festival chroot directory.
|
|
#
|
|
FESTIVAL_CHROOT_PREFIX="/usr/share/festival"
|
|
|