Projet

Général

Profil

check_bareos_plugin.patch

Emmanuel GARETTE, 09/09/2015 11:48

Télécharger (1,83 ko)

Voir les différences:

debian/check-bareos-plugin.dirs
1
usr/lib/nagios/plugins/
debian/check-bareos-plugin.install
1
check_bareos/.libs/check_bareos usr/lib/nagios/plugins/
2
check_bareos/check_bareos_pools.sh usr/lib/nagios/plugins/
3

  
debian/control.in
342 342
 GNOME.
343 343
 .
344 344
 The monitor constantly displays Bareos's status.
345

  
346
Package:        check-bareos-plugin
347
Architecture:   any
348
Depends:        bareos-common
349
Conflicts:      check-bacula-plugin
350
Replaces:       check-bacula-plugin
351
Description: network backup, recovery and verification - check tool
352
 Bareos is a set of programs to manage backup, recovery and verification of
353
 data across a network of computers of different kinds.
354
 .
355
 This package provides a nagios plugin to check the status of bareos.
356

  
debian/rules
118 118
	if [ "`lsb_release --short  --id`" = "Ubuntu" ] && [ "`lsb_release --short  --release`" = "8.04" ]; then PARALLEL=""; fi; \
119 119
	dh $@ $$PARALLEL
120
override_dh_auto_build:
121
	dh_auto_build -O--parallel
122
	(cd check_bareos; make)
123

  
120 124
gen-debian-copyright:
121 125
	(cd debian; make copyright)