Check-in [6de7ae29c1]
Logged in as anonymous
Overview
Comment:adjkerntz was grabbing open file sockets from parent
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6de7ae29c1cca62ba4e3be872afbb361b3daa83743695af1545280bcef4e24df
User & Date: arcade on 2023-11-04 08:43:47.144
Other Links: manifest | tags
Context
2023-11-04
08:44
fix cron startup and enable by default check-in: 14c2584d6f user: arcade tags: trunk
08:43
adjkerntz was grabbing open file sockets from parent check-in: 6de7ae29c1 user: arcade tags: trunk
2023-08-18
14:44
change service handling to accept multiple command names check-in: cbff0b494f user: arcade tags: trunk
Changes
Modified init.mk from [453dce1e07] to [cd1516dace].
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

SERVICE: netif mount random hostname cleanvar

# regular targets

adjkerntz: random mount
	echo "MRC:$@> Adjust kernel timezone."
	adjkerntz -i

bootfs: fsck
	echo "MRC:$@> Checking whether we need /boot mounted."
	mount -vadr | grep -q ' /boot$$' && mount -r /boot || true

cleanvar: mount
	echo "MRC:$@> Cleaning '/var's."







|







17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

SERVICE: netif mount random hostname cleanvar

# regular targets

adjkerntz: random mount
	echo "MRC:$@> Adjust kernel timezone."
	adjkerntz -i &

bootfs: fsck
	echo "MRC:$@> Checking whether we need /boot mounted."
	mount -vadr | grep -q ' /boot$$' && mount -r /boot || true

cleanvar: mount
	echo "MRC:$@> Cleaning '/var's."