The rc script for the ndoutil does not work. ndo2db config file is /usr/local/etc/nagios/ndo2db.cfg not nagios.cfg the binary name is ndo2db-3x not ndo2db load_rc_config $name is executed before the default vars are set Fix: Patch attached with submission follows: How-To-Repeat: cd /usr/ports/net-mgmt/ndoutils make install # set this vars in rc.conf.local, they will be ignored ndo2db_enable="YES" ndo2db_configfile="/usr/local/etc/nagios/ndo2db.cfg"
Responsible Changed From-To: freebsd-ports-bugs->pgollucci Over to maintainer (via the GNATS Auto Assign Tool)
pgollucci 2008-12-25 14:42:24 UTC FreeBSD ports repository Modified files: net-mgmt/ndoutils Makefile net-mgmt/ndoutils/files ndo2db.in Log: - An rc.d script that actually works [1] - Depend on net-mgmt/nagios not -devel PR: ports/129485 [1] Submitted by: olli hauer <ohauer@gmx.de> [1] Approved by: araujo (mentor, implicit) Revision Changes Path 1.2 +2 -1 ports/net-mgmt/ndoutils/Makefile 1.2 +6 -7 ports/net-mgmt/ndoutils/files/ndo2db.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!