Version: 0.9.5, Package name: hashicorp-serf-0.9.5 |
Maintained by: Antoine Jacoutot |
Master sites: |
Description Serf is a decentralized solution for service discovery and orchestration that is lightweight, highly available, and fault tolerant. An efficient and lightweight gossip protocol is used to communicate with other nodes. Serf can detect node failures and notify the rest of the cluster. An event system is built on top of Serf, letting you use Serf's gossip protocol to propagate events such as deploys, configuration changes, etc. Serf is completely masterless with no single point of failure. serf.rc #!/bin/ksh daemon="${TRUEPREFIX}/bin/serf agent" daemon_flags="-syslog" daemon_user="_serf" . /etc/rc.d/rc.subr rc_bg=YES rc_stop_signal=INT rc_cmd $1 |
Filesize: 540.131 KB |
Version History (View Complete History) |
|
2021-11-06 04:38:41 by Antoine Jacoutot | Files touched by this commit (31) |
Log message: Use the new rc_stop_signal / rc_reload_signal variables. Need a recent rc.subr. |
2021-03-08 06:59:29 by Stuart Henderson | Files touched by this commit (92) |
Log message: bump the golang ports so that pkg_add -u knows to update them |
2020-11-01 11:18:49 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to (hashicorp-)serf-0.9.5. |
2020-04-17 17:59:50 by Stuart Henderson | Files touched by this commit (8) |
Log message: add a comment next to BROKEN-aarch64 to suggest trying removing it with the next update, hopefully vendored libs will be updated by then |
2020-04-14 15:38:00 by Stuart Henderson | Files touched by this commit (8) |
Log message: disable some golang ports on aarch64, failing builds mostly due to golang.org/x/sys/unix or golang.org/x/net/internal/socket problems (which suggests they have old vendored copies that don't include aarch64 support) |
2019-10-05 03:03:03 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to (hashicorp-)serf-0.8.5. |
2019-09-22 01:46:40 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to (hashicorp-)serf-0.8.4. |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-16 02:14:44 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to (hashicorp-)serf-0.8.3. |
2019-04-03 02:08:42 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to (hashicorp-)serf-0.8.2. |
2018-04-14 16:53:55 by Stuart Henderson | Files touched by this commit (11) |
Log message: bump all go ports that don't already have a RUN_DEPENDS on lang/go (which has pkgspec set on the go version number already), so that pkg_add -u updates them to versions which work with MAP_STACK. spotted by pvk@ |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-05-27 13:57:08 by Antoine Jacoutot | Files touched by this commit (88) |
Log message: Bring rc_bg back. |
2017-05-27 07:55:59 by Antoine Jacoutot | Files touched by this commit (47) |
Log message: I forgot the bump commit... |
2017-05-27 07:53:07 by Antoine Jacoutot | Files touched by this commit (47) |
Log message: Cope with recent rc.subr(8) change (removal of rc_bg etc.) |
2017-03-17 04:02:47 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to hashicorp-serf-0.8.1. |
2017-01-20 22:03:28 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to (hashicorp-)serf-0.8.0. |
2016-08-03 03:34:39 by Antoine Jacoutot | Files touched by this commit (19) |
Log message: Bump after recent go MODULE change. ok czarkoff@ |
2016-05-14 03:55:07 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: No need for /var/serf. |