Overview
Comment: | rename, make silent, add correct logging, collapse command |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7a1e7f4a58d862880ac7dd2d4f1ec9cb |
User & Date: | arcade on 2019-10-21 16:17:43.291 |
Other Links: | manifest | tags |
Context
2019-10-21
| ||
18:57 | add some targets, add fsck fallbacks check-in: 5621f7a556 user: arcade tags: trunk | |
16:17 | rename, make silent, add correct logging, collapse command check-in: 7a1e7f4a58 user: arcade tags: trunk | |
15:38 | fix automountd, fix daemon, change daemonizers description check-in: be4f89a54b user: arcade tags: trunk | |
Changes
Renamed and modified
DAEMON.init
[2fcd4984e5]
to DAEMON.init.mk
[dc2ec65e61].
| 1 | - - |
|
Renamed and modified
LOGIN.init
[136f24f259]
to LOGIN.init.mk
[7c6404fe75].
| 1 | - - |
|
Modified Makefile
from [aa2a86c99e]
to [71a8a084f3].
︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | - + - + - + - + | .endfor .if !target(_service) || !target(_earlyservice) .error No service handler defined. .endif #.MAKE.JOBS?=2 |
︙ |
Renamed and modified
NETWORK.init
[b7849561ac]
to NETWORK.init.mk
[491e93b769].
| 1 | - - |
|
Renamed and modified
SERVERS.init
[d50c8e1dc5]
to SERVERS.init.mk
[ff56eff9b9].
| 1 | - - |
|
Name change
from SERVICE.init
to SERVICE.init.mk.
Renamed and modified
adjkerntz.init
[eee30e92f3]
to adjkerntz.init.mk
[e804eafdd9].
| 1 2 3 | - - - + |
|
Renamed and modified
automountd.service
[8797d31f75]
to automountd.service.mk
[893e4994fc].
| 1 2 3 4 5 6 | - - |
|
Renamed and modified
bootfs.init
[fe88b08ad6]
to bootfs.init.mk
[d887eb8b56].
| 1 2 3 | - - - + |
|
Renamed and modified
cleanvar.init
[5e3d4397f9]
to cleanvar.init.mk
[924d7d284c].
| 1 2 3 4 5 6 7 8 | - - + |
|
Renamed and modified
cloned.init
[64db65eb84]
to cloned.init.mk
[4278e3af4f].
| 1 2 3 4 5 | - - + |
|
Renamed and modified
cron.service
[ac701026a0]
to cron.service.mk
[92e5ef7779].
| 1 2 3 4 | - - |
|
Modified daemon.starter.mk
from [d0657fc3d2]
to [8d142dec6f].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | + | LOCAL_TARGETS:=_service_daemon _earlyservice_daemon OTHER_TARGETS+=${LOCAL_TARGETS} .if ${STARTER} == "daemon" LOCAL_TARGETS+=_service _earlyservice .endif .for target in ${LOCAL_TARGETS} ${target}: ${target:C/_service.*/DAEMON/:C/_earlyservice.*/SERVICE/} .USE test -z "$${DAEMON_$@_ENABLE}" || { \ echo "MRC:$@> Starting service."; \ test -n "${DAEMON_$@_MODULES}" && kldload -n ${DAEMON_$@_MODULES} || true; \ daemon -c -u ${DAEMON_$@_USER:Uroot} -r -P /var/run/daemon.$@.pid ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS}; \ } .endfor .undef LOCAL_TARGETS |
Renamed and modified
dbus.service
[d18fa9f825]
to dbus.service.mk
[3c4514b521].
| 1 2 3 4 5 6 7 8 9 | - - - |
|
Renamed and modified
devd.service
[8deb19d51a]
to devd.service.mk
[da6509a51a].
| 1 2 3 4 5 6 | - - |
|
Renamed and modified
devfs.init
[1eeb4f1711]
to devfs.init.mk
[6873f9fe09].
| 1 2 3 4 5 6 7 8 9 | - - - + |
|
Renamed and modified
dhcpcd.service
[5138660a27]
to dhcpcd.service.mk
[159b100528].
| 1 2 3 4 5 | - - |
|
Renamed and modified
dmesg.init
[373e27376b]
to dmesg.init.mk
[9b6658ca02].
| 1 2 3 4 5 | - - - + |
|
Renamed and modified
dntpd.service
[3a00bb5eee]
to dntpd.service.mk
[d946b05541].
| 1 2 3 4 | - - |
|
Renamed and modified
dumpon.init
[839662713b]
to dumpon.init.mk
[c2234e19da].
| 1 2 3 4 5 6 7 | - - + - - + + + |
|
Renamed and modified
fsck.init
[1755acd658]
to fsck.init.mk
[cc68b20a5b].
| 1 2 3 | - - - + |
|
Renamed and modified
hostname.init
[99996f3f18]
to hostname.init.mk
[e13e61205f].
| 1 2 3 4 5 | - - - + |
|
Renamed and modified
ifconfig.init
[9b0a9c5a88]
to ifconfig.init.mk
[b59b15c824].
| 1 2 3 4 5 6 7 8 | - - - + |
|
Renamed and modified
inetd.service
[efb3e5ff2b]
to inetd.service.mk
[51f53a7bec].
| 1 2 3 4 5 | - - |
|
Renamed and modified
kld.init
[ed8e95636b]
to kld.init.mk
[4db3c3f5d6].
| 1 2 3 4 5 | - - + |
|
Renamed and modified
ldconfig.init
[841d8ebf1e]
to ldconfig.init.mk
[82b48d4f36].
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - - - - - + + + - + |
|
Renamed and modified
mixer.init
[8a21860450]
to mixer.init.mk
[b996d1d21a].
| 1 2 3 4 5 6 7 | - - - + |
|
Renamed and modified
mount.init
[d32e728f74]
to mount.init.mk
[12f98edc5e].
| 1 2 3 4 5 6 7 | - - - + |
|
Renamed and modified
mountd.service
[0f08f29ddb]
to mountd.service.mk
[d8ee6e6803].
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | - - - |
|
Renamed and modified
mountlate.init
[7e2dc73cc9]
to mountlate.init.mk
[9d4d422199].
| 1 2 3 | - - - + |
|
Renamed and modified
nextboot.init
[50b0d84d08]
to nextboot.init.mk
[71e854ad00].
| 1 2 3 4 5 | - - - + |
|
Renamed and modified
nfsclient.init
[c3da5a4199]
to nfsclient.init.mk
[f1a8b2de56].
| 1 2 3 4 5 6 7 8 | - - - |
|
Renamed and modified
nfsd.service
[f4319844ee]
to nfsd.service.mk
[7b6e75ec40].
| 1 2 3 4 5 6 7 | - - |
|
︙ |
Renamed and modified
node_exporter.service
[4c51116bb3]
to node_exporter.service.mk
[fdd287131b].
| 1 2 3 4 5 6 7 8 9 10 | - - - |
|
Modified plain.starter.mk
from [8e78561a45]
to [5d92358239].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | + | LOCAL_TARGETS:=_service_plain _earlyservice_plain OTHER_TARGETS+=${LOCAL_TARGETS} .if ${STARTER} == "plain" LOCAL_TARGETS+=_service _earlyservice .endif .for target in ${LOCAL_TARGETS} ${target}: ${target:C/_service.*/DAEMON/:C/_earlyservice.*/SERVICE/} .USE test -z "$${DAEMON_$@_ENABLE}" || { \ echo "MRC:$@> Starting service."; \ test -n "${DAEMON_$@_MODULES}" && kldload -n ${DAEMON_$@_MODULES} || true; \ chroot -u ${DAEMON_$@_USER:Uroot} -g ${DAEMON_$@_GROUP:Uwheel} / ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS}; \ } .endfor .undef LOCAL_TARGETS |
Renamed and modified
pwcheck.init
[edc120aa7a]
to pwcheck.init.mk
[86138ffb9c].
| 1 2 3 4 5 | - - - + |
|
Renamed and modified
random.init
[ca869a3b30]
to random.init.mk
[6bbf837dab].
| 1 2 3 4 5 6 7 8 9 10 11 12 | - - - + |
|
︙ |
Renamed and modified
root.init
[398ba3c8e7]
to root.init.mk
[daf2788083].
| 1 2 3 4 | - - - + |
|
Renamed and modified
rpc_umntall.init
[4e1d588074]
to rpc_umntall.init.mk
[b2f9b7f446].
| 1 2 3 4 5 6 | - - + |
|
Renamed and modified
rpcbind.service
[8c259ba4b5]
to rpcbind.service.mk
[718934b5c6].
| 1 2 3 4 5 | - - |
|
Renamed and modified
runshm.init
[e46aba1e84]
to runshm.init.mk
[df6ba5679f].
| 1 2 3 4 5 | - - - - - - + + + + |
|
Renamed and modified
savecore.init
[2a0acaa9dd]
to savecore.init.mk
[de8547d324].
| 1 2 3 4 5 6 7 8 9 10 11 | - - - + |
|
Renamed and modified
slim.service
[78afd3e9e1]
to slim.service.mk
[177709f6b3].
| 1 2 3 4 5 | - - |
|
Renamed and modified
smartd.service
[a7f08c417b]
to smartd.service.mk
[5fabaf4901].
| 1 2 3 4 5 6 7 8 9 10 | - - - - + |
|
Renamed and modified
sndiod.service
[fbc2f4641f]
to sndiod.service.mk
[a4c3036f6c].
| 1 2 3 4 5 | - - |
|
Modified svc.starter.mk
from [790cb49c9d]
to [29f41349a1].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | + | LOCAL_TARGETS:=_service_svc _earlyservice_svc OTHER_TARGETS+=_service_svc _earlyservice_svc .if ${STARTER} == "svc" LOCAL_TARGETS+=_service _earlyservice .endif .for target in ${LOCAL_TARGETS} ${target}: ${target:C/_service.*/DAEMON/:C/_earlyservice/SERVICE/} .USE test -z "$${DAEMON_$@_ENABLE}" || { \ echo "MRC:$@> Starting service."; \ test -n "${DAEMON_$@_MODULES}" && kldload -n ${DAEMON_$@_MODULES} || true; \ svc -u ${DAEMON_$@_USER:Uroot} -g ${DAEMON_$@_GROUP:Uwheel} init $@ ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS}; \ } .endfor .undef LOCAL_TARGETS |
Renamed and modified
swap.init
[1f6b4316a8]
to swap.init.mk
[c2487b0c65].
| 1 2 3 4 5 | - - - + |
|
Renamed and modified
sysctl.init
[278111ca84]
to sysctl.init.mk
[14b3132f0f].
| 1 2 3 4 5 | - - - + |
|
Renamed and modified
sysdb.init
[5692247457]
to sysdb.init.mk
[987bc8e0f2].
| 1 2 3 4 | - - - - + + |
|
Renamed and modified
syslogd.service
[cf6bd8d6a1]
to syslogd.service.mk
[043ad2b2c7].
| 1 2 3 4 5 | - - |
|
Renamed and modified
watchdogd.service
[e334ffe2f4]
to watchdogd.service.mk
[285328a074].
| 1 2 3 4 5 6 7 | - - |
|
︙ |
Renamed and modified
wlans.init
[d2b9ab1f81]
to wlans.init.mk
[f45e8c9798].
| 1 2 3 4 5 6 7 8 9 | - - - + |
|
︙ |