Changesets: bareos

playground d04e50a1

2014-04-02 15:45

joergs

Ported: N/A

Details Diff
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.spec Diff File

playground 56762e98

2014-04-02 15:45

joergs

Ported: N/A

Details Diff
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

playground 7f41eb7d

2014-04-02 15:45

joergs

Ported: N/A

Details Diff
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

master 2789dd54

2014-04-02 15:45

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
handle Debian start scripts by dh_installinit

the Debian package build mechanism
(used for Debian, Ubuntu, Univention)
offers support functions to handle daemon init scripts.
This patch uses this mechanism.
It also adapts the behavior of RPM packages to be identical to DEB packages.
Changed behaviour:

bareos-dir, bareos-sd and bareos-fd are enabled on install/update
On install, daemons are normally not configured
and therefore automatic activation often not useful.
However, this the the default behavior of Debian
and therefore we configured it in this way.

bareos-fd is started/restarted on install/update
bareos-dir and bareos-sd are not restarted, to prevent canceling running jobs.

bareos-dir, bareos-sd and bareos-fd are stopped on deinstall

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.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
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

master 7f850aa9

2014-04-02 12:48

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
get_database_param: return default value

return the default value, if calling bareos-dhcheck fails.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - scripts/bareos-config-lib.sh.in Diff File

master 76be78a6

2014-04-02 10:48

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
get_database_param: return default value

return the default value, if calling bareos-dhcheck fails.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - scripts/bareos-config-lib.sh.in Diff File

bareos-13.2 75beda19

2014-04-02 10:48

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
get_database_param: return default value

return the default value, if calling bareos-dhcheck fails.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - scripts/bareos-config-lib.sh.in Diff File

master 14e375b2

2014-03-31 20:12

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
bareos-config get_database_param: use dbcheck

modified get_database_param to use bareos-dbcheck to get database parameter
instead of directly accessing the Bareos Director config file.
Because bareos-dbcheck uses the Bareos config parser this prevents problems with different formating.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - scripts/bareos-config-lib.sh.in Diff File

master dd7c3456

2014-03-31 18:12

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
bareos-config get_database_param: use dbcheck

modified get_database_param to use bareos-dbcheck to get database parameter
instead of directly accessing the Bareos Director config file.
Because bareos-dbcheck uses the Bareos config parser this prevents problems with different formating.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - scripts/bareos-config-lib.sh.in Diff File

bareos-13.2 e65157f2

2014-03-31 18:12

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
bareos-config get_database_param: use dbcheck

modified get_database_param to use bareos-dbcheck to get database parameter
instead of directly accessing the Bareos Director config file.
Because bareos-dbcheck uses the Bareos config parser this prevents problems with different formating.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - scripts/bareos-config-lib.sh.in Diff File

master d9d1fb03

2014-03-26 12:49

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
dir startscript also checks the configuration

Also added a debug message to the dummy libbareoscats library
mod - scripts/bareos-ctl-dir.in Diff File
mod - scripts/bareos-ctl-funcs Diff File
mod - src/cats/cats_dummy.c Diff File

master a686d2c5

2014-03-26 11:49

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
dir startscript also checks the configuration

Also added a debug message to the dummy libbareoscats library
mod - scripts/bareos-ctl-dir.in Diff File
mod - scripts/bareos-ctl-funcs Diff File
mod - src/cats/cats_dummy.c Diff File

bareos-13.2 b343dc8b

2014-03-26 11:49

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
dir startscript also checks the configuration

Also added a debug message to the dummy libbareoscats library
mod - scripts/bareos-ctl-dir.in Diff File
mod - scripts/bareos-ctl-funcs Diff File
mod - src/cats/cats_dummy.c Diff File

master a29e59fe

2014-03-21 18:08

Evgeni Golov


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Make Bareos packaging more Debian compliant

