diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:31:10 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:31:10 +0000 |
commit | a974fe27740d64025ce1e1aeb5c23a617c8df856 (patch) | |
tree | e5385e7c9fdd1e451c6a203c6ffbb10ff9386355 /net/nicmond/files | |
parent | Add freedt 0.17, an experimental reimplementation of Dan (diff) |
Add nicmond 1.1, a network interface monitor.
PR: 52637
Submitted by: Dan Pelleg <daniel+nicmond@pelleg.org>
Notes
Notes:
svn path=/head/; revision=82089
Diffstat (limited to 'net/nicmond/files')
-rw-r--r-- | net/nicmond/files/patch-aa | 9 | ||||
-rw-r--r-- | net/nicmond/files/patch-ab | 20 |
2 files changed, 29 insertions, 0 deletions
diff --git a/net/nicmond/files/patch-aa b/net/nicmond/files/patch-aa new file mode 100644 index 000000000000..bcef2fef8213 --- /dev/null +++ b/net/nicmond/files/patch-aa @@ -0,0 +1,9 @@ +--- Makefile.org Fri May 23 20:21:18 2003 ++++ Makefile Fri May 23 20:21:34 2003 +@@ -1,6 +1,3 @@ +-CFLAGS= -O2 -Wall +-PREFIX= /usr/local +- + all: nicmond + + nicmond: nicmond.c diff --git a/net/nicmond/files/patch-ab b/net/nicmond/files/patch-ab new file mode 100644 index 000000000000..35533c61f477 --- /dev/null +++ b/net/nicmond/files/patch-ab @@ -0,0 +1,20 @@ +--- nicmond.conf.orig Fri May 23 22:01:51 2003 ++++ nicmond.conf Fri May 23 22:02:43 2003 +@@ -6,10 +6,11 @@ + info info + + interface fxp0 +- up /etc/pccard_ether $device start +- up /sbin/rtsol $device +- down /etc/pccard_ether $device stop ++#select and un-comment "up" and/or "down" actions as needed ++# up /etc/pccard_ether $device start ++# up /sbin/rtsol $device ++# down /etc/pccard_ether $device stop + # down /sbin/route delete $myaddr4 localhost +- down /sbin/ifconfig $device inet6 $myaddr6 delete +- down /usr/local/libexec/cleanup_inet6_route $device +- down /sbin/ifconfig $device down ++# down /sbin/ifconfig $device inet6 $myaddr6 delete ++# down /usr/local/libexec/cleanup_inet6_route $device ++# down /sbin/ifconfig $device down |