mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net/mdns-bridge: Fix rc script
Fix command name to point to binary installed by this port PR: 285100 MFH: 2025Q1
This commit is contained in:
parent
733aea016c
commit
2b444dc15d
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= mdns-bridge
|
||||
PORTVERSION= 1.0.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= dennypage@me.com
|
||||
|
|
|
@ -22,7 +22,7 @@ load_rc_config $name
|
|||
: ${mdns_bridge_enable:=NO}
|
||||
: ${mdns_bridge_config=%%PREFIX%%/etc/mdns-bridge.conf}
|
||||
|
||||
command=%%PREFIX%%/sbin/${name}
|
||||
command=%%PREFIX%%/bin/mdns-bridge
|
||||
pidfile=/var/run/${name}.pid
|
||||
|
||||
command_args="-s -p $pidfile -c $mdns_bridge_config"
|
||||
|
|
Loading…
Add table
Reference in a new issue