Install READMEs as docs into bareos-doc,
Set Standards-Version: 3.9.5,
Do not ship .la files, as suggested in Policy 10.2,
Remove dependency to hostname package, as it is always installed,
Let bareos-dbg properly depend on all the packages it proves symbols for,
Depending on the arch:all bareos package is wrong in several ways:
- Using binary:Version for an arch:all package will cause problems
with binNMUs (https://wiki.debian.org/binNMU)
- It will force everyone to install ALL packages when debugging a
(e.g.) filedaemon only problem
Add debian/watch file,
Depend on bsd-mailx | mailx instead of only mailx,
Some changes to the descriptions (wording, fixing too long Description lines),
Drop autoconf/config.log and add it to gitignore,
Install bat help in a subfolder of htmldir

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - .gitignore Diff File
rm - autoconf/config.log Diff File
mod - debian/bareos-devel.install Diff File
add - debian/bareos-doc.docs Diff File
mod - debian/control Diff File
mod - debian/control.common Diff File
add - debian/watch Diff File
mod - platforms/packaging/bareos-RHEL_4.spec Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - src/qt-console/bat.pro.in Diff File

playground 6fb0ba2d

2014-03-21 17:08

Evgeni Golov


Committer: joergs

Ported: N/A

Details Diff
make Baroes packaging more Debian compliant

install READMEs as docs into bareos-doc,
set Standards-Version: 3.9.5,
do not ship .la files, as suggested in Policy 10.2,
remove dependency to hostname package, as it is always installed,
let bareos-dbg properly depend on all the packages it proves symbols for,
depending on the arch:all bareos package is wrong in several ways:
- using binary:Version for an arch:all package will cause problems
with binNMUs (https://wiki.debian.org/binNMU)
- it will force everyone to install ALL packages when debugging a
(e.g.) filedaemon only problem
add debian/watch file,
depend on bsd-mailx | mailx instead of only mailx,
some changes to the descriptions (wording, fixing too long Description lines),
drop autoconf/config.log and add it to gitignore,
install bat help in a subfolder of htmldir
mod - .gitignore Diff File
rm - autoconf/config.log Diff File
mod - debian/bareos-devel.install Diff File
add - debian/bareos-doc.docs Diff File
mod - debian/control Diff File
mod - debian/control.common Diff File
add - debian/watch Diff File
mod - src/qt-console/bat.pro.in Diff File

master 74a67e2d

2014-03-21 17:08

Evgeni Golov


Committer: mvwieringen

Ported: N/A

Details Diff
Make Bareos packaging more Debian compliant

Install READMEs as docs into bareos-doc,
Set Standards-Version: 3.9.5,
Do not ship .la files, as suggested in Policy 10.2,
Remove dependency to hostname package, as it is always installed,
Let bareos-dbg properly depend on all the packages it proves symbols for,
Depending on the arch:all bareos package is wrong in several ways:
- Using binary:Version for an arch:all package will cause problems
with binNMUs (https://wiki.debian.org/binNMU)
- It will force everyone to install ALL packages when debugging a
(e.g.) filedaemon only problem
Add debian/watch file,
Depend on bsd-mailx | mailx instead of only mailx,
Some changes to the descriptions (wording, fixing too long Description lines),
Drop autoconf/config.log and add it to gitignore,
Install bat help in a subfolder of htmldir

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - .gitignore Diff File
rm - autoconf/config.log Diff File
mod - debian/bareos-devel.install Diff File
add - debian/bareos-doc.docs Diff File
mod - debian/control Diff File
mod - debian/control.common Diff File
add - debian/watch Diff File
mod - platforms/packaging/bareos-RHEL_4.spec Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - src/qt-console/bat.pro.in Diff File

master 6dda09c4

2014-03-20 22:23

Malcolm Hunter


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Translatable string fix
mod - src/dird/authenticate.c Diff File
mod - src/filed/authenticate.c Diff File
mod - src/lib/bsock.c Diff File
mod - src/qt-tray-monitor/authenticate.cpp Diff File
mod - src/stored/authenticate.c Diff File

master 4a2573a8

2014-03-20 21:23

Malcolm Hunter


Committer: mvwieringen

Ported: N/A

Details Diff
Translatable string fix
mod - src/dird/authenticate.c Diff File
mod - src/filed/authenticate.c Diff File
mod - src/lib/bsock.c Diff File
mod - src/qt-tray-monitor/authenticate.cpp Diff File
mod - src/stored/authenticate.c Diff File

bareos-13.2 1cc34cd5

2014-03-20 21:23

Malcolm Hunter


Committer: mvwieringen

Ported: N/A

Details Diff
Translatable string fix
mod - src/dird/authenticate.c Diff File
mod - src/filed/authenticate.c Diff File
mod - src/lib/bsock.c Diff File
mod - src/qt-tray-monitor/authenticate.cpp Diff File
mod - src/stored/authenticate.c Diff File

bareos-12.4 2dc3267d

2014-03-20 21:23

Malcolm Hunter


Committer: mvwieringen

Ported: N/A

Details Diff
Translatable string fix
mod - src/dird/authenticate.c Diff File
mod - src/filed/authenticate.c Diff File
mod - src/lib/bsock.c Diff File
mod - src/qt-tray-monitor/authenticate.cpp Diff File
mod - src/stored/authenticate.c Diff File

master 4527c068

2014-03-20 19:58

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
added check for unknown database

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/cats/create_bareos_database.in Diff File
mod - src/cats/grant_bareos_privileges.in Diff File

bareos-13.2 1b3003fa

2014-03-20 18:58

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
added check for unknown database

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/cats/create_bareos_database.in Diff File
mod - src/cats/grant_bareos_privileges.in Diff File

master a555edee

2014-03-20 18:58

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
added check for unknown database

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/cats/create_bareos_database.in Diff File
mod - src/cats/grant_bareos_privileges.in Diff File

master 542d6e4c

2014-03-20 16:46

NilByMouth


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Update LINGUAS

Add Polish language
mod - po/LINGUAS Diff File

master 2b2c71f4

2014-03-20 16:25

mvwieringen

Ported: N/A

Details Diff
Merge pull request 0000015 from NilByMouth/master

Update LINGUAS
mod - po/LINGUAS Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 557 558 559 560 561 562 563 ... 600 ... 606 607 608  Next  Last