Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151944920
D18533.id51925.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
783 B
Referenced Files
None
Subscribers
None
D18533.id51925.diff
View Options
Index: net/zerotier/Makefile
===================================================================
--- net/zerotier/Makefile
+++ net/zerotier/Makefile
@@ -3,7 +3,7 @@
PORTNAME= zerotier
DISTVERSION= 1.2.12
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MAINTAINER= dch@FreeBSD.org
Index: net/zerotier/files/zerotier.in
===================================================================
--- net/zerotier/files/zerotier.in
+++ net/zerotier/files/zerotier.in
@@ -36,5 +36,15 @@
%%ZEROTIER_SYSLOG%% \
/usr/local/sbin/${name}-one"
+start_postcmd="start_postcmd"
+
+start_postcmd() {
+ until /usr/local/bin/zerotier-cli status |egrep -o ONLINE\$; do
+ warn ${name} waiting for ONLINE status
+ sleep 2
+ done
+ warn online
+}
+
run_rc_command "$1"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 12, 4:35 PM (1 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31337267
Default Alt Text
D18533.id51925.diff (783 B)
Attached To
Mode
D18533: net/zerotier: wait for ONLINE status before booting
Attached
Detach File
Event Timeline
Log In to Comment