mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
sysutils/egress-monitor: Update to 0.0.5
ChangeLog: https://github.com/mekanix/egress-monitor/releases/tag/0.0.5 PR: 268117
This commit is contained in:
parent
06aa1b1d47
commit
b29b72bc22
3 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= egress-monitor
|
||||
DISTVERSION= 0.0.3
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.0.5
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= meka@tilda.center
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1668281396
|
||||
SHA256 (mekanix-egress-monitor-0.0.3_GH0.tar.gz) = 74302e0fea9be384d791d7610c85a783696f71ab2ca005e98e590d14b12e1da5
|
||||
SIZE (mekanix-egress-monitor-0.0.3_GH0.tar.gz) = 4937
|
||||
TIMESTAMP = 1670930769
|
||||
SHA256 (mekanix-egress-monitor-0.0.5_GH0.tar.gz) = c1d2c7019985712546f7dba71b368d8358990b0536940bc05dac6e0e76509481
|
||||
SIZE (mekanix-egress-monitor-0.0.5_GH0.tar.gz) = 5360
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# PROVIDE: egress-monitor
|
||||
# KEYWORD: shutdown
|
||||
# REQUIRE: NETWORKING
|
||||
# BEFORE: pf
|
||||
# BEFORE: pf ipfw
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
|
@ -13,10 +13,11 @@ rcvar=${name}_enable
|
|||
load_rc_config $name
|
||||
|
||||
: ${egress_monitor_enable:="NO"}
|
||||
: ${egress_monitor_flags:=""}
|
||||
|
||||
procname="%%PREFIX%%/sbin/egress-monitor"
|
||||
command="/usr/sbin/daemon"
|
||||
command_args="-S -T ${name} ${procname}"
|
||||
command_args="-S -T ${name} ${procname} ${egress_monitor_flags}"
|
||||
|
||||
run_rc_command $*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue