Title: [opsview] [11981] Fixed dpkg not conflicting with nagios-nrpe-server
Revision
11981
Author
dferguson
Date
2013-04-04 15:45:22 +0100 (Thu, 04 Apr 2013)

Log Message

Fixed dpkg not conflicting with nagios-nrpe-server

Modified Paths


Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2013-04-04 11:26:07 UTC (rev 11980)
+++ trunk/CHANGES	2013-04-04 14:45:22 UTC (rev 11981)
@@ -23,6 +23,7 @@
      descriptors in workers
     Fixed semicolons in command definitions not being interpreted as comments
     Fixed ~ as needing to be executed by shell
+    Fixed Debian nagios-nrpe-server package not being a conflict
 
 3.20130304
     ENHANCEMENTS:

Modified: trunk/opsview-core/debian/control.in
===================================================================
--- trunk/opsview-core/debian/control.in	2013-04-04 11:26:07 UTC (rev 11980)
+++ trunk/opsview-core/debian/control.in	2013-04-04 14:45:22 UTC (rev 11981)
@@ -30,6 +30,7 @@
 Package: opsview
 Architecture: any
 Depends: opsview-core (>= PKG_VERSION), opsview-web (>= PKG_VERSION), opsview-compatibility-check (>= PKG_VERSION)
+Conflicts: nagios-nrpe-server
 Description: Opsview Metapackage
  Opsview is a network monitoring system. This package installs all the required 
  components for a fully working Opsview system.
@@ -37,7 +38,7 @@
 Package: opsview-slave
 Architecture: all
 Depends: libltdl7 | libltdl3, rrdtool, librrd4 | librrd2 | librrd0, librrds-perl, snmpd, apache2, mrtg, sudo, ksh, libmcrypt4, libgd2-noxpm | libgd2-xpm, libexpat1, libssl0.9.7 | libssl0.9.8 | libssl1.0.0, dnsutils, snmp, rsync, opsview-perl (>= %OPSVIEW_PERL_VERSION%)
-Conflicts: opsview, opsview-agent
+Conflicts: opsview, opsview-agent, nagios-nrpe-server
 Suggests: autossh
 Description: Opsview Slave Metapackage
  Installs all the required components for an Opsview slave

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to