Overview
Comment: | fixing a lot of bugs |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8f80b79392cf027c6f1cb633fce649d1 |
User & Date: | arcade on 2019-10-20 09:39:12.062 |
Other Links: | manifest | tags |
Context
2019-10-20
| ||
10:10 | fix cleanvar and race around /var/run/shm check-in: 2bf099898d user: arcade tags: trunk | |
09:39 | fixing a lot of bugs check-in: 8f80b79392 user: arcade tags: trunk | |
00:53 | add devd check-in: bf6ae1479b user: arcade tags: trunk | |
Changes
Modified DAEMON.init
from [1d9a16891e]
to [6d30ca1a6b].
1 2 | 1 2 3 | - + | # vim:ft=make: |
Modified Makefile
from [9fb89ad753]
to [33959c3113].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | + - + - + - + | .include "/etc/mrc.conf" .export DAEMONIZER?=svc.daemon |
︙ |
Modified bootfs.init
from [f2f97d45ef]
to [a780930d4a].
1 2 | 1 2 3 4 5 | - + - + | # vim:ft=make: |
Modified cleanvar.init
from [5b33a833d1]
to [310cc4bd83].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 | - + | # vim:ft=make: CLEANVAR_DIRS?=/var/run /var/spool/lock /var/spool/uucp/.Temp cleanvar: mount .for dir in ${CLEANVAR_DIRS} |
Modified dbus.service
from [3e6c2fc27c]
to [c01f815b71].
1 2 | 1 2 3 4 5 6 7 8 9 | - + - - | # vim:ft=make: |
Modified dmesg.init
from [1a55dca860]
to [47bed01da7].
1 2 | 1 2 3 4 5 6 7 | - + | # vim:ft=make: |
Modified dumpon.init
from [1d2a1d0583]
to [c73d66f500].
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 | - + | # vim:ft=make: DUMPDEV?=no dumpon: random .if empty(${DUMPDEV:tl:Mno}) : Setting dumpon device. |
Modified ifconfig.init
from [773353bac7]
to [87db81b2a1].
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 | - + | # vim:ft=make: IFCONFIG_IFACES?=lo0 IFCONFIG_lo0?=inet 127.0.0.1/8 up ifconfig: adjkerntz wlans : Starting interfaces. .for iface in ${IFCONFIG_IFACES} |
Modified inetd.service
from [1a05697fc2]
to [0a970456ba].
1 2 | 1 2 3 4 5 6 7 | - + | # vim:ft=make: |
Modified ldconfig.init
from [e6c71388ad]
to [841d8ebf1e].
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - + | # vim:ft=make: LDCONFIG_PATHS?=/lib /usr/lib /usr/local/lib /usr/pkg/lib LDCONFIG_LOCAL_DIRS?=/usr/local/libdata/ldconfig .for ldc in ${LDCONFIG_PATHS} /etc/ld-elf.so.conf .if exists(${ldc}) ldc+=${ldc} .endif .endfor |
︙ |
Modified mixer.init
from [bade938893]
to [325c8177c4].
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 | - + | # vim:ft=make: mixers=${:!find /dev -name 'mixer*'!:S/\/dev\///} mixer: mount cleanvar : Restoring mixer levels. .for mixer in ${mixers} .if exists(/var/db/${mixer}-state) |
Modified node_exporter.service
from [3ba6c89ec0]
to [9ffe51c156].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | # vim:ft=make: |
︙ |
Modified root.init
from [8148072579]
to [398ba3c8e7].
1 2 | 1 2 3 4 5 6 | - + - + | # vim:ft=make: |
Modified slim.service
from [e6a0110f44]
to [563366cce2].
1 2 | 1 2 3 4 5 6 7 | - + - - | # vim:ft=make: |
Modified smartd.service
from [a118ca6f44]
to [2fb9fdcabe].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | # vim:ft=make: |
︙ |
Modified sndiod.service
from [ad625f8dd3]
to [ebd9230e35].
1 2 | 1 2 3 4 5 6 7 | - + | # vim:ft=make: |
Modified svc.daemon
from [cbba8cfd60]
to [bbc5c123bb].
1 2 | 1 2 3 4 5 6 7 8 9 10 11 | - + + + + | # vim:ft=make: |
Modified watchdogd.service
from [7a7d6f5ec4]
to [1734b4af46].
1 2 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | # vim:ft=make: |
Modified wlans.init
from [b85ed5f68c]
to [d2b9ab1f81].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 | - - - - - - - + + + + + + + + - | # vim:ft=make: wlans: kld : Configuring wlans. |