Compare commits

..

No commits in common. "main" and "v2.8.1" have entirely different histories.
main ... v2.8.1

2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
PORTNAME= webhook PORTNAME= webhook
PORTVERSION= 2.8.1 PORTVERSION= 2.8.1
PORTREVISION= 1
CATEGORIES= net-mgmt CATEGORIES= net-mgmt
MAINTAINER= johan@nosd.in MAINTAINER= johan@nosd.in

View File

@ -16,7 +16,7 @@ rcvar=webhook_enable
load_rc_config $name load_rc_config $name
: ${webhook_conf:=/usr/local/etc/webhook/webhook.yaml} : ${webhook_conf:=/usr/local/etc/webhook.yaml}
: ${webhook_enable:=NO} : ${webhook_enable:=NO}
: ${webhook_facility:=daemon} : ${webhook_facility:=daemon}
: ${webhook_priority:=debug} : ${webhook_priority:=debug}