Bug 80667 - [MAINTAINER] net/ifstated: integrate upstream changes
Summary: [MAINTAINER] net/ifstated: integrate upstream changes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-05 18:00 UTC by Matthew George
Modified: 2005-05-06 18:39 UTC (History)
0 users

See Also:


Attachments
file.diff (159 bytes, patch)
2005-05-05 18:00 UTC, Matthew George
no flags Details | Diff
file.diff (13.09 KB, patch)
2005-05-05 18:00 UTC, Matthew George
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew George 2005-05-05 18:00:16 UTC
A couple of nits have been corrected, but the most notable change is in
the configuration file grammar.  From the OpenBSD CVS logs:

Simplify the ifstated syntax:

 "carp0 link up" => carp0.link.up
 "and"           => &&
 "or"            => ||

* Allow one line actions after if statements without braces.
* Remove unecessary parentheses in the example config.

Fix: PORTNAME=	ifstated
-PORTVERSION=	20041117
+PORTVERSION=	20050505
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.secureworks.net/pub/ifstated/
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-05-06 18:39:16 UTC
State Changed
From-To: open->closed

Committed, thanks!