mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2018-08-10 Fred Gleason <fredg@paravelsystems.com>
* Changed installation location of caed(8), ripcd(8), rdcatchd(8) and rdrepld(8) from '@prefix@/bin' to '@prefix@/sbin'. * Removed code to detach from controlling terminal after startup from caed(8), ripcd(8), rdcatchd(8) and rdrepld(8). * Removed code to manage dropbox instances from rdcatchd(8). * Removed code to start service daemons automatically from user modules. * Added rdservice(8).
This commit is contained in:
@@ -24,14 +24,16 @@ Hostname=localhost
|
||||
Loginname=rduser
|
||||
Password=letmein
|
||||
Database=Rivendell
|
||||
Driver=QMYSQL3 ; Stock Latin1-capable driver supplied by TrollTech
|
||||
;Driver=QNYSQLUTF8 ; UTF-8-capable driver packaged within Rivendell
|
||||
Driver=QMYSQL3
|
||||
|
||||
; The interval between 'keep-alive' queries to the MySQL server (seconds)
|
||||
HeartbeatInterval=360
|
||||
|
||||
; The following three settings control the attributes of new DB tables
|
||||
; created by Rivendell.
|
||||
Engine=MyISAM
|
||||
Charset=latin1
|
||||
Collation=latin1_swedish_ci
|
||||
Charset=utf8
|
||||
Collation=utf8_general_ci
|
||||
|
||||
[AudioStore]
|
||||
MountSource=
|
||||
|
Reference in New Issue
Block a user