View | Details | Raw Unified | Return to bug 265188 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/reggae/Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	reggae
1
PORTNAME=	reggae
2
PORTVERSION=	0.2.1
2
DISTVERSION=	0.2.3
3
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
4
4
5
MAINTAINER=	meka@tilda.center
5
MAINTAINER=	meka@tilda.center
Lines 13-19 RUN_DEPENDS= ${LOCALBASE}/bin/cbsd:sysutils/cbsd \ Link Here
13
13
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	cbsd
15
GH_ACCOUNT=	cbsd
16
USE_RC_SUBR=	reggae_pf
16
USE_RC_SUBR=	reggae reggae_pf
17
17
18
NO_ARCH=	yes
18
NO_ARCH=	yes
19
19
(-)b/sysutils/reggae/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1644097601
1
TIMESTAMP = 1657705855
2
SHA256 (cbsd-reggae-0.2.1_GH0.tar.gz) = 1619d7b56fd582e841812379091860d0eae81b01381f493166be10a20340fc1b
2
SHA256 (cbsd-reggae-0.2.3_GH0.tar.gz) = 10228858c7247c5ab14a9bec86dead6749bdbf0afb6984b8fd563d80c158ca65
3
SIZE (cbsd-reggae-0.2.1_GH0.tar.gz) = 53257
3
SIZE (cbsd-reggae-0.2.3_GH0.tar.gz) = 50216
(-)b/sysutils/reggae/files/reggae.in (+38 lines)
Added Link Here
1
#!/bin/sh
2
3
# PROVIDE: reggae
4
# KEYWORD: shutdown
5
6
. /etc/rc.subr
7
8
name=reggae
9
desc="reggae backend"
10
rcvar=${name}_enable
11
load_rc_config $name
12
13
: ${reggae_enable:="NO"}
14
: ${reggae_socket_dir:="/var/run/reggae"}
15
16
pidfile="/var/run/${name}.pid"
17
procname=/bin/sh
18
start_precmd="${name}_prestart"
19
start_cmd="${name}_start"
20
21
22
reggae_prestart() {
23
  install -d "${reggae_socket_dir}"
24
}
25
26
27
reggae_start() {
28
  echo -n "Starting ${name} ... "
29
  /usr/sbin/daemon -S %%PREFIX%%/bin/reggae service "${reggae_socket_dir}" "${pidfile}"
30
  status=$?
31
  if [ "${status}" = "0" ]; then
32
    echo "done"
33
  else
34
    echo "failed!"
35
  fi
36
}
37
38
run_rc_command $*
(-)b/sysutils/reggae/pkg-plist (-3 / +10 lines)
Lines 35-41 man/man1/reggae.1.gz Link Here
35
%%DATADIR%%/cbsd-profile/skel/usr/home/provision/.rhosts
35
%%DATADIR%%/cbsd-profile/skel/usr/home/provision/.rhosts
36
%%DATADIR%%/cbsd-profile/skel/usr/home/provision/.shrc
36
%%DATADIR%%/cbsd-profile/skel/usr/home/provision/.shrc
37
%%DATADIR%%/cbsd-profile/skel/usr/local/etc/sudoers
37
%%DATADIR%%/cbsd-profile/skel/usr/local/etc/sudoers
38
%%DATADIR%%/cbsd-profile/system/clone-local.d/placeholder
39
%%DATADIR%%/cbsd-profile/system/clone.d/placeholder
40
%%DATADIR%%/cbsd-profile/system/create.d/placeholder
41
%%DATADIR%%/cbsd-profile/system/facts.d/placeholder
38
%%DATADIR%%/cbsd-profile/system/facts.d/reggae_ip
42
%%DATADIR%%/cbsd-profile/system/facts.d/reggae_ip
43
%%DATADIR%%/cbsd-profile/system/master_create.d/placeholder
39
%%DATADIR%%/cbsd-profile/system/master_poststart.d/placeholder
44
%%DATADIR%%/cbsd-profile/system/master_poststart.d/placeholder
40
%%DATADIR%%/cbsd-profile/system/master_poststop.d/deregister.sh
45
%%DATADIR%%/cbsd-profile/system/master_poststop.d/deregister.sh
41
%%DATADIR%%/cbsd-profile/system/master_poststop.d/placeholder
46
%%DATADIR%%/cbsd-profile/system/master_poststop.d/placeholder
Lines 43-48 man/man1/reggae.1.gz Link Here
43
%%DATADIR%%/cbsd-profile/system/master_prestart.d/register.sh
48
%%DATADIR%%/cbsd-profile/system/master_prestart.d/register.sh
44
%%DATADIR%%/cbsd-profile/system/master_prestop.d/placeholder
49
%%DATADIR%%/cbsd-profile/system/master_prestop.d/placeholder
45
%%DATADIR%%/cbsd-profile/system/remove.d/placeholder
50
%%DATADIR%%/cbsd-profile/system/remove.d/placeholder
51
%%DATADIR%%/cbsd-profile/system/rename.d/placeholder
46
%%DATADIR%%/cbsd-profile/system/start.d/placeholder
52
%%DATADIR%%/cbsd-profile/system/start.d/placeholder
47
%%DATADIR%%/cbsd-profile/system/stop.d/placeholder
53
%%DATADIR%%/cbsd-profile/system/stop.d/placeholder
48
%%DATADIR%%/id_rsa
54
%%DATADIR%%/id_rsa
Lines 81-86 man/man1/reggae.1.gz Link Here
81
%%DATADIR%%/scripts/register.sh
87
%%DATADIR%%/scripts/register.sh
82
%%DATADIR%%/scripts/salt-provision.sh
88
%%DATADIR%%/scripts/salt-provision.sh
83
%%DATADIR%%/scripts/scp.sh
89
%%DATADIR%%/scripts/scp.sh
90
%%DATADIR%%/scripts/service.sh
84
%%DATADIR%%/scripts/shell-provision.sh
91
%%DATADIR%%/scripts/shell-provision.sh
85
%%DATADIR%%/scripts/ssh-ping.sh
92
%%DATADIR%%/scripts/ssh-ping.sh
86
%%DATADIR%%/scripts/ssh.sh
93
%%DATADIR%%/scripts/ssh.sh
Lines 104-111 man/man1/reggae.1.gz Link Here
104
%%DATADIR%%/templates/cbsd-bhyve.conf.tpl
111
%%DATADIR%%/templates/cbsd-bhyve.conf.tpl
105
%%DATADIR%%/templates/cbsd-vnet.conf.tpl
112
%%DATADIR%%/templates/cbsd-vnet.conf.tpl
106
%%DATADIR%%/templates/cbsd.conf.tpl
113
%%DATADIR%%/templates/cbsd.conf.tpl
107
%%DATADIR%%/templates/cbsd.zone
108
%%DATADIR%%/templates/cbsd_reverse.zone
109
%%DATADIR%%/templates/cloud-devops.sh
114
%%DATADIR%%/templates/cloud-devops.sh
110
%%DATADIR%%/templates/cloud-init/meta-data
115
%%DATADIR%%/templates/cloud-init/meta-data
111
%%DATADIR%%/templates/cloud-init/user-data
116
%%DATADIR%%/templates/cloud-init/user-data
Lines 114-119 man/man1/reggae.1.gz Link Here
114
%%DATADIR%%/templates/dhcpcd.conf
119
%%DATADIR%%/templates/dhcpcd.conf
115
%%DATADIR%%/templates/dhcpd-hook.sh
120
%%DATADIR%%/templates/dhcpd-hook.sh
116
%%DATADIR%%/templates/dhcpd.conf
121
%%DATADIR%%/templates/dhcpd.conf
122
%%DATADIR%%/templates/dhcpd6.conf
117
%%DATADIR%%/templates/export-ports.sh
123
%%DATADIR%%/templates/export-ports.sh
118
%%DATADIR%%/templates/freebsd-update.conf
124
%%DATADIR%%/templates/freebsd-update.conf
119
%%DATADIR%%/templates/gitignore
125
%%DATADIR%%/templates/gitignore
Lines 121-126 man/man1/reggae.1.gz Link Here
121
%%DATADIR%%/templates/initenv.conf
127
%%DATADIR%%/templates/initenv.conf
122
%%DATADIR%%/templates/install-packages.sh
128
%%DATADIR%%/templates/install-packages.sh
123
%%DATADIR%%/templates/ip-by-mac.sh
129
%%DATADIR%%/templates/ip-by-mac.sh
130
%%DATADIR%%/templates/linux.conf.tpl
124
%%DATADIR%%/templates/master.conf
131
%%DATADIR%%/templates/master.conf
125
%%DATADIR%%/templates/master.fstab
132
%%DATADIR%%/templates/master.fstab
126
%%DATADIR%%/templates/mount-project.sh
133
%%DATADIR%%/templates/mount-project.sh
Lines 131-136 man/man1/reggae.1.gz Link Here
131
%%DATADIR%%/templates/pkg.conf
138
%%DATADIR%%/templates/pkg.conf
132
%%DATADIR%%/templates/reggae-register.sh
139
%%DATADIR%%/templates/reggae-register.sh
133
%%DATADIR%%/templates/resolvconf.conf
140
%%DATADIR%%/templates/resolvconf.conf
141
%%DATADIR%%/templates/rtadvd.conf
134
%%DATADIR%%/templates/rtsold
142
%%DATADIR%%/templates/rtsold
135
%%DATADIR%%/templates/setup-vm.sh
143
%%DATADIR%%/templates/setup-vm.sh
136
%%DATADIR%%/templates/sudoers
144
%%DATADIR%%/templates/sudoers
137
- 

Return to bug 265188