---
name: ifstated
version: 5.1,1
origin: net/ifstated
comment: Interface state daemon
arch: freebsd:9:x86:64
www: UNKNOWN
maintainer: ports@christianserving.org
prefix: /usr/local
licenselogic: single
flatsize: 41554
desc: |
  The ifstated daemon runs commands in response to network state
  changes, which it determines by monitoring interface link state or
  running external 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.
deps:
  libevent: {origin: devel/libevent, version: 1.4.14b_2}
categories: [net]
files:
  /usr/local/etc/ifstated.conf-sample: 1545eea119219912bc26acac0f1c0cbb774714e470b73403534b81069e23d1c5
  /usr/local/etc/rc.d/ifstated: f7195601c86674575ef2b9613edda9229cf7875a717f1cc325d70f145207d749
  /usr/local/man/man5/ifstated.conf.5.gz: 5180ffac0d18d80ae9ff2b247f6b5ca095fd6f1ef7d88f1a05569c7c11d5dbd8
  /usr/local/man/man8/ifstated.8.gz: 48deb2c17fe56df4713087e56f37714f751bb66fa84c18a501b7082962827afc
  /usr/local/sbin/ifstated: 5b7b40c55edc935ebcdfaa87169d2f4f7a4b8181465434169c61a9bd93921428
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
message: |2+

  To use ifstated, you must create one or more configration files (a
  sample is provided).  This version of ifstated allows for multiple
  "profiles" or instances, each with its own configuration.  Please see
  the comments in /usr/local/etc/rc.d/ifstated for the variables to set
  in /etc/rc.conf.

