net-mgmt/semaphore: require mysql for startup to avoid failure
This commit is contained in:
parent
d30f3a7b1f
commit
f3c259369b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437667
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= semaphore
|
||||
PORTVERSION= 2.2.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# PROVIDE: semaphore
|
||||
# REQUIRE: mysql
|
||||
# KEYWORD: shutdown
|
||||
|
||||
. /etc/rc.subr
|
||||
|
Loading…
Reference in New Issue
Block a user