Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2004 03:08:37 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net Makefile ports/net/ifstated Makefile distinfo pkg-descr ports/net/ifstated/files ifstated.sh patch-Makefile patch-etc-ifstated.conf patch-ifstated.8 patch-ifstated.c patch-ifstated.h patch-parse.y
Message-ID:  <200411210308.iAL38blH019312@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pav         2004-11-21 03:08:37 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/ifstated         Makefile distinfo pkg-descr 
    net/ifstated/files   ifstated.sh patch-Makefile 
                         patch-etc-ifstated.conf patch-ifstated.8 
                         patch-ifstated.c patch-ifstated.h 
                         patch-parse.y 
  Log:
  Add ifstated, a port of src/usr.sbin/ifstated from OpenBSD.  It has been
  modified to use kqueue/kevent and sysctl.
  
  The ifstated daemon runs commands in response to network state changes,
  which it determines by monitoring interface link state or running exter-
  nal tests.  For example, it can be used with carp(4) to change running
  services or to ensure that carp(4) interfaces stay in sync, or with pf(4)
  to test server or link availability and modify translation or routing
  rules.
  
  PR:             ports/74096
  Submitted by:   Matthew George <mdg@secureworks.net>
  
  Revision  Changes    Path
  1.1374    +1 -0      ports/net/Makefile
  1.1       +44 -0     ports/net/ifstated/Makefile (new)
  1.1       +2 -0      ports/net/ifstated/distinfo (new)
  1.1       +31 -0     ports/net/ifstated/files/ifstated.sh (new)
  1.1       +24 -0     ports/net/ifstated/files/patch-Makefile (new)
  1.1       +34 -0     ports/net/ifstated/files/patch-etc-ifstated.conf (new)
  1.1       +17 -0     ports/net/ifstated/files/patch-ifstated.8 (new)
  1.1       +350 -0    ports/net/ifstated/files/patch-ifstated.c (new)
  1.1       +34 -0     ports/net/ifstated/files/patch-ifstated.h (new)
  1.1       +25 -0     ports/net/ifstated/files/patch-parse.y (new)
  1.1       +15 -0     ports/net/ifstated/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411210308.iAL38blH019312>