Overview
Comment: | fix variables, fix execution order |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
47c6cc117157dd0cbdb9e38872c5e03b |
User & Date: | arcade on 2019-10-20 11:54:13.641 |
Other Links: | manifest | tags |
Context
2019-10-20
| ||
12:27 | rewrite file check-in: 3e8f3b3326 user: arcade tags: trunk | |
11:54 | fix variables, fix execution order check-in: 47c6cc1171 user: arcade tags: trunk | |
11:29 | calculate targets once, add crash handler check-in: f95fc3334e user: arcade tags: trunk | |
Changes
Modified Makefile
from [4386fe9b60]
to [af62bbb687].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 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 | - + - + | .include "/etc/mrc.conf" .export DAEMONIZER?=svc.daemon #.MAKE.JOBS?=2 |
Modified cron.service
from [7d5ed3db1d]
to [ac701026a0].
1 2 | 1 2 3 4 5 6 | - + | # vim:ft=make: |
Modified devd.service
from [2f2a9e327e]
to [1b9276dca0].
1 2 | 1 2 3 4 5 6 7 8 9 | - + - + | # vim:ft=make: |
Modified dhcpcd.service
from [8c517cfb42]
to [bbafbc6644].
1 2 | 1 2 3 4 5 6 7 | - + | # vim:ft=make: |
Modified dntpd.service
from [af96dfc218]
to [3a00bb5eee].
1 2 | 1 2 3 4 5 6 | - + | # vim:ft=make: |
Modified dumpon.init
from [c73d66f500]
to [dbaf344ef8].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 | - + - + | # vim:ft=make: DUMPDEV?=no dumpon: random |
Modified mixer.init
from [325c8177c4]
to [8a21860450].
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 | - - + - | # vim:ft=make: mixers=${:!find /dev -name 'mixer*'!:S/\/dev\///} mixer: mount cleanvar : Restoring mixer levels. .for mixer in ${mixers} |
Modified node_exporter.service
from [9ffe51c156]
to [431e8dfb71].
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 | - - | # vim:ft=make: DAEMON_node_exporter_COMMAND?=/usr/local/bin/node_exporter --web.listen-address=${DAEMON_node_exporter_LISTEN_ADDRESS} --collector.textfile.directory=${DAEMON_node_exporter_TEXTFILE_DIR} DAEMON_node_exporter_ENABLE?=no DAEMON_node_exporter_LISTEN_ADDRESS?=:9100 DAEMON_node_exporter_TEXTFILE_DIR?=/var/tmp/node_exporter DAEMON_node_exporter_USER?=nobody DAEMON_node_exporter_GROUP?=nobody node_exporter: _daemon |
Modified savecore.init
from [d49d844a3e]
to [2a0acaa9dd].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + - + | # vim:ft=make: DUMPDIR?=/var/crash CRASHINFO_ENABLE?=no savecore: dumpon |
Modified smartd.service
from [2fb9fdcabe]
to [b95945ce0e].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 | + - + - - + - - + - | # vim:ft=make: DAEMON_smartd_COMMAND?=/usr/local/sbin/smartd DAEMON_smartd_ENABLE?=no DAEMON_smartd_FLAGS?=-c /usr/local/etc/smartd.conf -n smartd: _daemon |
Modified svc.daemon
from [bbc5c123bb]
to [bdcbd6ec22].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | # vim:ft=make: _daemon: DAEMON .USE |
Modified swap.init
from [b62a1c192e]
to [1f6b4316a8].
1 2 | 1 2 3 4 5 6 7 | - - - + | # vim:ft=make: |
Modified syslogd.service
from [9b6d2920dc]
to [ce75e745ae].
1 2 | 1 2 3 4 5 6 | - + | # vim:ft=make: |
Modified watchdogd.service
from [1734b4af46]
to [642c770d75].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 | - + | # vim:ft=make: DAEMON_watchdogd_COMMAND?=/usr/sbin/watchdogd DAEMON_watchdogd_ENABLE?=no DAEMON_watchdogd_FLAGS?=-d |