mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Drop rc_start(); it's the default.
This commit is contained in:
@@ -2,7 +2,7 @@ COMMENT= RPKI-To-Router implementation in Go
|
||||
|
||||
MODGO_MODNAME= github.com/bgp/stayrtr
|
||||
MODGO_VERSION= v0.6.2
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
EPOCH= 0
|
||||
|
||||
DISTNAME= stayrtr-${MODGO_VERSION}
|
||||
|
||||
@@ -8,8 +8,4 @@ daemon_logger="daemon.info"
|
||||
|
||||
rc_bg=YES
|
||||
|
||||
rc_start() {
|
||||
rc_exec "${daemon} ${daemon_flags}"
|
||||
}
|
||||
|
||||
rc_cmd $1
|
||||
|
||||
Reference in New Issue
Block a user