~paulbrianstewart/ubuntu/oneiric/quassel/833751-String-Error-Fix

« back to all changes in this revision

Viewing changes to debian/quassel-core.quasselcore.init

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-03-24 09:57:49 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20110324095749-fqhxgiulji0iu1pf
Tags: 0.7.2-0ubuntu1
* New upstream bug fix release
* Move quassel-core data dir from /var/cache to /var/lib (LP: #713462)
  - Add quassel-core.preinst to move existing data
  - Update debian/quasselcore-makecert, quassel-core.postinst,
    quassel-core.postrm, and quassel-core.quasselcore.init for the new data
    dir location
* Increase startup time allowance in debian/quassel-core.quasselcore.init to
  reduce incidence of startup failures (LP: #480022)
  - Thanks to Ralph Janke for the patch
* Update configdir description in debian/mans/quasselcore.pod to not
  specifically mention SQLite since other database types are also supported
* Drop temporary versioning libindicate-qt-dev build-depend

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
DAEMON_OPTS=""
50
50
DIETIME=10
51
 
STARTIME=3
 
51
STARTIME=5
52
52
LOGFILE=$LOGDIR/core.log
53
 
DATADIR=/var/cache/quassel
 
53
DATADIR=/var/lib/quassel
54
54
DAEMONUSER=quasselcore
55
55
 
56
56
if [ -f /etc/default/$NAME ] ; then