Skip to content

Commit

Permalink
security/tinc-devel: rc script support network argument
Browse files Browse the repository at this point in the history
PR: 264345
  • Loading branch information
Dirk Meyer authored and Dirk Meyer committed Jun 2, 2022
1 parent f27ea6b commit 3a13fb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion security/tinc-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tinc
PORTVERSION= 1.1pre18
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security net-vpn
MASTER_SITES= https://www.tinc-vpn.org/packages/ \
http://www.tinc-vpn.org/packages/
Expand Down
2 changes: 2 additions & 0 deletions security/tinc-devel/files/tincd.in
Expand Up @@ -36,6 +36,8 @@ status_cmd="tincd_status"
extra_commands="reload"
procname=${command:-tincd}
ldconfig_command="/sbin/ldconfig"
cfg=$(shift 1; echo "$@")
tincd_cfg=${cfg:=${tincd_cfg}}

tincd_start()
{
Expand Down

0 comments on commit 3a13fb2

Please sign in to comment.