]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - net-analyzer/nagios-check_mysql_health/nagios-check_mysql_health-2.1.9.2.ebuild
net-analyzer/nagios-check_mysql_health: comment out the pkg_preinst() for now.
[mjo-overlay.git] / net-analyzer / nagios-check_mysql_health / nagios-check_mysql_health-2.1.9.2.ebuild
index 6dda964bd561c985f49afb8186b1c81bdf29c9c5..7de6cfd3ae757009aae79d68857825e6556b2cd8 100644 (file)
@@ -34,8 +34,8 @@ src_configure(){
        econf --libexecdir="/usr/$(get_libdir)/nagios/plugins"
 }
 
-pkg_preinst() {
-       # These should match net-analyzer/{monitoring,nagios}-plugins.
-       enewgroup nagios
-       enewuser nagios -1 /bin/bash /var/nagios/home nagios
-}
+# Here we should have a pkg_preinst() that creates the nagios user/group
+# (using the same command from e.g. net-analyzer/nagios-plugins). But
+# right now, the build system for check_mysql_health has a bug: it
+# doesn't use the configured user (INSTALL_OPTIONS aren't passed to
+# /usr/bin/install), so it's pointless.