In the state that configure.in is currently in, neither mgmt nor snmp_subagent (nor cim_provider nor tsa_plugin) can be enabled, so it is meaningless to ./configure them in debian/rules
Cc: Dejan Muhamedagic <[EMAIL PROTECTED]> Cc: Andrew Beekhof <[EMAIL PROTECTED]> Signed-off-by: Simon Horman <[EMAIL PROTECTED]> Index: hertbeat-strip/debian/rules =================================================================== --- hertbeat-strip.orig/debian/rules 2008-03-28 10:51:25.000000000 +0900 +++ hertbeat-strip/debian/rules 2008-03-28 10:51:45.000000000 +0900 @@ -11,8 +11,7 @@ cfg:=--prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --mandir=/usr/share/man \ --with-group-name=haclient --with-ccmuser-name=hacluster \ - --enable-snmp-subagent --with-mibsdir=/usr/share/snmp/mibs \ - --disable-fatal-warnings --enable-mgmt --enable-glib-malloc + --disable-fatal-warnings --enable-glib-malloc # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) -- -- Horms _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
