Revision 955
- Date:
- 2010/07/26 12:02:07
- Files:
Legend:
- Added
- Removed
- Modified
-
net-mgmt/nefu/files/nefu.in
13 13 # nefu_flags (str): Custom additional arguments to be passed to nefu 14 14 # 15 15 16 . %%RC_SUBR%% 16 . /etc/rc.subr 17 17 18 18 name="nefu" 19 19 rcvar=`set_rcvar` -
net-mgmt/nefu/Makefile
2 2 # Date created: 17.10.2003 3 3 # Whom: Kirill Ponomarew <krion@FreeBSD.org> 4 4 # 5 # $FreeBSD: ports/net-mgmt/nefu/Makefile,v 1.21 2009/04/07 11:48:59 rafan Exp $ 5 # $FreeBSD: ports/net-mgmt/nefu/Makefile,v 1.23 2010/04/01 12:45:36 decke Exp $ 6 6 # 7 7 8 8 PORTNAME= nefu … … 16 16 17 17 USE_RC_SUBR= nefu 18 18 GNU_CONFIGURE= yes 19 MAKE_JOBS_UNSAFE= yes 19 20 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ 20 21 LIBS="-L${LOCALBASE}/lib" \ 21 22 YACC=${YACC} \ -
net-mgmt/nefu/pkg-descr
1 1 nefu monitors network services and reports outages. Working 2 from a discription of the network topography, nefu's algorithm 2 from a description of the network topography, nefu's algorithm 3 3 prevents "false alarms" in the event of a network outage due to 4 4 a dependency failure. 5 5