bareos: playground 7f41eb7d

Author Committer Branch Timestamp Parent
joergs joergs playground 2014-04-02 15:45 playground 982f51e1 Pending
Changeset use dh_installinit to handle Debian start scripts

the Debian package build (Debian, Ubuntu, Univention) mechanism
offers support functions to handle daemon init scripts.
This patch uses this mechanism.
Changed behaviour:
      bareos-fd and bareos-sd are started on install.
        This is normally not useful, because they are not configured correctly.
        However, is the Debian default behavior.
      bareos-fd and bareos-sd are restarted on update.
      bareos-fd, bareos-sd and bareos-dir are stopped on removal.
      When doing an install from source (make, make install) on Debian,
        init scripts will not be installed.
        An extra call "make install-autostart" is required.
mod - .travis.yml Diff File
mod - autoconf/configure.in Diff File
mod - debian/bareos-director.install Diff File
mod - debian/bareos-director.postinst Diff File
mod - debian/bareos-director.prerm Diff File
mod - debian/bareos-filedaemon.install Diff File
mod - debian/bareos-filedaemon.postinst Diff File
mod - debian/bareos-filedaemon.prerm Diff File
mod - debian/bareos-storage.install Diff File
mod - debian/bareos-storage.postinst Diff File
mod - debian/bareos-storage.prerm Diff File
mod - debian/rules Diff File
mod - debian/univention-bareos-schema.postinst Diff File
mod - debian/univention-bareos.postinst Diff File
mod - debian/univention-bareos.postrm Diff File
mod - debian/univention-bareos.preinst Diff File
mod - debian/univention-bareos.prerm Diff File
mod - platforms/debian/Makefile.in Diff File
mod - platforms/packaging/bareos-RHEL_4.spec Diff File
mod - platforms/packaging/bareos.spec Diff File